Home | History | Annotate | Download | only in functional

Lines Matching refs:DebugDump

92  * Eg: calling `doc::test("Dump the state of the hal")` in the "debugDump" test
94 * <testcase name="debugDump" status="run" time="6"
528 template <class DebugDump>
529 static void testDebugDump(DebugDump debugDump) {
544 ASSERT_OK(debugDump(handle));
547 // TODO: debugDump does not return a Result.
553 doc::note("debugDump does not seem implemented");
558 TEST_F(AudioPrimaryHidlTest, DebugDump) {
561 [this](const auto& handle) { return device->debugDump(handle); });
566 ASSERT_OK(device->debugDump(hidl_handle()));
933 TEST_IO_STREAM(DebugDump,
936 return stream->debugDump(handle);
941 ASSERT_OK(stream->debugDump(hidl_handle())))