/aosp12/system/bt/bta/vc/ |
H A D | devices.h | 85 void DebugDump(int fd) { dprintf(fd, "%s\n", this->ToString().c_str()); } in DebugDump() function 164 void DebugDump(int fd) { in DebugDump() function 166 device.DebugDump(fd); in DebugDump()
|
H A D | vc.cc | 331 void Dump(int fd) { volume_control_devices_.DebugDump(fd); } in Dump() 570 void VolumeControl::DebugDump(int fd) { in DebugDump() function in VolumeControl
|
/aosp12/hardware/interfaces/health/storage/aidl/default/ |
H A D | Storage.cpp | 24 using ::android::hardware::health::storage::DebugDump; 50 DebugDump(fd); in dump()
|
/aosp12/system/bt/bta/include/ |
H A D | bta_hearing_aid_api.h | 220 static void DebugDump(int fd); 264 static void DebugDump(int fd);
|
H A D | bta_vc_api.h | 29 static void DebugDump(int fd);
|
/aosp12/hardware/interfaces/health/storage/impl_common/include/health-storage-impl/ |
H A D | common.h | 25 void DebugDump(int fd);
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_vc.cc | 48 void VolumeControl::DebugDump(int fd) { mock_function_count_map[__func__]++; } in DebugDump() function in VolumeControl
|
H A D | mock_bta_hearing_aid.cc | 60 void HearingAid::DebugDump(int fd) { mock_function_count_map[__func__]++; } in DebugDump() function in HearingAid
|
/aosp12/hardware/interfaces/health/storage/1.0/default/ |
H A D | Storage.cpp | 50 DebugDump(fd); in debug()
|
/aosp12/system/bt/btif/avrcp/ |
H A D | avrcp_service.h | 90 static void DebugDump(int fd);
|
H A D | avrcp_service.cc | 518 void AvrcpService::DebugDump(int fd) { in DebugDump() function in bluetooth::avrcp::AvrcpService
|
/aosp12/hardware/interfaces/health/storage/impl_common/ |
H A D | impl_common.cpp | 120 void DebugDump(int fd) { in DebugDump() function
|
/aosp12/system/bt/btif/src/ |
H A D | bluetooth.cc | 394 bluetooth::avrcp::AvrcpService::DebugDump(fd); in dump() 400 HearingAid::DebugDump(fd); in dump() 402 bluetooth::bqr::DebugDump(fd); in dump()
|
H A D | btif_bqr.cc | 502 void DebugDump(int fd) { in DebugDump() function
|
/aosp12/system/bt/btif/include/ |
H A D | btif_bqr.h | 382 void DebugDump(int fd);
|
/aosp12/system/bt/bta/hearing_aid/ |
H A D | hearing_aid_audio_source.cc | 434 void HearingAidAudioSource::DebugDump(int fd) { in DebugDump() function in HearingAidAudioSource
|
H A D | hearing_aid.cc | 1841 void HearingAid::DebugDump(int fd) { in DebugDump() function in HearingAid 1844 HearingAidAudioSource::DebugDump(fd); in DebugDump()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/ |
H A D | AudioPrimaryHidlHalTest.h | 739 template <class DebugDump> 740 static void testDebugDump(DebugDump debugDump) { in testDebugDump() 773 TEST_P(AudioHidlDeviceTest, DebugDump) { in TEST_P() argument 1475 TEST_IO_STREAM(DebugDump, "Check that a stream can dump its state without error",
|
/aosp12/system/bt/btif/co/ |
H A D | bta_av_co.cc | 477 void DebugDump(int fd); 1676 void BtaAvCo::DebugDump(int fd) { in DebugDump() function in BtaAvCo 2219 void btif_a2dp_codec_debug_dump(int fd) { bta_av_co_cb.DebugDump(fd); } in btif_a2dp_codec_debug_dump()
|