Searched refs:getState (Results 101 - 125 of 219) sorted by relevance

123456789

/frameworks/av/include/media/
H A DIOMX.h85 virtual status_t getState(
/frameworks/av/media/libstagefright/include/
H A DOMX.h62 virtual status_t getState(
H A DOMXNodeInstance.h55 status_t getState(OMX_STATETYPE* state);
/frameworks/base/cmds/sm/src/com/android/commands/sm/
H A DSm.java119 final String envState = VolumeInfo.getEnvironmentForState(vol.getState());
/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java204 public int getState() { method in class:NetworkStats.Bucket
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java333 if (VDBG) log("getState(" + device + ")");
418 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
H A DBluetoothAvrcpController.java198 if (VDBG) log("getState(" + device + ")");
246 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
H A DBluetoothPan.java329 if (VDBG) log("getState(" + device + ")");
388 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java336 public State getState() { method in class:NetworkInfo
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java217 public String getState() { method in class:StorageVolume
/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java225 if (audioTrack.getState() != AudioTrack.STATE_INITIALIZED) {
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java274 d.setState(getState());
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java266 mCm.getNetworkInfo(ConnectivityManager.TYPE_MOBILE).getState());
/frameworks/base/libs/common_time/
H A Dcommon_time_server.h54 ICommonClock::State getState();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java331 callback.onStateChanged(r.tile.getState());
446 if (tileRecord.tile.getState().visible) {
481 record.tileView.handleStateChanged(record.tile.getState());
637 drawTile(tileRecord, tileRecord.tile.getState());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSignalController.java75 public T getState() { method in class:SignalController
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java113 public int getState() { method in class:ParcelableCall
H A DParcelableConnection.java93 public int getState() { method in class:ParcelableConnection
H A DRemoteConference.java50 * {@link #getState()}.
310 public final int getState() { method in class:RemoteConference
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java210 Log.d(TAG, "Received playback state change to state " + state.getState());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java151 state = networkInfo.getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java288 public abstract PhoneConstants.State getState(); method in class:CallTracker
H A DPhoneBase.java587 Rlog.d(LOG_TAG, "Event EVENT_CALL_RING Received state=" + getState());
590 PhoneConstants.State state = getState();
603 Rlog.d(LOG_TAG, "Event EVENT_CALL_RING_CONTINUE Received stat=" + getState());
604 if (getState() == PhoneConstants.State.RINGING) {
1326 public abstract PhoneConstants.State getState(); method in class:PhoneBase
2332 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) {
2335 return getServiceState().getState();
2561 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)) {
2631 pw.println(" getState()=" + getState());
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java204 st = mBluetooth.getState();
206 Log.e(TAG,"Unable to call getState", e);
482 if (mBluetooth != null && (mBluetooth.getState() != BluetoothAdapter.STATE_ON)) {
487 Log.e(TAG, "getState()", e);
548 && mBluetooth.getState() == BluetoothAdapter.STATE_BLE_ON) {
1739 if (mBluetooth.getState() == BluetoothAdapter.STATE_ON) return true;
1741 if (mBluetooth.getState() == BluetoothAdapter.STATE_OFF) return true;
1743 if (mBluetooth.getState() != BluetoothAdapter.STATE_ON) return true;
1746 Log.e(TAG, "getState()", e);
1780 return (mBluetooth.getState()
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp329 status_t OMX::getState( function in class:android::OMX
331 return findInstance(node)->getState(

Completed in 708 milliseconds

123456789