Searched refs:startSensorServiceNative (Results 1 – 2 of 2) sorted by relevance
101 static jlong startSensorServiceNative(JNIEnv* env, jclass, jobject listener) { in startSensorServiceNative() function119 reinterpret_cast<void*>(startSensorServiceNative)
49 private static native long startSensorServiceNative(ProximityActiveListener listener); in startSensorServiceNative() method in SensorService61 long ptr = startSensorServiceNative(new ProximityListenerDelegate()); in SensorService()