Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_sta_iface.h67 ndk::ScopedAStatus enableLinkLayerStatsCollection(bool in_debug) override;
Dwifi_sta_iface.cpp127 ndk::ScopedAStatus WifiStaIface::enableLinkLayerStatsCollection(bool in_debug) { in enableLinkLayerStatsCollection() argument
129 &WifiStaIface::enableLinkLayerStatsCollectionInternal, in_debug); in enableLinkLayerStatsCollection()
/hardware/interfaces/audio/aidl/default/
DModule.cpp514 const ::aidl::android::hardware::audio::core::ModuleDebug& in_debug) { in setModuleDebug()
516 << ", new flags: " << in_debug.toString(); in setModuleDebug()
517 if (mDebug.simulateDeviceConnections != in_debug.simulateDeviceConnections && in setModuleDebug()
525 if (in_debug.streamTransientStateDelayMs < 0) { in setModuleDebug()
527 << in_debug.streamTransientStateDelayMs; in setModuleDebug()
530 mDebug = in_debug; in setModuleDebug()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h65 const ::aidl::android::hardware::audio::core::ModuleDebug& in_debug) override;