Searched refs:active (Results 26 - 50 of 83) sorted by relevance

1234

/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp347 size_t active = 0; local
357 size_t lineNumberLast = mCandidates[active].lineNumber;
363 for (size_t j = active; j < i; j++) {
397 active = j + 1;
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h56 virtual status_t setCaptureState(bool active);
137 void setCaptureState_l(bool active);
H A DSoundTriggerHwService.cpp154 status_t SoundTriggerHwService::setCaptureState(bool active) argument
156 ALOGV("setCaptureState %d", active);
158 mCaptureState = active;
160 mModules.valueAt(i)->setCaptureState_l(active);
757 void SoundTriggerHwService::Module::setCaptureState_l(bool active) argument
759 ALOGV("Module::setCaptureState_l %d", active);
766 state = (active && !mDescriptor.properties.concurrent_capture) ?
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl72 void notifyCarrierNetworkChange(in boolean active);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java44 public int active = 0; field in class:DataCallResponse
85 .append(" active=").append(active)
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DMediaSessionCompatApi21.java79 public static void setActive(Object sessionObj, boolean active) { argument
80 ((MediaSession)sessionObj).setActive(active);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DSoundTriggerHelper.java219 // There can only be a maximum of one active listener at any given time.
228 * currently active.
282 * Stops all recognitions active currently and clears the internal state.
359 // We consider multiple call states as being active
558 boolean active = mPowerManager.isPowerSaveMode();
559 if (DBG) Slog.d(TAG, "onPowerSaveModeChanged: " + active);
561 onPowerSaveModeChangedLocked(active);
579 pw.print(" call active="); pw.println(mCallActive);
580 pw.print(" power save mode active="); pw.println(mIsPowerSaveMode);
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java315 * Check if this node is active in the given time range.
400 boolean active = true;
404 if (active) {
409 active = false;
439 active = true;
615 " ms the active cues are:");
617 Log.d(TAG, "at (illegal state) the active cues are:");
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java232 * Gets if this window is active. An active window is the one
236 * @return Whether this is the active window.
243 * Sets if this window is active, which is this is the window
247 * @param active Whether this is the active window.
251 public void setActive(boolean active) { argument
252 setBooleanProperty(BOOLEAN_PROPERTY_ACTIVE, active);
473 builder.append(", active=").append(isActive());
/frameworks/base/core/java/com/android/internal/net/
H A DNetworkStatsFactory.java108 final boolean active = reader.nextInt() != 0;
116 // fold in active numbers, but only when active
117 if (active) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java229 String[] active = mCm.getTetheredIfaces();
231 for (String iface: active) {
454 assertTrue("no active network connection", waitForActiveNetworkConnection(LONG_TIMEOUT));
490 assertNotNull("no active wifi info", mWifiManager.getConnectionInfo());
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXmlV1.java52 private static final String ACTIVE_ATTR = "active";
262 boolean active = stats.activeConfiguration.equals(stats.configurations.keyAt(i));
263 writeConfigStats(xml, stats, stats.configurations.valueAt(i), active);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java246 * Set if this session is currently active and ready to receive commands. If
248 * set the session to active before it can start receiving media button
256 * @param active Whether this session is active or not.
258 public void setActive(boolean active) { argument
259 mImpl.setActive(active);
266 * Get the current active state of this session.
268 * @return True if the session is active, false otherwise.
429 * Adds a listener to be notified when the active status of this session
443 * Stops the listener from being notified when the active statu
941 setActive(boolean active) argument
1169 setActive(boolean active) argument
1951 setActive(boolean active) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java123 * <p>After starting mS5 the list of active states is mP0, mP1, mS1 and mS5.
133 * mS4.enter. The new list of active states is mP0, mP1, mS2 and mS4. So
728 boolean active; field in class:StateMachine.SmHandler.StateInfo
735 return "state=" + state.getName() + ",active=" + active + ",parent="
998 mStateStack[mStateStackTopIndex].active = false;
1010 mStateStack[i].active = true;
1063 * state that is already active i.e. StateInfo.active == true.
1072 * Search up the parent list of the destination state for an active
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java231 public boolean active; field in class:ProcessCpuTracker.Stats
442 if (st.active) {
443 st.active = false;
448 if (!st.active) {
449 st.active = true;
H A DBatteryStatsImpl.java204 // A set of pools of currently active timers. When a timer is queried, we will divide the
205 // elapsed time by the number of active timers to arrive at that timer's share of the time.
206 // In order to do this, we must refresh each timer whenever the number of active timers
1490 // Accumulate time to all currently active timers before adding
1493 // Add this timer to the active pool
1519 // Accumulate time to all active counters, scaled by the total
1520 // active in the pool, before taking this one out of the pool.
1522 // Remove this timer from the active pool
1668 // There is no currently active overflow, so we should no longer have
1671 Slog.wtf(TAG, "Cleaning up with no active overflo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java466 public void onCarrierNetworkChange(boolean active) { argument
468 Log.d(mTag, "onCarrierNetworkChange: active=" + active);
470 mCurrentState.carrierNetworkChangeMode = active;
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java98 * one such client is ever active (working with the IME) at a time.
171 * be active at a time. The inactive clients can not interact with key
177 * the active client will be processed by the current IME. This is enforced
182 * <li> <p>Only the active client's {@link InputConnection} will accept
183 * operations. The IMF tells each client process whether it is active, and
271 * True if this input method client is active, initially false.
478 final boolean active = msg.arg1 != 0;
480 Log.i(TAG, "handleMessage: MSG_SET_ACTIVE " + active + ", was " + mActive);
483 mActive = active;
485 if (!active) {
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c140 Word16 active) /*!< tns active flag */
158 tC->tnsActive = active;
207 Word16 active) /*!< tns active flag */
224 tC->tnsActive = active;
135 InitTnsConfigurationLong(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_LONG *pC, Word16 active) argument
202 InitTnsConfigurationShort(Word32 bitRate, Word32 sampleRate, Word16 channels, TNS_CONFIG *tC, PSY_CONFIGURATION_SHORT *pC, Word16 active) argument
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java312 * Set if this session is currently active and ready to receive commands. If
314 * set the session to active before it can start receiving media button
317 * @param active Whether this session is active or not.
319 public void setActive(boolean active) { argument
320 if (mActive == active) {
324 mBinder.setActive(active);
325 mActive = active;
332 * Get the current active state of this session.
334 * @return True if the session is active, fals
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayer.h104 Geometry active; member in struct:android::Layer::State
/frameworks/wilhelm/src/itf/
H A DIStreamInformation.c263 XAboolean active, /* [in] */
261 IStreamInformation_SetActiveStream( XAStreamInformationItf self, XAuint32 streamNum, XAboolean active, XAboolean commitNow) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java463 public void onPowerSaveChanged(boolean active) {
464 mPowerSaveActive = active;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java571 private void applyActiveState(boolean active) { argument
573 setInfoViewVisibility(active);
576 //setExtraVisibility(active);
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h42 void dump(char* buffer, size_t size, bool active);
148 // but the slot is only used if track is active

Completed in 805 milliseconds

1234