HomeSort by relevance Sort by last modified time
    Searched refs:currentState (Results 26 - 50 of 57) sorted by null

12 3

  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimplePlayer.h 225 aaudio_stream_state_t currentState = AAudioStream_getState(mStream);
227 while (result == AAUDIO_OK && currentState == AAUDIO_STREAM_STATE_PAUSING) {
229 &currentState, NANOS_PER_SECOND);
230 inputState = currentState;
235 return (currentState == AAUDIO_STREAM_STATE_PAUSED)
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 222 private TransactionState currentState;
356 this.currentState = null;
527 if (currentState == TransactionState.COMPLETED) {
532 if (currentState == TransactionState.CONFIRMED) {
536 if (currentState != TransactionState.TERMINATED)
537 currentState = newState;
539 newState = currentState;
555 return this.currentState;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GillStepInterpolator.java 118 currentState[i] - coeff1 * yDot1 - coeff2 * yDot2 - coeff3 * yDot3 - coeff4 * yDot4;
HighamHall54StepInterpolator.java 96 currentState[i] + b0 * yDot0 + b2 * yDot2 + b3 * yDot3 + b4 * yDot4 + b5 * yDot5;
DormandPrince54StepInterpolator.java 208 currentState[i] - oneMinusThetaH * (v1[i] - theta * (v2[i] + theta * (v3[i] + eta * v4[i])));
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 230 CaptureState currentState;
233 currentState = mCaptureState;
236 currentState = (this->*kStateManagers[currentState])(client);
239 if (currentState != mCaptureState) {
243 mCaptureState = currentState;
  /frameworks/av/media/libaaudio/src/core/
AudioStream.cpp 276 aaudio_result_t AudioStream::waitForStateChange(aaudio_stream_state_t currentState,
287 while (state == currentState && timeoutNanoseconds > 0) {
304 return (state == currentState) ? AAUDIO_ERROR_TIMEOUT : AAUDIO_OK;
AudioStream.h 107 virtual aaudio_result_t waitForStateChange(aaudio_stream_state_t currentState,
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 702 Boolean currentState = mSharedPref.getBoolean(sharedPreferenceString, true);
704 updateIcon(context, currentState);
708 private void updateIcon(Context context, Boolean currentState) {
711 if (currentState) {
717 mUnreadNotificationSwitch.setChecked(currentState);
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 703 Boolean currentState = mSharedPref.getBoolean(sharedPreferenceString, true);
705 updateIcon(context, currentState);
709 private void updateIcon(Context context, Boolean currentState) {
712 if (currentState) {
718 mUnreadNotificationSwitch.setChecked(currentState);
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/
Channel.cs 212 var currentState = GetConnectivityState(true);
213 while (currentState != ChannelState.Ready)
215 if (currentState == ChannelState.Shutdown)
219 await WaitForStateChangedAsync(currentState, deadline).ConfigureAwait(false);
220 currentState = GetConnectivityState(false);
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 628 self.currentState = []
638 list(self._getElementNames(self.currentState)),
651 self.currentState = newCurrentState
660 self.currentState = child
664 subStateNames = self._getElementNames(self.currentState)
669 subStateCurrentNames = list(self._getElementNames(self.currentState))
680 if len(self.currentState) != 1 :
    [all...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/util/
RoundRobinLoadBalancerFactory.java 117 private ConnectivityState currentState;
264 if (state != currentState || !picker.isEquivalentTo(currentPicker)) {
266 currentState = state;
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 160 // Specifically, currentState is a set of bit-masks.
166 // From the initial state (currentState = 0x00), if we add instruction class
167 // L_or_M we will transition to a state with currentState = [0x01, 0x10]. This
252 State *currentState;
317 DFA::DFA(): currentState(nullptr) {}
348 // Iterate over all resource states in currentState.
    [all...]
  /frameworks/av/media/libaaudio/src/client/
AudioStreamInternal.cpp 250 aaudio_stream_state_t currentState = getState();
254 if (isActive() || currentState == AAUDIO_STREAM_STATE_DISCONNECTED) {
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
NetworkUsageStatsTest.java 695 int currentState = isInForeground() ? STATE_FOREGROUND : STATE_DEFAULT;
696 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT;
699 int[] statesWithTraffic = {currentState, STATE_ALL};
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 165 // Specifically, currentState is a set of bit-masks.
171 // From the initial state (currentState = 0x00), if we add instruction class
172 // L_or_M we will transition to a state with currentState = [0x01, 0x10]. This
258 State *currentState = nullptr;
353 // Iterate over all resource states in currentState.
    [all...]
  /device/generic/goldfish/ril/
reference-ril.c 198 static RIL_RadioState currentState();
214 currentState,
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
db4o-6.4.14.8131-java5.jar 
  /external/zxing/core/
core.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1209 milliseconds

12 3