Searched defs:ctype (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp119 static void btavrcp_volume_change_callback(uint8_t volume, uint8_t ctype) { argument
128 (jint)ctype);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java325 + " ctype=" + msg.arg2);
807 private void volumeChangeCallback(int volume, int ctype) { argument
808 Message msg = mHandler.obtainMessage(MESSAGE_VOLUME_CHANGED, volume, ctype);

Completed in 784 milliseconds