Home
last modified time | relevance | path

Searched defs:debugDump (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/audio/effect/all-versions/default/
DEffectsFactory.cpp191 Return<void> EffectsFactory::debugDump(const hidl_handle& fd) { in debugDump() function in android::hardware::audio::effect::CPP_VERSION::implementation::EffectsFactory
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp170 Return<void> VehicleHalManager::debugDump(IVehicle::debugDump_cb _hidl_cb) { in debugDump() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp322 Return<void> Stream::debugDump(const hidl_handle& fd) { in debugDump() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DPrimaryDevice.cpp140 Return<void> PrimaryDevice::debugDump(const hidl_handle& fd) { in debugDump() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
DDevice.cpp349 Return<void> Device::debugDump(const hidl_handle& fd) { in debugDump() function in android::hardware::audio::CPP_VERSION::implementation::Device
DStreamIn.cpp266 Return<void> StreamIn::debugDump(const hidl_handle& fd) { in debugDump() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
DStreamOut.cpp270 Return<void> StreamOut::debugDump(const hidl_handle& fd) { in debugDump() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h602 static void testDebugDump(DebugDump debugDump) { in testDebugDump()