Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/samples/tuningfork/tfvalidate/
Dapk_validator.cpp108 : source_tree_(zip_file, asset_path), debug_(debug) { in ApkValidator()
120 if (debug_) in Validate()
147 if (debug_) in Validate()
231 if (debug_) in ValidateSettings()
246 if (debug_) in ValidateSettings()
258 if (debug_) { in ValidateSettings()
288 if (debug_) in ValidateDevFidelityParams()
309 if (debug_) { in DebugFileDesc()
320 if (debug_) { in DebugDesc()
Dapk_validator.h60 bool debug_; variable
/frameworks/native/services/sensorservice/
DSensorList.h81 Entry(SensorInterface* si_, bool debug_, bool virtual_) : in Entry()
82 si(si_), isForDebug(debug_), isVirtual(virtual_) { in Entry()