Searched defs:getType (Results 1 - 25 of 185) sorted by path

12345678

/frameworks/av/drm/common/
H A DDrmInfoEvent.cpp33 int DrmInfoEvent::getType() const { function in class:DrmInfoEvent
/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp109 if (getType(i) == type) {
116 uint8_t HevcParameterSets::getType(size_t index) { function in class:android::HevcParameterSets
374 if (getType(j) != type) {
448 if (getType(j) != type) {
/frameworks/av/media/mtp/
H A DMtpStorage.cpp52 int MtpStorage::getType() const { function in class:android::MtpStorage
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h46 audio_port_type_t getType() const { return mType; } function in class:android::AudioPort
H A DAudioRoute.h47 audio_route_type_t getType() const { return mType; } function in class:android::AudioRoute
/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java141 public Class getType() { method in class:FloatKeyframeSet
H A DIntKeyframeSet.java140 public Class getType() { method in class:IntKeyframeSet
H A DKeyframe.java252 public Class getType() { method in class:Keyframe
H A DKeyframeSet.java176 public Class getType() { method in class:KeyframeSet
177 return mFirstKeyframe.getType();
H A DKeyframes.java40 Class getType(); method in interface:Keyframes
H A DPathKeyframes.java129 public Class getType() { method in class:PathKeyframes
237 public Class getType() { method in class:PathKeyframes.IntKeyframesBase
250 public Class getType() { method in class:PathKeyframes.FloatKeyframesBase
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java745 public int getType() { method in class:BluetoothDevice
H A DBluetoothGattIncludedService.java107 public int getType() { method in class:BluetoothGattIncludedService
H A DBluetoothGattService.java153 s.getInstanceId(), s.getType()));
192 isvc.getInstanceId(), isvc.getType()));
310 public int getType() { method in class:BluetoothGattService
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java34 public int getType() { method in class:ResultStorageDescriptor
/frameworks/base/core/java/android/content/
H A DContentProvider.java79 * <li>{@link #getType} which returns the MIME type of data in the content provider</li>
248 public String getType(Uri uri) { method in class:ContentProvider.Transport
251 return ContentProvider.this.getType(uri);
713 * {@link #getType(Uri)} or {@link #getStreamTypes(Uri, String)} requests.
1041 public abstract @Nullable String getType(@NonNull Uri uri); method in class:ContentProvider
1219 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1246 * @see #getType(android.net.Uri)
1282 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1316 * @see #getType(android.net.Uri)
1347 * <p class="note">For use in Intents, you will want to implement {@link #getType}
[all...]
H A DContentProviderClient.java167 /** See {@link ContentProvider#getType ContentProvider.getType} */
168 public @Nullable String getType(@NonNull Uri url) throws RemoteException { method in class:ContentProviderClient
173 return mContentProvider.getType(url);
H A DContentProviderNative.java149 String type = getType(url);
443 public String getType(Uri url) throws RemoteException method in class:ContentProviderProxy
H A DContentProviderOperation.java221 public int getType() { method in class:ContentProviderOperation
H A DContentResolver.java368 public final @Nullable String getType(@NonNull Uri url) { method in class:ContentResolver
375 return provider.getType(url);
408 * not necessarily a superset of the type returned by {@link #getType} --
H A DIContentProvider.java41 public String getType(Uri url) throws RemoteException; method in interface:IContentProvider
H A DIntent.java697 * <p>Input: {@link #getType} is the desired MIME type of the item to create or edit.
966 if (target.getType() != null) {
967 mimeTypes = new String[] { target.getType() };
1024 * Input: {@link #getType} is the desired MIME type to retrieve. Note
1115 * Input: {@link #getType} is the MIME type of the data being sent.
1147 * Input: {@link #getType} is the MIME type of the data being sent.
5920 public String getType() { method in class:Intent
5932 * @see #getType
5950 * @see #getType
5959 return resolver.getType(mDat
[all...]
H A DRestrictionEntry.java210 if (restriction.getType() != TYPE_BUNDLE) {
257 public int getType() { method in class:RestrictionEntry
H A DSearchRecentSuggestionsProvider.java249 public String getType(Uri uri) { method in class:SearchRecentSuggestionsProvider
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java986 public int getType(@StyleableRes int index) { method in class:TypedArray

Completed in 429 milliseconds

12345678