Searched defs:ready (Results 1 - 7 of 7) sorted by relevance

/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.java110 * Change the state to indicates if wpa_supplicant is ready to handle country code changing
115 public synchronized void setReadyForChange(boolean ready) { argument
116 if (DBG) Log.d(TAG, "Set ready: " + ready);
117 mReady = ready;
118 // We are ready to set country code now.
143 // If wpa_supplicant is ready we set the country code now, otherwise it will be
144 // set once wpa_supplicant is ready.
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h82 virtual bool ready() const { return mTrack != 0; } function in class:android::MediaPlayerService::AudioOutput
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java225 protected void setReady(boolean ready) { argument
227 mReady = ready;
/frameworks/av/media/libstagefright/httplive/
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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2859 // ready to unhide
4837 public void startDozing(@NonNull Runnable ready) { argument
4838 mHandler.obtainMessage(H.MSG_START_DOZING, ready).sendToTarget();
4867 private void handleStartDozing(@NonNull Runnable ready) { argument
4873 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 3952 milliseconds