HomeSort by relevance Sort by last modified time
    Searched refs:handleCallActionNative (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 513 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
559 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
585 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
608 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice), action, 0)) {
628 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
646 if (NativeInterface.handleCallActionNative(getByteAddress(mCurrentDevice),
    [all...]
NativeInterface.java 58 static native boolean handleCallActionNative(byte[] address, int action, int index);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 622 static jboolean handleCallActionNative(JNIEnv* env, jobject object,
790 {"handleCallActionNative", "([BII)Z", (void*)handleCallActionNative},

Completed in 205 milliseconds