OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendPassThroughCmd
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl
33
void
sendPassThroughCmd
(in BluetoothDevice device, int keyCode, int keyState);
BluetoothAvrcpController.java
270
public void
sendPassThroughCmd
(BluetoothDevice device, int keyCode, int keyState) {
271
if (DBG) Log.d(TAG, "
sendPassThroughCmd
");
274
mService.
sendPassThroughCmd
(device, keyCode, keyState);
277
Log.e(TAG, "Error talking to BT service in
sendPassThroughCmd
()", e);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamingStateMachine.java
210
avrcpService.
sendPassThroughCmd
(
214
avrcpService.
sendPassThroughCmd
(
234
avrcpService.
sendPassThroughCmd
(
238
avrcpService.
sendPassThroughCmd
(
A2dpSinkStateMachine.java
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothAvrcpFacade.java
110
sAvrcpProfile.
sendPassThroughCmd
(mDevice, keyCode, keyState);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java
407
mAvrcpProfile.
sendPassThroughCmd
(
409
mAvrcpProfile.
sendPassThroughCmd
(
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java
219
public void
sendPassThroughCmd
(BluetoothDevice device, int keyCode, int keyState) {
220
Log.v(TAG, "
sendPassThroughCmd
keyCode: " + keyCode + " keyState: " + keyState);
426
public void
sendPassThroughCmd
(BluetoothDevice device, int keyCode, int keyState) {
427
Log.v(TAG,"Binder Call:
sendPassThroughCmd
");
430
service.
sendPassThroughCmd
(device, keyCode, keyState);
[
all
...]
Completed in 552 milliseconds