Searched refs:key_state (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp_controller.cpp | 940 jint key_state) { in sendPassThroughCommandNative() argument 945 ALOGI("key_code: %d, key_state: %d", key_code, key_state); in sendPassThroughCommandNative() 956 rawAddress, (uint8_t)key_code, (uint8_t)key_state); in sendPassThroughCommandNative() 968 jint key_state) { in sendGroupNavigationCommandNative() argument 973 ALOGI("key_code: %d, key_state: %d", key_code, key_state); in sendGroupNavigationCommandNative() 984 rawAddress, (uint8_t)key_code, (uint8_t)key_state); in sendGroupNavigationCommandNative()
|