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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 31 static jmethodID method_getRcFeatures;
119 sCallbackEnv->CallVoidMethod(sCallbacksObj, method_getRcFeatures, addr.get(),
611 method_getRcFeatures = env->GetMethodID(clazz, "getRcFeatures", "([BI)V");
    [all...]
com_android_bluetooth_avrcp.cpp 30 static jmethodID method_getRcFeatures;
80 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_getRcFeatures, addr.get(),
518 method_getRcFeatures =
    [all...]

Completed in 888 milliseconds