HomeSort by relevance Sort by last modified time
    Searched refs:ACTIVE (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /external/kernel-headers/original/uapi/linux/
nilfs2_ondisk.h 614 NILFS_SEGMENT_USAGE_FNS(ACTIVE, active)
  /frameworks/av/services/audioflinger/
Effects.h 57 ACTIVE,
406 volatile int32_t mActiveTrackCnt; // number of active tracks connected
Effects.cpp 251 mState = ACTIVE;
273 default: //IDLE , ACTIVE, DESTROYED
714 mState = ACTIVE;
724 case ACTIVE:
745 case ACTIVE:
764 case ACTIVE:
    [all...]
Threads.cpp 125 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
127 // maximum divider applied to the active sleep time in the mixer thread loop
143 // Direct output thread minimum sleep time in idle or active(underrun) state
1759 bool active = mActiveTracks.indexOf(track) >= 0; local
6986 bool active = mActiveTracks.indexOf(track) >= 0; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 346 case ACTIVE:
CallManager.java 231 * If the Call Manager has an active call and call waiting occurs,
250 * If the Call Manager has an active call and call waiting occurs,
511 // There is no active Fg calls, the OFFHOOK state
671 * Active call, if any, go on hold.
672 * If active call can't be held, i.e., a background call of the same channel exists,
673 * the active call will be hang up.
742 * Places active call on hold, and makes held call active.
746 * 1. only active call but no held call, aka, hold
747 * 2. no active call but only held call, aka, unhol
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 219 doReturn(Call.State.ACTIVE).when(mForeGroundCall).getState();
GsmCdmaPhoneTest.java 277 doReturn(GsmCdmaCall.State.ACTIVE).when(mGsmCdmaCall).getState();
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 197 case CallState.ACTIVE:
TelecomServiceImpl.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 407 TM_STATE(1,FS,ACTIVE)
412 TM_STATE(1,CS,ACTIVE)
418 TM_STATE(1,MXCS,ACTIVE)
424 TM_STATE(1,MNCS,ACTIVE)
  /external/curl/tests/server/
sockfilt.c 143 ACTIVE, /* as a client, connected to a server */
979 case ACTIVE:
    [all...]
  /hardware/interfaces/wifi/1.0/
types.hal 459 * Total time for which the radio is in active transmission.
463 * Time for which the radio is in active tranmission per tx level.
467 * Time for which the radio is in active receive.
675 SOLICITED, // Publish session silent, responds to active subscribes queries
681 * publish discovery sessions. Describes the addressing of the packet responding to an ACTIVE
694 ACTIVE, // Subscribe session probes for |NanPublishType.SOLICITED| publish sessions.
1027 * Subscriber: used in ACTIVE or PASSIVE sessions.
1037 * Subscriber: used (if provided) only in ACTIVE sessions.
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
StatusBarNotifier.java 101 // Notification for an active call. This is non-interruptive, but cannot be dismissed.
105 // Notification for incoming calls in the case where there is already an active call.
483 // Add hang up option for any active calls (active | onhold), outgoing calls (dialing).
484 if (state == DialerCall.State.ACTIVE
499 * Sets the notification's when section as needed. For active calls, this is explicitly set as the
504 if (state == DialerCall.State.ACTIVE) {
    [all...]
CallCardPresenter.java 611 // Active calls come second. An active call always gets precedent.
617 // Sometimes there is intemediate state that two calls are in active even one is about
624 // Disconnected calls get primary position if there are no active calls
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 560 // Check to see if any outputs are active and see what their buffer levels
625 // to see if any outputs have made it to the ACTIVE state. Pass this
644 if ((*I)->getState() == AudioOutput::ACTIVE)
  /external/python/cpython2/Demo/tkinter/guido/
AttrDialog.py 349 _tristate = {'State': (NORMAL, ACTIVE, DISABLED)}
  /hardware/interfaces/radio/1.0/
types.hal 208 // app must only have 1 active perso involved
283 ACTIVE,
766 ACTIVE
    [all...]
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
ClusterView.java 181 && callCard.getCallStatus() == CallStatus.ACTIVE) {
338 // Card priority was decreased, but it still active. Need to reverse reveal
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 396 // Set our state to active again since we're no longer pulling.
668 if (Call.State.ACTIVE == mConnectionState) {
669 Log.v(this, "Holding active call");
693 Log.w(this, "Cannot put a call that is not currently active on hold.");
702 // more than one call, one of them must always be active. In other words, if you
703 // have an active call and holding call, and you put the active call on hold, it
706 // issues hold commands to all active calls, and then the unhold command to the
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 676 if (state == ImsPhoneCall.State.ACTIVE) {
677 // If the state of the call is active, but there is a pending request to the RIL to hold
680 // making this call active when really it should be on hold.
682 Rlog.w(LOG_TAG, "update : state is ACTIVE, but call is pending hold, skipping");
694 //the ACTIVE call should be held ahead
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 230 mMetrics.writeImsCallState(mPhone.getPhoneId(), mImsCallSession, Call.State.ACTIVE);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 

Completed in 1958 milliseconds

1 2 34 5 6 7 8 9