OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEVICE_OUT_BLUETOOTH_A2DP
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/java/android/media/
AudioSystem.java
242
public static final int
DEVICE_OUT_BLUETOOTH_A2DP
= 0x80;
/frameworks/base/include/media/
AudioSystem.h
250
DEVICE_OUT_BLUETOOTH_A2DP
= 0x80,
257
DEVICE_OUT_BLUETOOTH_SCO_CARKIT |
DEVICE_OUT_BLUETOOTH_A2DP
| DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES |
259
DEVICE_OUT_ALL_A2DP = (
DEVICE_OUT_BLUETOOTH_A2DP
| DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES |
Completed in 118 milliseconds