Searched refs:source_location (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/log/include/bluetooth/ |
D | log.h | 44 struct source_location { struct 45 source_location(char const* file_name = __builtin_FILE(), 57 void vlog(Level level, char const* tag, source_location location, argument 86 source_location location = source_location()) { 154 log_internal::source_location location = log_internal::source_location()) { 163 log_internal::source_location location = log_internal::source_location()) { 173 log_internal::source_location location = log_internal::source_location()) { 184 log_internal::source_location location = log_internal::source_location()) { 197 log_internal::source_location location = log_internal::source_location()) { 210 log_internal::source_location location = [all …]
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | btif_storage_mock.cc | 59 uint32_t source_location) { in btif_storage_set_leaudio_audio_location() argument 63 source_location); in btif_storage_set_leaudio_audio_location()
|
D | btif_storage_mock.h | 36 uint32_t source_location) = 0; 72 uint32_t source_location),
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_profile_storage.h | 448 uint32_t source_location)> 452 uint32_t source_location) { in operator() 453 body(addr, sink_location, source_location); in operator()
|
D | mock_btif_profile_storage.cc | 287 uint32_t source_location) { in btif_storage_set_leaudio_audio_location() argument 290 addr, sink_location, source_location); in btif_storage_set_leaudio_audio_location()
|
/packages/modules/Bluetooth/system/log/src/ |
D | vlog_android.cc | 29 void vlog(Level level, char const* tag, source_location location, in vlog()
|
D | vlog_syslog.cc | 51 void vlog(Level level, char const* tag, source_location location, in vlog()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_profile_storage.h | 116 uint32_t source_location);
|
D | btif_storage.h | 304 uint32_t source_location);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 739 uint32_t source_location) { in btif_storage_set_leaudio_audio_location() argument 742 [](const RawAddress& addr, int sink_location, int source_location) { in btif_storage_set_leaudio_audio_location() argument 750 source_location); in btif_storage_set_leaudio_audio_location() 752 addr, sink_location, source_location)); in btif_storage_set_leaudio_audio_location()
|