OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connect_audio
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_hf_client.c
260
** Function
connect_audio
267
static bt_status_t
connect_audio
( bt_bdaddr_t *bd_addr )
function
673
.
connect_audio
=
connect_audio
,
[
all
...]
btif_hf.c
796
** Function
connect_audio
803
static bt_status_t
connect_audio
( bt_bdaddr_t *bd_addr )
function
[
all
...]
/hardware/libhardware/include/hardware/
bt_hf.h
239
bt_status_t (*
connect_audio
)( bt_bdaddr_t *bd_addr );
member in struct:__anon20340
bt_hf_client.h
313
bt_status_t (*
connect_audio
)(bt_bdaddr_t *bd_addr);
member in struct:__anon20359
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp
417
if ( (status = sBluetoothHfpClientInterface->
connect_audio
((bt_bdaddr_t *)addr)) !=
com_android_bluetooth_hfp.cpp
561
if ( (status = sBluetoothHfpInterface->
connect_audio
((bt_bdaddr_t *)addr)) !=
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
460
mStateMachine.sendMessage(HeadsetStateMachine.
CONNECT_AUDIO
);
HeadsetStateMachine.java
29
*
CONNECT_AUDIO
| | DISCONNECT_AUDIO
85
static final int
CONNECT_AUDIO
= 3;
479
case
CONNECT_AUDIO
:
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java
554
mStateMachine.sendMessage(HeadsetClientStateMachine.
CONNECT_AUDIO
);
HeadsetClientStateMachine.java
30
*
CONNECT_AUDIO
| | DISCONNECT_AUDIO
80
static final int
CONNECT_AUDIO
= 3;
[
all
...]
Completed in 889 milliseconds