Home
last modified time | relevance | path

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

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