Searched refs:profile_id (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | bluetooth.c | 362 static const void* get_profile_interface (const char *profile_id) in get_profile_interface() argument 364 LOG_INFO(LOG_TAG, "get_profile_interface %s", profile_id); in get_profile_interface() 371 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID)) in get_profile_interface() 374 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID)) in get_profile_interface() 377 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID)) in get_profile_interface() 380 if (is_profile(profile_id, BT_PROFILE_PAN_ID)) in get_profile_interface() 383 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID)) in get_profile_interface() 386 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) in get_profile_interface() 389 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID)) in get_profile_interface() 392 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID)) in get_profile_interface() [all …]
|
/system/connectivity/shill/ |
D | default_profile.cc | 87 const string& profile_id, in DefaultProfile() argument 90 control, metrics, manager, Identifier(profile_id), in DefaultProfile() 92 profile_id_(profile_id), in DefaultProfile() 113 GetFinalStoragePath(storage_directory, Identifier(profile_id))); in DefaultProfile()
|
D | default_profile.h | 47 const std::string& profile_id,
|
D | manager.cc | 369 for (const auto& profile_id : identifiers) { in InitializeProfiles() local 370 PushProfileInternal(profile_id, &path, &error); in InitializeProfiles()
|