OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_profile_interface
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/btif/src/
bluetooth.c
301
static const void*
get_profile_interface
(const char *profile_id)
function
303
ALOGI("
get_profile_interface
%s", profile_id);
406
get_profile_interface
,
/packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp
119
btInf->
get_profile_interface
(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
159
btInf->
get_profile_interface
(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
com_android_bluetooth_hdp.cpp
116
btInf->
get_profile_interface
(BT_PROFILE_HEALTH_ID)) == NULL) {
155
btInf->
get_profile_interface
(BT_PROFILE_HEALTH_ID)) == NULL) {
com_android_bluetooth_hid.cpp
161
btInf->
get_profile_interface
(BT_PROFILE_HIDHOST_ID)) == NULL) {
201
btInf->
get_profile_interface
(BT_PROFILE_HIDHOST_ID)) == NULL) {
com_android_bluetooth_pan.cpp
132
btIf->
get_profile_interface
(BT_PROFILE_PAN_ID)) == NULL) {
com_android_bluetooth_hfp.cpp
251
btInf->
get_profile_interface
(BT_PROFILE_HANDSFREE_ID)) == NULL) {
290
btInf->
get_profile_interface
(BT_PROFILE_HANDSFREE_ID)) == NULL) {
com_android_bluetooth_avrcp.cpp
203
btInf->
get_profile_interface
(BT_PROFILE_AV_RC_ID)) == NULL) {
com_android_bluetooth_btservice_AdapterService.cpp
524
sBluetoothInterface->
get_profile_interface
(BT_PROFILE_SOCKETS_ID)) == NULL) {
[
all
...]
com_android_bluetooth_gatt.cpp
711
btIf->
get_profile_interface
(BT_PROFILE_GATT_ID)) == NULL) {
[
all
...]
/hardware/libhardware/include/hardware/
bluetooth.h
442
const void* (*
get_profile_interface
) (const char *profile_id);
member in struct:__anon31003
Completed in 476 milliseconds