Searched defs:NONE (Results 1 - 25 of 56) sorted by path

123

/frameworks/av/include/media/stagefright/
H A DSimpleSoftOMXComponent.h60 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon131
H A DSoftVideoDecoderOMXComponent.h134 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon137
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h191 NONE, enumerator in enum:android::NuPlayer::FlushStatus
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h69 NONE, enumerator in enum:android::SoftAAC2::__anon448
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h71 NONE, enumerator in enum:android::SoftAMR::__anon510
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h68 NONE, enumerator in enum:android::SoftMP3::__anon589
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h80 NONE, enumerator in enum:android::SoftOpus::__anon798
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h67 NONE, enumerator in enum:android::SoftVorbis::__anon801
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleSoftOMXComponent.h60 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon843
H A DSoftVideoDecoderOMXComponent.h134 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon849
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h60 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon900
H A DSoftVideoDecoderOMXComponent.h134 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon906
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h70 NONE, enumerator in enum:android::ARTSPConnection::AuthType
H A DMyTransmitter.h83 mAuthType(NONE),
294 if (mAuthType == NONE) {
385 if (mAuthType != NONE) {
831 NONE, enumerator in enum:android::MyTransmitter::AuthType
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h65 NONE, enumerator in enum:android::camera2::StreamingProcessor::StreamType
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java50 NONE, enum constant in enum:Tracer.Mode
93 private Mode mCurrentMode = Mode.NONE;
114 * both. Setting this to NONE will turn off tracing.
167 if (mCurrentMode == Mode.NONE) {
190 return mCurrentMode != Mode.NONE;
/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java48 public static final int NONE = 0; field in class:UsageEvents.Event
/frameworks/base/core/java/android/net/
H A DIpConfiguration.java50 NONE, enum constant in enum:IpConfiguration.ProxySettings
H A DNetworkRequest.java83 * - The value NONE is used only by applications. When an application
91 NONE, enum constant in enum:NetworkRequest.Type
99 * The type of the request. This is only used by the system and is always NONE elsewhere.
151 ConnectivityManager.REQUEST_ID_UNSET, Type.NONE);
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java103 return getInstance(false, Capitalize.NONE);
120 if (cap == Capitalize.NONE) {
213 NONE, SENTENCES, WORDS, CHARACTERS, enum constant in enum:TextKeyListener.Capitalize
/frameworks/base/core/java/android/view/
H A DMenu.java88 static final int NONE = 0; field in interface:Menu
167 * changes. Normally use {@link #NONE} if an item should not be in a
169 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
171 * @param order The order for the item. Use {@link #NONE} if you do not care
184 * changes. Normally use {@link #NONE} if an item should not be in a
186 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
188 * @param order The order for the item. Use {@link #NONE} if you do not care
226 * changes. Normally use {@link #NONE} if an item should not be in a
228 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
230 * @param order The order for the item. Use {@link #NONE} i
[all...]
H A DViewPropertyAnimator.java141 static final int NONE = 0x0000; field in class:ViewPropertyAnimator
958 if (bundle.mPropertyMask == NONE) {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java41 private static final int NONE = 0; field in class:WifiConfigurationHelper
60 config.allowedKeyManagement.set(KeyMgmt.NONE);
80 config.allowedKeyManagement.set(KeyMgmt.NONE);
128 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE;
151 config.setProxySettings(ProxySettings.NONE);
160 * security being one of NONE, WEP, PSK, or EAP. If WEP, PSK, or EAP are selected, the field
198 case NONE:
256 config.setProxySettings(ProxySettings.NONE);
270 if ("NONE".equalsIgnoreCase(security)) {
271 return NONE;
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DInsets.java29 public static final Insets NONE = new Insets(0, 0, 0, 0); field in class:Insets
57 return NONE;
70 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom);
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECDSASignatureSpi.java40 public final static class NONE extends AndroidKeyStoreECDSASignatureSpi { class in class:AndroidKeyStoreECDSASignatureSpi
41 public NONE() { method in class:AndroidKeyStoreECDSASignatureSpi.NONE

Completed in 334 milliseconds

123