OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disconnect_audio
(Results
1 - 10
of
10
) sorted by null
/system/bt/btif/src/
btif_hf_client.c
296
** Function
disconnect_audio
303
static bt_status_t
disconnect_audio
( bt_bdaddr_t *bd_addr )
function
675
.
disconnect_audio
=
disconnect_audio
,
[
all
...]
btif_hf.c
866
** Function
disconnect_audio
873
static bt_status_t
disconnect_audio
( bt_bdaddr_t *bd_addr )
function
[
all
...]
/hardware/libhardware/include/hardware/
bt_hf.h
267
bt_status_t (*
disconnect_audio
)( bt_bdaddr_t *bd_addr );
member in struct:__anon32014
bt_hf_client.h
316
bt_status_t (*
disconnect_audio
)(bt_bdaddr_t *bd_addr);
member in struct:__anon32033
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java
30
* CONNECT_AUDIO | |
DISCONNECT_AUDIO
85
static final int
DISCONNECT_AUDIO
= 4;
[
all
...]
HeadsetClientService.java
612
mStateMachine.sendMessage(HeadsetClientStateMachine.
DISCONNECT_AUDIO
);
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp
436
if ( (status = sBluetoothHfpClientInterface->
disconnect_audio
((bt_bdaddr_t *) addr)) !=
com_android_bluetooth_hfp.cpp
587
if ( (status = sBluetoothHfpInterface->
disconnect_audio
((bt_bdaddr_t *) addr)) !=
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
501
mStateMachine.sendMessage(HeadsetStateMachine.
DISCONNECT_AUDIO
);
HeadsetStateMachine.java
29
* CONNECT_AUDIO | |
DISCONNECT_AUDIO
87
static final int
DISCONNECT_AUDIO
= 4;
[
all
...]
Completed in 277 milliseconds