Searched refs:registerHealthAppNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp191 static jint registerHealthAppNative(JNIEnv *env, jobject object, jint data_type, function in namespace:android
273 {"registerHealthAppNative", "(IILjava/lang/String;I)I", (void *) registerHealthAppNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java159 int appId = registerHealthAppNative(appConfig.getDataType(), halRole,
875 private native int registerHealthAppNative(int dataType, int role, String name, int channelType); method in class:HealthService

Completed in 209 milliseconds