Does the Android NDK expose the values generated by the sensors in pre-defined portions of memory so i can do something like this
T* ptr = 0x124
?
It’s this possible and it’s this being standardized by the Android team ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. And it’s pretty inconceivable that they would do this.
The NDK keeps you much more isolated from the hardware than even a typical C-on-unix environment would, both mandatorily due to the security model, and also advisably due to the major variability of these details between the numerous Android versions and vendors.