Searched refs:ready (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionService.aidl23 void ready();
H A DVoiceInteractionService.java73 @Override public void ready() {
217 * Called during service initialization to tell you when the system is ready
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java27 void startDozing(@NonNull Runnable ready); argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java25 * to driver through wpa_supplicant when WifiStateMachine marks current state as ready
113 * Change the state to indicates if wpa_supplicant is ready to handle country code changing
118 public synchronized void setReadyForChange(boolean ready) { argument
119 if (DBG) Log.d(TAG, "Set ready: " + ready);
120 mReady = ready;
121 // We are ready to set country code now.
146 // If wpa_supplicant is ready we set the country code now, otherwise it will be
147 // set once wpa_supplicant is ready.
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DTimeController.java171 * tracked jobs and marks them as ready as appropriate.
178 boolean ready = false;
192 ready = true;
203 if (ready) {
/frameworks/av/include/media/
H A DMediaPlayerInterface.h93 virtual bool ready() const = 0; // audio output is open and ready
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h300 bool checkBuffering(bool &underflow, bool &ready, bool &down, bool &up);
H A DLiveSession.cpp2064 bool underflow, ready, down, up; local
2065 if (checkBuffering(underflow, ready, down, up)) {
2071 // to ready mark, then it immediately pauses after start
2074 if (!switchBandwidthIfNeeded(false /* up */, down) && ready) {
2080 if (ready) {
2140 bool &underflow, bool &ready, bool &down, bool &up) {
2141 underflow = ready = down = up = false;
2213 ready = (readyCount == activeCount);
2139 checkBuffering( bool &underflow, bool &ready, bool &down, bool &up) argument
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerController.java64 * blocker as long as the display is not ready. So most of the work done here
66 * independently of the display ready signal.
397 * @return True if display is ready, false if there are important changes that must
665 // is not ready yet.
712 // Determine whether the display is ready for use in the newly requested state.
714 // reporting the display is ready because we only need to ensure the screen is in the
716 final boolean ready = mPendingScreenOnUnblocker == null
720 final boolean finished = ready
724 if (ready && state != Display.STATE_OFF
739 // Notify the power manager when ready
[all...]
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java65 while (reader.ready()) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java233 protected void setReady(boolean ready) { argument
235 mReady = ready;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h82 virtual bool ready() const { return mTrack != 0; } function in class:android::MediaPlayerService::AudioOutput
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp202 if (mAudioSink != NULL && mAudioSink->ready()) {
228 if (mAudioSink != NULL && mAudioSink->ready()) {
916 ALOGW("onDrainAudioQueue(): audio sink is not ready");
1080 // not ready, then just play out video immediately without delay.
1673 if (mAudioSink->ready()) {
1689 if (mAudioSink != NULL && mAudioSink->ready()) {
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java100 mService.ready();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java185 while (in.ready()) {
336 while (in.ready()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3042 // ready to unhide
5054 public void startDozing(@NonNull Runnable ready) { argument
5055 mHandler.obtainMessage(H.MSG_START_DOZING, ready).sendToTarget();
5084 private void handleStartDozing(@NonNull Runnable ready) { argument
5090 ready.run();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 7260 milliseconds