Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DMacros.cpp23 const bool IS_DEBUGGABLE_BUILD = variable
35 if (!IS_DEBUGGABLE_BUILD) { in debugRawEvents()
/frameworks/native/services/inputflinger/dispatcher/
DDebugConfig.cpp23 const bool IS_DEBUGGABLE_BUILD = variable
31 if (!IS_DEBUGGABLE_BUILD) { in debugInboundEventDetails()
DDebugConfig.h32 extern const bool IS_DEBUGGABLE_BUILD;
DEntry.cpp156 if (!IS_DEBUGGABLE_BUILD) { in getDescription()
219 if (!IS_DEBUGGABLE_BUILD) { in getDescription()
274 if (IS_DEBUGGABLE_BUILD) { in getDescription()
/frameworks/native/libs/input/
DInputTransport.cpp54 const bool IS_DEBUGGABLE_BUILD = variable
68 if (!IS_DEBUGGABLE_BUILD) { in debugTransportPublisher()
DInputConsumer.cpp58 const bool IS_DEBUGGABLE_BUILD = variable
73 if (!IS_DEBUGGABLE_BUILD) { in debugResampling()