Home
last modified time | relevance | path

Searched refs:WithDebugFlags (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp215 class WithDebugFlags { class
217 static WithDebugFlags createNested(const WithDebugFlags& parent) { in createNested()
218 return WithDebugFlags(parent.mFlags); in createNested()
221 WithDebugFlags() = default;
222 explicit WithDebugFlags(const ModuleDebug& initial) : mInitial(initial), mFlags(initial) {} in WithDebugFlags() function in WithDebugFlags
223 WithDebugFlags(const WithDebugFlags&) = delete;
224 WithDebugFlags& operator=(const WithDebugFlags&) = delete;
225 ~WithDebugFlags() { in ~WithDebugFlags()
495 debug.reset(new WithDebugFlags()); in SetUpDebug()
576 std::unique_ptr<WithDebugFlags> debug;
[all …]