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

1 2

  /frameworks/base/core/java/android/hardware/usb/
UsbPortStatus.java 31 private final int mCurrentMode;
39 mCurrentMode = currentMode;
51 return mCurrentMode != 0;
61 return mCurrentMode;
106 + ", currentMode=" + UsbPort.modeToString(mCurrentMode)
121 dest.writeInt(mCurrentMode);
  /hardware/ti/omap4-aah/camera/
CameraParameters.cpp 170 mProperties[mCurrentMode].removeItem(android::String8(prop));
172 mProperties[mCurrentMode].replaceValueFor(android::String8(prop), android::String8(value));
183 return mProperties[mCurrentMode].valueFor(android::String8(prop)).string();
187 android::String8 value = mProperties[mCurrentMode].valueFor(android::String8(prop));
205 mCurrentMode = mode;
209 return mCurrentMode;
216 for (size_t i = 0; i < mProperties[mCurrentMode].size(); i++) {
218 mProperties[mCurrentMode].keyAt(i).string(),
219 mProperties[mCurrentMode].valueAt(i).string());
226 if (index < mProperties[mCurrentMode].size())
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 67 private int mCurrentMode = 0;
152 if (mListener.onModeChanged(mCurrentMode)) {
153 Log.e(TAG, "failed:onModeChanged:" + mCurrentMode);
165 if (view == mModeSelectionIcon[i] && (mCurrentMode != i)) {
183 mCurrentMode = mode;
229 highlightView(mModeSelectionIcon[i], (i == mCurrentMode));
240 target = mCurrentMode;
243 if (j == mCurrentMode) j++;
262 int l = mModeSelectionFrame.getLeft() + mCurrentMode * viewWidth;
  /packages/apps/Settings/src/com/android/settings/location/
LocationSettingsBase.java 43 private int mCurrentMode;
108 intent.putExtra(CURRENT_MODE_KEY, mCurrentMode);
119 mCurrentMode = mode;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 93 private Mode mCurrentMode = Mode.NONE;
120 mCurrentMode = mode;
167 if (mCurrentMode == Mode.NONE) {
190 return mCurrentMode != Mode.NONE;
  /hardware/qcom/display/msm8084/libexternal/
external.h 77 int mCurrentMode;
external.cpp 86 mCurrentMode(-1), mModeCount(0),
371 mCurrentMode = -1;
510 if ((isValidMode(ID)) && mCurrentMode != ID) {
544 mCurrentMode = ID;
616 switch (mCurrentMode) {
  /hardware/qcom/display/msm8226/libexternal/
external.h 77 int mCurrentMode;
external.cpp 86 mCurrentMode(-1), mModeCount(0),
371 mCurrentMode = -1;
510 if ((isValidMode(ID)) && mCurrentMode != ID) {
544 mCurrentMode = ID;
636 switch (mCurrentMode) {
  /hardware/qcom/display/msm8909/libhdmi/
hdmi_stub.cpp 35 HDMIDisplay::HDMIDisplay() : mFd(-1), mCurrentMode(-1), mModeCount(0),
hdmi.h 93 int mCurrentMode;
hdmi.cpp 108 mCurrentMode = getUserMode();
109 if (mCurrentMode == -1) {
111 mCurrentMode = getBestMode();
141 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0),
406 mCurrentMode = -1;
489 // the configuration (resolution, timing info) to match mCurrentMode
510 if (cur->video_format == (uint32_t)mCurrentMode) {
517 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode,
636 if (gEDIDData[dataIndex].mMode == mCurrentMode) {
643 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
AudioRecordView.java 97 private int mCurrentMode = MODE_IDLE;
174 return mMediaRecorder.isRecording() && mCurrentMode == MODE_RECORDING;
178 return mCurrentMode != MODE_IDLE;
187 if (mCurrentMode != mode) {
188 mCurrentMode = mode;
194 switch (mCurrentMode) {
243 if (!mMediaRecorder.isRecording() && mCurrentMode == MODE_IDLE) {
252 if (mCurrentMode == MODE_STARTING &&
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneLayout.java 95 private int mCurrentMode = ViewMode.UNKNOWN;
97 * This is a copy of {@link #mCurrentMode} that layout/positioning/animating code uses to
249 mCurrentMode = ViewMode.UNKNOWN;
289 if (mTranslatedMode != mCurrentMode && !mShouldShowPreviewPanel) {
449 mTranslatedMode = mCurrentMode;
465 switch (mCurrentMode) {
570 final boolean isAdMode = ViewMode.isAdMode(mCurrentMode);
672 return !ViewMode.isListMode(mCurrentMode) && !mShouldShowPreviewPanel;
678 if (mCurrentMode == ViewMode.UNKNOWN) {
692 if (ViewMode.isConversationMode(mCurrentMode)) {
    [all...]
  /hardware/qcom/display/msm8960/libexternal/
external.h 83 int mCurrentMode;
external.cpp 170 mCurrentMode(-1), mConnected(0), mConnectedFbNum(0), mModeCount(0),
476 mCurrentMode = -1;
601 if ((isValidMode(ID)) && mCurrentMode != ID) {
635 mCurrentMode = ID;
712 switch (mCurrentMode) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java 50 protected int mCurrentMode = MODE_CAMERA;
85 mCurrentMode = MODE_VIDEO;
204 if (mCurrentMode == MODE_VIDEO) {
211 if (mCurrentMode == MODE_VIDEO) {
IndicatorControlBar.java 116 if (mCurrentMode == MODE_VIDEO) {
SecondLevelIndicatorControlBar.java 202 if (mCurrentMode == MODE_VIDEO) {
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 122 mCurrentMode = mEDIDModes[mActiveConfig];
151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0),
418 mCurrentMode = -1;
512 // the configuration (resolution, timing info) to match mCurrentMode
533 if (cur->video_format == (uint32_t)mCurrentMode) {
540 "(%d,%d,%d), (%d,%d,%d) %dMHz>", __FUNCTION__, mCurrentMode,
659 if (gEDIDData[dataIndex].mMode == mCurrentMode) {
666 ALOGE("%s Unable to get attributes for %d", __FUNCTION__, mCurrentMode);
734 mCurrentMode = mEDIDModes[newConfig];
737 ALOGD("%s config(%d) mode(%d)", __FUNCTION__, mActiveConfig, mCurrentMode);
    [all...]
hdmi.h 100 // mCurrentMode is the HDMI video format that corresponds to the mEDIDMode
102 int mCurrentMode;
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 80 private int mCurrentMode;
152 mCurrentMode = mAudioManager.getMode();
153 mModeSpinner.setSelection(mCurrentMode);
198 mCurrentMode = mAudioManager.getMode();
199 mModeSpinner.setSelection(mCurrentMode);
644 if (mCurrentMode != position) {
645 mCurrentMode = position;
646 mAudioManager.setMode(mCurrentMode);
  /frameworks/support/compat/gingerbread/android/support/v4/graphics/drawable/
DrawableWrapperGingerbread.java 42 private PorterDuff.Mode mCurrentMode;
287 if (!mColorFilterSet || color != mCurrentColor || tintMode != mCurrentMode) {
290 mCurrentMode = tintMode;
  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 218 OperatingMode mCurrentMode;
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 229 sim.mCurrentMode = newMode;
325 portInfo.mCurrentMode = mode;
344 portInfo.mCurrentMode = 0;
409 portInfo.mCurrentMode, portInfo.mCanChangeMode,
    [all...]

Completed in 1169 milliseconds

1 2