Searched defs:INVALID (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.h30 enum MessageType { INVALID, KILL, LOAD_SAMPLE }; enumerator in enum:android::SoundPoolMsg::MessageType
31 SoundPoolMsg() : mMessageType(INVALID), mData(0) {}
H A DSoundPool.h45 enum MessageType { INVALID, SAMPLE_LOADED }; enumerator in enum:android::SoundPoolEvent::MessageType
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsInfo.java38 public static final int INVALID = 4; field in class:WpsInfo
50 setup = INVALID;
H A DSupplicantState.java160 INVALID; enum constant in enum:SupplicantState
170 return state != UNINITIALIZED && state != INVALID;
190 case INVALID:
213 case INVALID:
236 case INVALID:
/frameworks/native/include/ui/
H A DFenceTime.h128 INVALID, member in class:android::FenceTime::State
132 const State mState{State::INVALID};
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateTracker.java31 public static final int INVALID = 0; field in class:WifiStateTracker
40 mWifiState = INVALID;
73 case INVALID:
74 mWifiState = INVALID;
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h98 INVALID, enumerator in enum:android::ARTPWriter::__anon924
/frameworks/base/telephony/java/android/telephony/
H A DVoLteServiceState.java35 public static final int INVALID = 0x7FFFFFFF; field in class:VoLteServiceState
103 mSrvccState = INVALID;
H A DSignalStrength.java53 public static final int INVALID = 0x7FFFFFFF; field in class:SignalStrength
105 mLteRsrp = INVALID;
106 mLteRsrq = INVALID;
107 mLteRssnr = INVALID;
108 mLteCqi = INVALID;
110 mTdScdmaRscp = INVALID;
131 mLteRsrp = INVALID;
132 mLteRsrq = INVALID;
133 mLteRssnr = INVALID;
134 mLteCqi = INVALID;
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h37 INVALID = 0, enumerator in enum:android::ElementaryStreamQueue::Mode
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DImsFeature.java72 public static final int INVALID = -1; field in class:ImsFeature
/frameworks/base/telephony/java/com/android/ims/
H A DImsUtInterface.java97 public static final int INVALID = (-1); field in interface:ImsUtInterface
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java308 private static final int INVALID = -1; field in class:BlockingGLTextureView.RenderThread
317 private int mExecMsgId = INVALID;
381 if (mExecMsgId != INVALID) {
423 while (mExecMsgId == INVALID) {
431 mExecMsgId = INVALID;
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java57 public static final int INVALID = (-1); field in class:ImsCallSession.State
555 return State.INVALID;
561 return State.INVALID;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java125 public static final int INVALID = -1; field in class:DctConstants
/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp46 INVALID = 0, member in class:android::tests::TestEnum
397 *b = (a == TestEnum::INITIAL) ? TestEnum::FINAL : TestEnum::INVALID;
646 TestEnum b = TestEnum::INVALID;
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCallAnalytics.java199 public static final int INVALID = 999999; field in class:ParcelableCallAnalytics.EventTiming
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java267 private static final int INVALID = -1; field in class:Cea608CCParser
301 private int mPrevCtrlCode = INVALID;
409 if (mPrevCtrlCode != INVALID && mPrevCtrlCode == ctrlCode) {
411 mPrevCtrlCode = INVALID;
478 case INVALID:
480 mPrevCtrlCode = INVALID;
517 "WHITE", "GREEN", "BLUE", "CYAN", "RED", "YELLOW", "MAGENTA", "INVALID"
1055 return INVALID;
1187 if (ctrlCode != INVALID) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java777 final static int INVALID = -1; field in class:PackageManagerTests.ReplaceReceiver
785 int removed = INVALID;
1514 final static int INVALID = -1; field in class:PackageManagerTests.MoveReceiver
1520 int removed = INVALID;
/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 615 milliseconds