Searched defs:debugDump (Results 1 - 9 of 9) sorted by relevance

/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
H A DEffectsFactory.impl.h174 Return<void> EffectsFactory::debugDump(const hidl_handle& fd) { function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::EffectsFactory
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp170 Return<void> VehicleHalManager::debugDump(IVehicle::debugDump_cb _hidl_cb) { function in class:android::hardware::automotive::vehicle::V2_0::VehicleHalManager
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DDevice.impl.h304 Return<void> Device::debugDump(const hidl_handle& fd) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Device
H A DPrimaryDevice.impl.h137 Return<void> PrimaryDevice::debugDump(const hidl_handle& fd) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::PrimaryDevice
138 return mDevice->debugDump(fd);
H A DStream.impl.h318 Return<void> Stream::debugDump(const hidl_handle& fd) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Stream
H A DStreamIn.impl.h265 Return<void> StreamIn::debugDump(const hidl_handle& fd) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamIn
266 return mStreamCommon->debugDump(fd);
H A DStreamOut.impl.h269 Return<void> StreamOut::debugDump(const hidl_handle& fd) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamOut
270 return mStreamCommon->debugDump(fd);
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp463 static void testDebugDump(DebugDump debugDump) { argument
482 ASSERT_OK(debugDump(handle));
485 // TODO: debugDump does not return a Result.
490 doc::note("debugDump does not seem implemented");
498 testDebugDump([](const auto& handle) { return device->debugDump(handle); });
503 ASSERT_OK(device->debugDump(hidl_handle()));
845 testDebugDump([this](const auto& handle) { return stream->debugDump(handle); }))
849 ASSERT_OK(stream->debugDump(hidl_handle())))
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp504 static void testDebugDump(DebugDump debugDump) { argument
523 ASSERT_OK(debugDump(handle));
526 // TODO: debugDump does not return a Result.
531 doc::note("debugDump does not seem implemented");

Completed in 132 milliseconds