Home
last modified time | relevance | path

Searched refs:startSensorServiceNative (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_sensor_SensorService.cpp101 static jlong startSensorServiceNative(JNIEnv* env, jclass, jobject listener) { in startSensorServiceNative() function
119 reinterpret_cast<void*>(startSensorServiceNative)
/aosp12/frameworks/base/services/core/java/com/android/server/sensors/
H A DSensorService.java49 private static native long startSensorServiceNative(ProximityActiveListener listener); in startSensorServiceNative() method in SensorService
61 long ptr = startSensorServiceNative(new ProximityListenerDelegate()); in SensorService()