HomeSort by relevance Sort by last modified time
    Searched refs:isPause (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 70 ctx->dpyAttr[dpy].isPause = false;
109 ctx->dpyAttr[dpy].isPause = false;
119 if(!ctx->dpyAttr[dpy].isPause) {
159 && (!ctx->dpyAttr[dpy].isPause))
222 ctx->dpyAttr[dpy].isPause = true;
242 ctx->dpyAttr[dpy].isPause = false;
262 if(!ctx->dpyAttr[dpy].isPause) {
295 (!ctx->dpyAttr[dpy].isPause) &&
357 ctx->dpyAttr[dpy].isPause = true;
400 ctx->dpyAttr[dpy].isPause = false
    [all...]
hwc_uevents.cpp 268 ctx->dpyAttr[dpy].isPause = false;
hwc.cpp 311 if(!ctx->dpyAttr[dpy].isPause) {
488 (not ctx->dpyAttr[dpy].isPause)) {
651 !ctx->dpyAttr[dpy].isPause) {
hwc_utils.h 91 bool isPause;
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 81 ctx->dpyAttr[dpy].isPause = false;
120 ctx->dpyAttr[dpy].isPause = false;
130 if(!ctx->dpyAttr[dpy].isPause) {
171 && (!ctx->dpyAttr[dpy].isPause))
251 ctx->dpyAttr[dpy].isPause = true;
282 ctx->dpyAttr[dpy].isPause = false;
301 if(!ctx->dpyAttr[dpy].isPause) {
334 !ctx->dpyAttr[dpy].isPause) {
395 ctx->dpyAttr[dpy].isPause = true;
438 ctx->dpyAttr[dpy].isPause = false
    [all...]
hwc_uevents.cpp 276 ctx->dpyAttr[dpy].isPause = false;
hwc.cpp 300 if(!ctx->dpyAttr[dpy].isPause) {
462 (not ctx->dpyAttr[dpy].isPause)) {
642 !ctx->dpyAttr[dpy].isPause) {
hwc_utils.h 92 bool isPause;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 140 ctx->dpyAttr[dpy].isPause = false;
159 ctx->dpyAttr[dpy].isPause = true;
166 ctx->dpyAttr[dpy].isPause = false;
hwc.cpp 175 if(!ctx->dpyAttr[dpy].isPause) {
403 !ctx->dpyAttr[dpy].isPause &&
hwc_utils.h 85 bool isPause;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 135 ctx->dpyAttr[dpy].isPause = false;
149 ctx->dpyAttr[dpy].isPause = true;
169 ctx->dpyAttr[dpy].isPause = false;
hwc.cpp 185 if(!ctx->dpyAttr[dpy].isPause) {
454 !ctx->dpyAttr[dpy].isPause &&
hwc_utils.h 85 bool isPause;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 59 ctx->dpyAttr[dpy].isPause = false;
88 ctx->dpyAttr[dpy].isPause = false;
98 if(!ctx->dpyAttr[dpy].isPause) {
145 && (!ctx->dpyAttr[dpy].isPause))
hwc_uevents.cpp 190 ctx->dpyAttr[dpy].isPause = false;
hwc.cpp 261 && !ctx->dpyAttr[dpy].isPause) {
314 if(!ctx->dpyAttr[dpy].isPause) {
494 (not ctx->dpyAttr[dpy].isPause)) {
591 && !ctx->dpyAttr[dpy].isPause) {
671 !ctx->dpyAttr[dpy].isPause) {
    [all...]
hwc_qclient.cpp 325 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isPause = true;
335 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isPause = false;
hwc_utils.h 100 bool isPause;
hwc_utils.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 797 private static boolean isPause(char c) {
821 if (!isWait(cNext) && !isPause(cNext)) {
830 ((wMatched == false) && isPause(phoneNumber.charAt(currIndex)))) {
845 ret = (isPause(c)) ? PhoneNumberUtils.PAUSE : PhoneNumberUtils.WAIT;
887 if (isPause(c) || isWait(c)) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 127 isPause (char c){
333 if (isPause(c)) {
    [all...]

Completed in 3303 milliseconds

1 2