OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bthf_volume_type_t
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_hf.h
51
}
bthf_volume_type_t
;
typedef in typeref:enum:__anon31028
95
typedef void (* bthf_volume_cmd_callback)(
bthf_volume_type_t
type, int volume);
237
bt_status_t (*volume_control) (
bthf_volume_type_t
type, int volume);
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp
125
static void volume_control_callback(
bthf_volume_type_t
type, int volume) {
429
if ( (status = sBluetoothHfpInterface->volume_control((
bthf_volume_type_t
) volume_type,
/external/bluetooth/bluedroid/btif/src/
btif_hf.c
676
static bt_status_t volume_control(
bthf_volume_type_t
type, int volume)
[
all
...]
Completed in 34 milliseconds