HomeSort by relevance Sort by last modified time
    Searched defs:newMode (Results 1 - 25 of 62) sorted by null

1 2 3

  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 136 int newMode = mParent->mode();
145 (newMode == AudioSystem::MODE_IN_CALL)) {
194 (newMode == AudioSystem::MODE_IN_CALL)) {
    [all...]
AudioHardwareALSA.cpp 268 int newMode = mode();
269 ALOGV("setVoiceVolume newMode %d",newMode);
278 if(newMode == AudioSystem::MODE_IN_COMMUNICATION) {
280 } else if (newMode == AudioSystem::MODE_IN_CALL){
608 int newMode = mode();
624 ALOGV("doRouting: device %d newMode %d mCSCallActive %d mVolteCallActive %d"
625 "mIsFmActive %d", device, newMode, mCSCallActive, mVolteCallActive,
628 isRouted = routeVoLTECall(device, newMode);
629 isRouted |= routeVoiceCall(device, newMode);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ViewMode.java 43 void onViewModeChanged(int newMode);
240 final int newMode = inState.getInt(VIEW_MODE_KEY, UNKNOWN);
241 if (newMode != UNKNOWN) {
242 setModeInternal(newMode);
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 253 final Display.Mode newMode = modes[1];
280 getInstrumentation().getContext(), display, newMode.getModeId());
290 assertEquals(newMode, display.getMode());
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 189 final int newMode;
194 newMode = UsbPort.MODE_DFP;
197 newMode = UsbPort.MODE_UFP;
206 newMode = currentMode;
214 + ", newMode=" + UsbPort.modeToString(newMode)
221 sim.mCurrentMode = newMode;
232 if (currentMode != newMode) {
240 newMode == UsbPort.MODE_DFP ? PORT_MODE_DFP : PORT_MODE_UFP)) {
243 + ", newMode=" + UsbPort.modeToString(newMode))
    [all...]
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 745 int newMode = mEDIDModes[newConfig];
  /libcore/luni/src/main/java/java/io/
File.java 705 int newMode = set ? (sb.st_mode | mask) : (sb.st_mode & ~mask);
706 Libcore.os.chmod(path, newMode);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 197 int newMode = CallAudioState.ROUTE_SPEAKER;
201 newMode = CallAudioState.ROUTE_WIRED_OR_EARPIECE;
204 setAudioMode(newMode);
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 879 final int newMode;
882 newMode = INTENT_FILTER_DOMAIN_VERIFICATION_STATUS_UNDEFINED;
886 newMode = INTENT_FILTER_DOMAIN_VERIFICATION_STATUS_ALWAYS;
890 newMode = INTENT_FILTER_DOMAIN_VERIFICATION_STATUS_ASK;
894 newMode = INTENT_FILTER_DOMAIN_VERIFICATION_STATUS_ALWAYS_ASK;
898 newMode = INTENT_FILTER_DOMAIN_VERIFICATION_STATUS_NEVER;
918 if (!mPm.updateIntentVerificationStatus(pkg, newMode, userId)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 854 RenderPreviewMode newMode = AdtPrefs.getPrefs().getRenderPreviewMode()
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 1349 milliseconds

1 2 3