Searched refs:key_code (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp_controller.cpp | 939 jbyteArray address, jint key_code, 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() 967 jint key_code, 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()
|