Update libandroid.so for API9 .. API18
This CL update library. Seef3c3a93bc4for API13..18 header update Add functions: android-9: AMotionEvent_getHistoricalRawX AMotionEvent_getHistoricalRawY AMotionEvent_getHistoricalTouchMajor AMotionEvent_getHistoricalTouchMinor AMotionEvent_getHistoricalToolMajor AMotionEvent_getHistoricalToolMinor AMotionEvent_getHistoricalOrientation android-13: AAsset_seek64 AAsset_getLength64 AAsset_getRemainingLength64 AAsset_openFileDescriptor64 AConfiguration_getScreenWidthDp AConfiguration_setScreenWidthDp AConfiguration_getScreenHeightDp AConfiguration_setScreenHeightDp AConfiguration_getSmallestScreenWidthDp AConfiguration_setSmallestScreenWidthDp AMotionEvent_getAxisValue AMotionEvent_getHistoricalAxisValue ANativeWindow_fromSurfaceTexture (removed in >=API16) android_getTtsEngine getTtsEngine android-14: AMotionEvent_getButtonState AMotionEvent_getToolType android-15: << none >> android-16: Remove ANativeWindow_fromSurfaceTexture android-17: AConfiguration_getLayoutDirection AConfiguration_setLayoutDirection android-18: << none >> Also 1. remove android-16/include/android/native_activity.h which is the same as android-13's 2. fix input.h comments and missing args, same as9d0136004ffor android-9 3. sort android-9's libandroid.so.functions.txt for easier comparison See https://code.google.com/p/android/issues/detail?id=47150 https://code.google.com/p/android/issues/detail?id=58528 Change-Id: Iaa88fe45d188482fd0905ca54180c635ab02dd95
This commit is contained in:
@@ -0,0 +1,170 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_fromSurfaceTexture
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,170 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_fromSurfaceTexture
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,170 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_fromSurfaceTexture
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -593,7 +593,7 @@ float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index);
|
|||||||
|
|
||||||
/* Get the current pressure of this event for the given pointer index.
|
/* Get the current pressure of this event for the given pointer index.
|
||||||
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
||||||
* however values higher than 1 may be generated depending on the calibration of
|
* although values higher than 1 may be generated depending on the calibration of
|
||||||
* the input device. */
|
* the input device. */
|
||||||
float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
|
float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
|
||||||
|
|
||||||
@@ -657,7 +657,8 @@ int64_t AMotionEvent_getHistoricalEventTime(const AInputEvent* motion_event,
|
|||||||
* and views.
|
* and views.
|
||||||
* Whole numbers are pixels; the value may have a fraction for input devices
|
* Whole numbers are pixels; the value may have a fraction for input devices
|
||||||
* that are sub-pixel precise. */
|
* that are sub-pixel precise. */
|
||||||
float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index);
|
float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index,
|
||||||
|
size_t history_index);
|
||||||
|
|
||||||
/* Get the historical raw Y coordinate of this event for the given pointer index that
|
/* Get the historical raw Y coordinate of this event for the given pointer index that
|
||||||
* occurred between this event and the previous motion event.
|
* occurred between this event and the previous motion event.
|
||||||
@@ -666,7 +667,8 @@ float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t poi
|
|||||||
* and views.
|
* and views.
|
||||||
* Whole numbers are pixels; the value may have a fraction for input devices
|
* Whole numbers are pixels; the value may have a fraction for input devices
|
||||||
* that are sub-pixel precise. */
|
* that are sub-pixel precise. */
|
||||||
float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index);
|
float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index,
|
||||||
|
size_t history_index);
|
||||||
|
|
||||||
/* Get the historical X coordinate of this event for the given pointer index that
|
/* Get the historical X coordinate of this event for the given pointer index that
|
||||||
* occurred between this event and the previous motion event.
|
* occurred between this event and the previous motion event.
|
||||||
@@ -685,7 +687,7 @@ float AMotionEvent_getHistoricalY(const AInputEvent* motion_event, size_t pointe
|
|||||||
/* Get the historical pressure of this event for the given pointer index that
|
/* Get the historical pressure of this event for the given pointer index that
|
||||||
* occurred between this event and the previous motion event.
|
* occurred between this event and the previous motion event.
|
||||||
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
||||||
* however values higher than 1 may be generated depending on the calibration of
|
* although values higher than 1 may be generated depending on the calibration of
|
||||||
* the input device. */
|
* the input device. */
|
||||||
float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
|
float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
|
||||||
size_t history_index);
|
size_t history_index);
|
||||||
|
|||||||
@@ -0,0 +1,172 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_fromSurfaceTexture
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,172 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_fromSurfaceTexture
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,172 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_fromSurfaceTexture
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -636,7 +636,7 @@ float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index);
|
|||||||
|
|
||||||
/* Get the current pressure of this event for the given pointer index.
|
/* Get the current pressure of this event for the given pointer index.
|
||||||
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
||||||
* however values higher than 1 may be generated depending on the calibration of
|
* although values higher than 1 may be generated depending on the calibration of
|
||||||
* the input device. */
|
* the input device. */
|
||||||
float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
|
float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
|
||||||
|
|
||||||
@@ -730,7 +730,7 @@ float AMotionEvent_getHistoricalY(const AInputEvent* motion_event, size_t pointe
|
|||||||
/* Get the historical pressure of this event for the given pointer index that
|
/* Get the historical pressure of this event for the given pointer index that
|
||||||
* occurred between this event and the previous motion event.
|
* occurred between this event and the previous motion event.
|
||||||
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
* The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
||||||
* however values higher than 1 may be generated depending on the calibration of
|
* although values higher than 1 may be generated depending on the calibration of
|
||||||
* the input device. */
|
* the input device. */
|
||||||
float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
|
float AMotionEvent_getHistoricalPressure(const AInputEvent* motion_event, size_t pointer_index,
|
||||||
size_t history_index);
|
size_t history_index);
|
||||||
|
|||||||
@@ -0,0 +1,171 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,171 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,171 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -1,310 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (C) 2010 The Android Open Source Project
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef ANDROID_NATIVE_ACTIVITY_H
|
|
||||||
#define ANDROID_NATIVE_ACTIVITY_H
|
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
|
|
||||||
#include <jni.h>
|
|
||||||
|
|
||||||
#include <android/asset_manager.h>
|
|
||||||
#include <android/input.h>
|
|
||||||
#include <android/native_window.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct ANativeActivityCallbacks;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This structure defines the native side of an android.app.NativeActivity.
|
|
||||||
* It is created by the framework, and handed to the application's native
|
|
||||||
* code as it is being launched.
|
|
||||||
*/
|
|
||||||
typedef struct ANativeActivity {
|
|
||||||
/**
|
|
||||||
* Pointer to the callback function table of the native application.
|
|
||||||
* You can set the functions here to your own callbacks. The callbacks
|
|
||||||
* pointer itself here should not be changed; it is allocated and managed
|
|
||||||
* for you by the framework.
|
|
||||||
*/
|
|
||||||
struct ANativeActivityCallbacks* callbacks;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The global handle on the process's Java VM.
|
|
||||||
*/
|
|
||||||
JavaVM* vm;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* JNI context for the main thread of the app. Note that this field
|
|
||||||
* can ONLY be used from the main thread of the process; that is, the
|
|
||||||
* thread that calls into the ANativeActivityCallbacks.
|
|
||||||
*/
|
|
||||||
JNIEnv* env;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The NativeActivity object handle.
|
|
||||||
*
|
|
||||||
* IMPORTANT NOTE: This member is mis-named. It should really be named
|
|
||||||
* 'activity' instead of 'clazz', since it's a reference to the
|
|
||||||
* NativeActivity instance created by the system for you.
|
|
||||||
*
|
|
||||||
* We unfortunately cannot change this without breaking NDK
|
|
||||||
* source-compatibility.
|
|
||||||
*/
|
|
||||||
jobject clazz;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Path to this application's internal data directory.
|
|
||||||
*/
|
|
||||||
const char* internalDataPath;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Path to this application's external (removable/mountable) data directory.
|
|
||||||
*/
|
|
||||||
const char* externalDataPath;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The platform's SDK version code.
|
|
||||||
*/
|
|
||||||
int32_t sdkVersion;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This is the native instance of the application. It is not used by
|
|
||||||
* the framework, but can be set by the application to its own instance
|
|
||||||
* state.
|
|
||||||
*/
|
|
||||||
void* instance;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Pointer to the Asset Manager instance for the application. The application
|
|
||||||
* uses this to access binary assets bundled inside its own .apk file.
|
|
||||||
*/
|
|
||||||
AAssetManager* assetManager;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Available starting with Honeycomb: path to the directory containing
|
|
||||||
* the application's OBB files (if any). If the app doesn't have any
|
|
||||||
* OBB files, this directory may not exist.
|
|
||||||
*/
|
|
||||||
const char* obbPath;
|
|
||||||
} ANativeActivity;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* These are the callbacks the framework makes into a native application.
|
|
||||||
* All of these callbacks happen on the main thread of the application.
|
|
||||||
* By default, all callbacks are NULL; set to a pointer to your own function
|
|
||||||
* to have it called.
|
|
||||||
*/
|
|
||||||
typedef struct ANativeActivityCallbacks {
|
|
||||||
/**
|
|
||||||
* NativeActivity has started. See Java documentation for Activity.onStart()
|
|
||||||
* for more information.
|
|
||||||
*/
|
|
||||||
void (*onStart)(ANativeActivity* activity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* NativeActivity has resumed. See Java documentation for Activity.onResume()
|
|
||||||
* for more information.
|
|
||||||
*/
|
|
||||||
void (*onResume)(ANativeActivity* activity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Framework is asking NativeActivity to save its current instance state.
|
|
||||||
* See Java documentation for Activity.onSaveInstanceState() for more
|
|
||||||
* information. The returned pointer needs to be created with malloc();
|
|
||||||
* the framework will call free() on it for you. You also must fill in
|
|
||||||
* outSize with the number of bytes in the allocation. Note that the
|
|
||||||
* saved state will be persisted, so it can not contain any active
|
|
||||||
* entities (pointers to memory, file descriptors, etc).
|
|
||||||
*/
|
|
||||||
void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* NativeActivity has paused. See Java documentation for Activity.onPause()
|
|
||||||
* for more information.
|
|
||||||
*/
|
|
||||||
void (*onPause)(ANativeActivity* activity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* NativeActivity has stopped. See Java documentation for Activity.onStop()
|
|
||||||
* for more information.
|
|
||||||
*/
|
|
||||||
void (*onStop)(ANativeActivity* activity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* NativeActivity is being destroyed. See Java documentation for Activity.onDestroy()
|
|
||||||
* for more information.
|
|
||||||
*/
|
|
||||||
void (*onDestroy)(ANativeActivity* activity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Focus has changed in this NativeActivity's window. This is often used,
|
|
||||||
* for example, to pause a game when it loses input focus.
|
|
||||||
*/
|
|
||||||
void (*onWindowFocusChanged)(ANativeActivity* activity, int hasFocus);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The drawing window for this native activity has been created. You
|
|
||||||
* can use the given native window object to start drawing.
|
|
||||||
*/
|
|
||||||
void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The drawing window for this native activity has been resized. You should
|
|
||||||
* retrieve the new size from the window and ensure that your rendering in
|
|
||||||
* it now matches.
|
|
||||||
*/
|
|
||||||
void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The drawing window for this native activity needs to be redrawn. To avoid
|
|
||||||
* transient artifacts during screen changes (such resizing after rotation),
|
|
||||||
* applications should not return from this function until they have finished
|
|
||||||
* drawing their window in its current state.
|
|
||||||
*/
|
|
||||||
void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The drawing window for this native activity is going to be destroyed.
|
|
||||||
* You MUST ensure that you do not touch the window object after returning
|
|
||||||
* from this function: in the common case of drawing to the window from
|
|
||||||
* another thread, that means the implementation of this callback must
|
|
||||||
* properly synchronize with the other thread to stop its drawing before
|
|
||||||
* returning from here.
|
|
||||||
*/
|
|
||||||
void (*onNativeWindowDestroyed)(ANativeActivity* activity, ANativeWindow* window);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The input queue for this native activity's window has been created.
|
|
||||||
* You can use the given input queue to start retrieving input events.
|
|
||||||
*/
|
|
||||||
void (*onInputQueueCreated)(ANativeActivity* activity, AInputQueue* queue);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The input queue for this native activity's window is being destroyed.
|
|
||||||
* You should no longer try to reference this object upon returning from this
|
|
||||||
* function.
|
|
||||||
*/
|
|
||||||
void (*onInputQueueDestroyed)(ANativeActivity* activity, AInputQueue* queue);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The rectangle in the window in which content should be placed has changed.
|
|
||||||
*/
|
|
||||||
void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The current device AConfiguration has changed. The new configuration can
|
|
||||||
* be retrieved from assetManager.
|
|
||||||
*/
|
|
||||||
void (*onConfigurationChanged)(ANativeActivity* activity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The system is running low on memory. Use this callback to release
|
|
||||||
* resources you do not need, to help the system avoid killing more
|
|
||||||
* important processes.
|
|
||||||
*/
|
|
||||||
void (*onLowMemory)(ANativeActivity* activity);
|
|
||||||
} ANativeActivityCallbacks;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This is the function that must be in the native code to instantiate the
|
|
||||||
* application's native activity. It is called with the activity instance (see
|
|
||||||
* above); if the code is being instantiated from a previously saved instance,
|
|
||||||
* the savedState will be non-NULL and point to the saved data. You must make
|
|
||||||
* any copy of this data you need -- it will be released after you return from
|
|
||||||
* this function.
|
|
||||||
*/
|
|
||||||
typedef void ANativeActivity_createFunc(ANativeActivity* activity,
|
|
||||||
void* savedState, size_t savedStateSize);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The name of the function that NativeInstance looks for when launching its
|
|
||||||
* native code. This is the default function that is used, you can specify
|
|
||||||
* "android.app.func_name" string meta-data in your manifest to use a different
|
|
||||||
* function.
|
|
||||||
*/
|
|
||||||
extern ANativeActivity_createFunc ANativeActivity_onCreate;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Finish the given activity. Its finish() method will be called, causing it
|
|
||||||
* to be stopped and destroyed. Note that this method can be called from
|
|
||||||
* *any* thread; it will send a message to the main thread of the process
|
|
||||||
* where the Java finish call will take place.
|
|
||||||
*/
|
|
||||||
void ANativeActivity_finish(ANativeActivity* activity);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Change the window format of the given activity. Calls getWindow().setFormat()
|
|
||||||
* of the given activity. Note that this method can be called from
|
|
||||||
* *any* thread; it will send a message to the main thread of the process
|
|
||||||
* where the Java finish call will take place.
|
|
||||||
*/
|
|
||||||
void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Change the window flags of the given activity. Calls getWindow().setFlags()
|
|
||||||
* of the given activity. Note that this method can be called from
|
|
||||||
* *any* thread; it will send a message to the main thread of the process
|
|
||||||
* where the Java finish call will take place. See window.h for flag constants.
|
|
||||||
*/
|
|
||||||
void ANativeActivity_setWindowFlags(ANativeActivity* activity,
|
|
||||||
uint32_t addFlags, uint32_t removeFlags);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Flags for ANativeActivity_showSoftInput; see the Java InputMethodManager
|
|
||||||
* API for documentation.
|
|
||||||
*/
|
|
||||||
enum {
|
|
||||||
ANATIVEACTIVITY_SHOW_SOFT_INPUT_IMPLICIT = 0x0001,
|
|
||||||
ANATIVEACTIVITY_SHOW_SOFT_INPUT_FORCED = 0x0002,
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Show the IME while in the given activity. Calls InputMethodManager.showSoftInput()
|
|
||||||
* for the given activity. Note that this method can be called from
|
|
||||||
* *any* thread; it will send a message to the main thread of the process
|
|
||||||
* where the Java finish call will take place.
|
|
||||||
*/
|
|
||||||
void ANativeActivity_showSoftInput(ANativeActivity* activity, uint32_t flags);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Flags for ANativeActivity_hideSoftInput; see the Java InputMethodManager
|
|
||||||
* API for documentation.
|
|
||||||
*/
|
|
||||||
enum {
|
|
||||||
ANATIVEACTIVITY_HIDE_SOFT_INPUT_IMPLICIT_ONLY = 0x0001,
|
|
||||||
ANATIVEACTIVITY_HIDE_SOFT_INPUT_NOT_ALWAYS = 0x0002,
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Hide the IME while in the given activity. Calls InputMethodManager.hideSoftInput()
|
|
||||||
* for the given activity. Note that this method can be called from
|
|
||||||
* *any* thread; it will send a message to the main thread of the process
|
|
||||||
* where the Java finish call will take place.
|
|
||||||
*/
|
|
||||||
void ANativeActivity_hideSoftInput(ANativeActivity* activity, uint32_t flags);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // ANDROID_NATIVE_ACTIVITY_H
|
|
||||||
|
|
||||||
@@ -0,0 +1,173 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getLayoutDirection
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setLayoutDirection
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,173 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getLayoutDirection
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setLayoutDirection
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -0,0 +1,173 @@
|
|||||||
|
AAsset_close
|
||||||
|
AAssetDir_close
|
||||||
|
AAssetDir_getNextFileName
|
||||||
|
AAssetDir_rewind
|
||||||
|
AAsset_getBuffer
|
||||||
|
AAsset_getLength
|
||||||
|
AAsset_getLength64
|
||||||
|
AAsset_getRemainingLength
|
||||||
|
AAsset_getRemainingLength64
|
||||||
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
|
AAsset_openFileDescriptor
|
||||||
|
AAsset_openFileDescriptor64
|
||||||
|
AAsset_read
|
||||||
|
AAsset_seek
|
||||||
|
AAsset_seek64
|
||||||
|
AConfiguration_copy
|
||||||
|
AConfiguration_delete
|
||||||
|
AConfiguration_diff
|
||||||
|
AConfiguration_fromAssetManager
|
||||||
|
AConfiguration_getCountry
|
||||||
|
AConfiguration_getDensity
|
||||||
|
AConfiguration_getKeyboard
|
||||||
|
AConfiguration_getKeysHidden
|
||||||
|
AConfiguration_getLanguage
|
||||||
|
AConfiguration_getLayoutDirection
|
||||||
|
AConfiguration_getMcc
|
||||||
|
AConfiguration_getMnc
|
||||||
|
AConfiguration_getNavHidden
|
||||||
|
AConfiguration_getNavigation
|
||||||
|
AConfiguration_getOrientation
|
||||||
|
AConfiguration_getScreenHeightDp
|
||||||
|
AConfiguration_getScreenLong
|
||||||
|
AConfiguration_getScreenSize
|
||||||
|
AConfiguration_getScreenWidthDp
|
||||||
|
AConfiguration_getSdkVersion
|
||||||
|
AConfiguration_getSmallestScreenWidthDp
|
||||||
|
AConfiguration_getTouchscreen
|
||||||
|
AConfiguration_getUiModeNight
|
||||||
|
AConfiguration_getUiModeType
|
||||||
|
AConfiguration_isBetterThan
|
||||||
|
AConfiguration_match
|
||||||
|
AConfiguration_new
|
||||||
|
AConfiguration_setCountry
|
||||||
|
AConfiguration_setDensity
|
||||||
|
AConfiguration_setKeyboard
|
||||||
|
AConfiguration_setKeysHidden
|
||||||
|
AConfiguration_setLanguage
|
||||||
|
AConfiguration_setLayoutDirection
|
||||||
|
AConfiguration_setMcc
|
||||||
|
AConfiguration_setMnc
|
||||||
|
AConfiguration_setNavHidden
|
||||||
|
AConfiguration_setNavigation
|
||||||
|
AConfiguration_setOrientation
|
||||||
|
AConfiguration_setScreenHeightDp
|
||||||
|
AConfiguration_setScreenLong
|
||||||
|
AConfiguration_setScreenSize
|
||||||
|
AConfiguration_setScreenWidthDp
|
||||||
|
AConfiguration_setSdkVersion
|
||||||
|
AConfiguration_setSmallestScreenWidthDp
|
||||||
|
AConfiguration_setTouchscreen
|
||||||
|
AConfiguration_setUiModeNight
|
||||||
|
AConfiguration_setUiModeType
|
||||||
|
AInputEvent_getDeviceId
|
||||||
|
AInputEvent_getSource
|
||||||
|
AInputEvent_getType
|
||||||
|
AInputQueue_attachLooper
|
||||||
|
AInputQueue_detachLooper
|
||||||
|
AInputQueue_finishEvent
|
||||||
|
AInputQueue_getEvent
|
||||||
|
AInputQueue_hasEvents
|
||||||
|
AInputQueue_preDispatchEvent
|
||||||
|
AKeyEvent_getAction
|
||||||
|
AKeyEvent_getDownTime
|
||||||
|
AKeyEvent_getEventTime
|
||||||
|
AKeyEvent_getFlags
|
||||||
|
AKeyEvent_getKeyCode
|
||||||
|
AKeyEvent_getMetaState
|
||||||
|
AKeyEvent_getRepeatCount
|
||||||
|
AKeyEvent_getScanCode
|
||||||
|
ALooper_acquire
|
||||||
|
ALooper_addFd
|
||||||
|
ALooper_forThread
|
||||||
|
ALooper_pollAll
|
||||||
|
ALooper_pollOnce
|
||||||
|
ALooper_prepare
|
||||||
|
ALooper_release
|
||||||
|
ALooper_removeFd
|
||||||
|
ALooper_wake
|
||||||
|
AMotionEvent_getAction
|
||||||
|
AMotionEvent_getAxisValue
|
||||||
|
AMotionEvent_getButtonState
|
||||||
|
AMotionEvent_getDownTime
|
||||||
|
AMotionEvent_getEdgeFlags
|
||||||
|
AMotionEvent_getEventTime
|
||||||
|
AMotionEvent_getFlags
|
||||||
|
AMotionEvent_getHistoricalAxisValue
|
||||||
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
|
AMotionEvent_getHistoricalX
|
||||||
|
AMotionEvent_getHistoricalY
|
||||||
|
AMotionEvent_getHistorySize
|
||||||
|
AMotionEvent_getMetaState
|
||||||
|
AMotionEvent_getOrientation
|
||||||
|
AMotionEvent_getPointerCount
|
||||||
|
AMotionEvent_getPointerId
|
||||||
|
AMotionEvent_getPressure
|
||||||
|
AMotionEvent_getRawX
|
||||||
|
AMotionEvent_getRawY
|
||||||
|
AMotionEvent_getSize
|
||||||
|
AMotionEvent_getToolMajor
|
||||||
|
AMotionEvent_getToolMinor
|
||||||
|
AMotionEvent_getToolType
|
||||||
|
AMotionEvent_getTouchMajor
|
||||||
|
AMotionEvent_getTouchMinor
|
||||||
|
AMotionEvent_getX
|
||||||
|
AMotionEvent_getXOffset
|
||||||
|
AMotionEvent_getXPrecision
|
||||||
|
AMotionEvent_getY
|
||||||
|
AMotionEvent_getYOffset
|
||||||
|
AMotionEvent_getYPrecision
|
||||||
|
ANativeActivity_finish
|
||||||
|
ANativeActivity_hideSoftInput
|
||||||
|
ANativeActivity_setWindowFlags
|
||||||
|
ANativeActivity_setWindowFormat
|
||||||
|
ANativeActivity_showSoftInput
|
||||||
|
ANativeWindow_acquire
|
||||||
|
ANativeWindow_fromSurface
|
||||||
|
ANativeWindow_getFormat
|
||||||
|
ANativeWindow_getHeight
|
||||||
|
ANativeWindow_getWidth
|
||||||
|
ANativeWindow_lock
|
||||||
|
ANativeWindow_release
|
||||||
|
ANativeWindow_setBuffersGeometry
|
||||||
|
ANativeWindow_unlockAndPost
|
||||||
|
android_getTtsEngine
|
||||||
|
AObbInfo_delete
|
||||||
|
AObbInfo_getFlags
|
||||||
|
AObbInfo_getPackageName
|
||||||
|
AObbInfo_getVersion
|
||||||
|
AObbScanner_getObbInfo
|
||||||
|
ASensorEventQueue_disableSensor
|
||||||
|
ASensorEventQueue_enableSensor
|
||||||
|
ASensorEventQueue_getEvents
|
||||||
|
ASensorEventQueue_hasEvents
|
||||||
|
ASensorEventQueue_setEventRate
|
||||||
|
ASensor_getMinDelay
|
||||||
|
ASensor_getName
|
||||||
|
ASensor_getResolution
|
||||||
|
ASensor_getType
|
||||||
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
|
AStorageManager_delete
|
||||||
|
AStorageManager_getMountedObbPath
|
||||||
|
AStorageManager_isObbMounted
|
||||||
|
AStorageManager_mountObb
|
||||||
|
AStorageManager_new
|
||||||
|
AStorageManager_unmountObb
|
||||||
|
getTtsEngine
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
|
AAsset_close
|
||||||
AAssetDir_close
|
AAssetDir_close
|
||||||
AAssetDir_getNextFileName
|
AAssetDir_getNextFileName
|
||||||
AAssetDir_rewind
|
AAssetDir_rewind
|
||||||
AAssetManager_fromJava
|
|
||||||
AAssetManager_open
|
|
||||||
AAssetManager_openDir
|
|
||||||
AAsset_close
|
|
||||||
AAsset_getBuffer
|
AAsset_getBuffer
|
||||||
AAsset_getLength
|
AAsset_getLength
|
||||||
AAsset_getRemainingLength
|
AAsset_getRemainingLength
|
||||||
AAsset_isAllocated
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
AAsset_openFileDescriptor
|
AAsset_openFileDescriptor
|
||||||
AAsset_read
|
AAsset_read
|
||||||
AAsset_seek
|
AAsset_seek
|
||||||
@@ -83,8 +83,15 @@ AMotionEvent_getEdgeFlags
|
|||||||
AMotionEvent_getEventTime
|
AMotionEvent_getEventTime
|
||||||
AMotionEvent_getFlags
|
AMotionEvent_getFlags
|
||||||
AMotionEvent_getHistoricalEventTime
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
AMotionEvent_getHistoricalPressure
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
AMotionEvent_getHistoricalSize
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
AMotionEvent_getHistoricalX
|
AMotionEvent_getHistoricalX
|
||||||
AMotionEvent_getHistoricalY
|
AMotionEvent_getHistoricalY
|
||||||
AMotionEvent_getHistorySize
|
AMotionEvent_getHistorySize
|
||||||
@@ -130,16 +137,16 @@ ASensorEventQueue_enableSensor
|
|||||||
ASensorEventQueue_getEvents
|
ASensorEventQueue_getEvents
|
||||||
ASensorEventQueue_hasEvents
|
ASensorEventQueue_hasEvents
|
||||||
ASensorEventQueue_setEventRate
|
ASensorEventQueue_setEventRate
|
||||||
ASensorManager_createEventQueue
|
|
||||||
ASensorManager_destroyEventQueue
|
|
||||||
ASensorManager_getDefaultSensor
|
|
||||||
ASensorManager_getInstance
|
|
||||||
ASensorManager_getSensorList
|
|
||||||
ASensor_getMinDelay
|
ASensor_getMinDelay
|
||||||
ASensor_getName
|
ASensor_getName
|
||||||
ASensor_getResolution
|
ASensor_getResolution
|
||||||
ASensor_getType
|
ASensor_getType
|
||||||
ASensor_getVendor
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
AStorageManager_delete
|
AStorageManager_delete
|
||||||
AStorageManager_getMountedObbPath
|
AStorageManager_getMountedObbPath
|
||||||
AStorageManager_isObbMounted
|
AStorageManager_isObbMounted
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
|
AAsset_close
|
||||||
AAssetDir_close
|
AAssetDir_close
|
||||||
AAssetDir_getNextFileName
|
AAssetDir_getNextFileName
|
||||||
AAssetDir_rewind
|
AAssetDir_rewind
|
||||||
AAssetManager_fromJava
|
|
||||||
AAssetManager_open
|
|
||||||
AAssetManager_openDir
|
|
||||||
AAsset_close
|
|
||||||
AAsset_getBuffer
|
AAsset_getBuffer
|
||||||
AAsset_getLength
|
AAsset_getLength
|
||||||
AAsset_getRemainingLength
|
AAsset_getRemainingLength
|
||||||
AAsset_isAllocated
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
AAsset_openFileDescriptor
|
AAsset_openFileDescriptor
|
||||||
AAsset_read
|
AAsset_read
|
||||||
AAsset_seek
|
AAsset_seek
|
||||||
@@ -83,8 +83,15 @@ AMotionEvent_getEdgeFlags
|
|||||||
AMotionEvent_getEventTime
|
AMotionEvent_getEventTime
|
||||||
AMotionEvent_getFlags
|
AMotionEvent_getFlags
|
||||||
AMotionEvent_getHistoricalEventTime
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
AMotionEvent_getHistoricalPressure
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
AMotionEvent_getHistoricalSize
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
AMotionEvent_getHistoricalX
|
AMotionEvent_getHistoricalX
|
||||||
AMotionEvent_getHistoricalY
|
AMotionEvent_getHistoricalY
|
||||||
AMotionEvent_getHistorySize
|
AMotionEvent_getHistorySize
|
||||||
@@ -130,16 +137,16 @@ ASensorEventQueue_enableSensor
|
|||||||
ASensorEventQueue_getEvents
|
ASensorEventQueue_getEvents
|
||||||
ASensorEventQueue_hasEvents
|
ASensorEventQueue_hasEvents
|
||||||
ASensorEventQueue_setEventRate
|
ASensorEventQueue_setEventRate
|
||||||
ASensorManager_createEventQueue
|
|
||||||
ASensorManager_destroyEventQueue
|
|
||||||
ASensorManager_getDefaultSensor
|
|
||||||
ASensorManager_getInstance
|
|
||||||
ASensorManager_getSensorList
|
|
||||||
ASensor_getMinDelay
|
ASensor_getMinDelay
|
||||||
ASensor_getName
|
ASensor_getName
|
||||||
ASensor_getResolution
|
ASensor_getResolution
|
||||||
ASensor_getType
|
ASensor_getType
|
||||||
ASensor_getVendor
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
AStorageManager_delete
|
AStorageManager_delete
|
||||||
AStorageManager_getMountedObbPath
|
AStorageManager_getMountedObbPath
|
||||||
AStorageManager_isObbMounted
|
AStorageManager_isObbMounted
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
|
AAsset_close
|
||||||
AAssetDir_close
|
AAssetDir_close
|
||||||
AAssetDir_getNextFileName
|
AAssetDir_getNextFileName
|
||||||
AAssetDir_rewind
|
AAssetDir_rewind
|
||||||
AAssetManager_fromJava
|
|
||||||
AAssetManager_open
|
|
||||||
AAssetManager_openDir
|
|
||||||
AAsset_close
|
|
||||||
AAsset_getBuffer
|
AAsset_getBuffer
|
||||||
AAsset_getLength
|
AAsset_getLength
|
||||||
AAsset_getRemainingLength
|
AAsset_getRemainingLength
|
||||||
AAsset_isAllocated
|
AAsset_isAllocated
|
||||||
|
AAssetManager_fromJava
|
||||||
|
AAssetManager_open
|
||||||
|
AAssetManager_openDir
|
||||||
AAsset_openFileDescriptor
|
AAsset_openFileDescriptor
|
||||||
AAsset_read
|
AAsset_read
|
||||||
AAsset_seek
|
AAsset_seek
|
||||||
@@ -83,8 +83,15 @@ AMotionEvent_getEdgeFlags
|
|||||||
AMotionEvent_getEventTime
|
AMotionEvent_getEventTime
|
||||||
AMotionEvent_getFlags
|
AMotionEvent_getFlags
|
||||||
AMotionEvent_getHistoricalEventTime
|
AMotionEvent_getHistoricalEventTime
|
||||||
|
AMotionEvent_getHistoricalOrientation
|
||||||
AMotionEvent_getHistoricalPressure
|
AMotionEvent_getHistoricalPressure
|
||||||
|
AMotionEvent_getHistoricalRawX
|
||||||
|
AMotionEvent_getHistoricalRawY
|
||||||
AMotionEvent_getHistoricalSize
|
AMotionEvent_getHistoricalSize
|
||||||
|
AMotionEvent_getHistoricalToolMajor
|
||||||
|
AMotionEvent_getHistoricalToolMinor
|
||||||
|
AMotionEvent_getHistoricalTouchMajor
|
||||||
|
AMotionEvent_getHistoricalTouchMinor
|
||||||
AMotionEvent_getHistoricalX
|
AMotionEvent_getHistoricalX
|
||||||
AMotionEvent_getHistoricalY
|
AMotionEvent_getHistoricalY
|
||||||
AMotionEvent_getHistorySize
|
AMotionEvent_getHistorySize
|
||||||
@@ -130,16 +137,16 @@ ASensorEventQueue_enableSensor
|
|||||||
ASensorEventQueue_getEvents
|
ASensorEventQueue_getEvents
|
||||||
ASensorEventQueue_hasEvents
|
ASensorEventQueue_hasEvents
|
||||||
ASensorEventQueue_setEventRate
|
ASensorEventQueue_setEventRate
|
||||||
ASensorManager_createEventQueue
|
|
||||||
ASensorManager_destroyEventQueue
|
|
||||||
ASensorManager_getDefaultSensor
|
|
||||||
ASensorManager_getInstance
|
|
||||||
ASensorManager_getSensorList
|
|
||||||
ASensor_getMinDelay
|
ASensor_getMinDelay
|
||||||
ASensor_getName
|
ASensor_getName
|
||||||
ASensor_getResolution
|
ASensor_getResolution
|
||||||
ASensor_getType
|
ASensor_getType
|
||||||
ASensor_getVendor
|
ASensor_getVendor
|
||||||
|
ASensorManager_createEventQueue
|
||||||
|
ASensorManager_destroyEventQueue
|
||||||
|
ASensorManager_getDefaultSensor
|
||||||
|
ASensorManager_getInstance
|
||||||
|
ASensorManager_getSensorList
|
||||||
AStorageManager_delete
|
AStorageManager_delete
|
||||||
AStorageManager_getMountedObbPath
|
AStorageManager_getMountedObbPath
|
||||||
AStorageManager_isObbMounted
|
AStorageManager_isObbMounted
|
||||||
|
|||||||
Reference in New Issue
Block a user