HomeSort by relevance Sort by last modified time
    Searched refs:processSwitch (Results 1 - 10 of 10) sorted by null

  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.h 39 void processSwitch(int32_t switchCode, int32_t switchValue);
SwitchInputMapper.cpp 81 processSwitch(event.code, event.value);
93 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
  /frameworks/base/services/core/java/com/android/server/am/
ActivityMetricsLogger.java 124 final boolean processSwitch = processRecord == null
127 notifyActivityLaunched(resultCode, componentName, processRunning, processSwitch);
151 * @param processSwitch whether the process that will contain the activity didn't have any
156 boolean processRunning, boolean processSwitch) {
158 if (resultCode < 0 || componentName == null || !processSwitch) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 100 virtual void processSwitch(SwitchNodeBuilder& builder) = 0;
ExprEngine.h 252 /// ProcessSwitch - Called by CoreEngine. Used to generate successor
254 void processSwitch(SwitchNodeBuilder& builder) override;
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 47 bool processSwitch(SwitchInst *SI);
221 /// processSwitch - Simplify a switch instruction by removing cases which can
228 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) {
397 BBChanged |= processSwitch(cast<SwitchInst>(Term));
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 442 SubEng.processSwitch(builder);
ExprEngine.cpp     [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
InputReader.cpp     [all...]

Completed in 131 milliseconds