Searched refs:getType (Results 1 - 25 of 513) sorted by path

1234567891011>>

/frameworks/av/drm/common/
H A DDrmInfoEvent.cpp33 int DrmInfoEvent::getType() const { function in class:DrmInfoEvent
H A DIDrmServiceListener.cpp32 data.writeInt32(event.getType());
/frameworks/av/include/drm/
H A DDrmInfoEvent.h100 int getType() const;
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntry.h69 virtual TagType getType() const = 0;
121 return forceValidType<T>(getType(), value);
H A DTiffEntryImpl.h46 TagType getType() const;
86 TagType TiffEntryImpl<T>::getType() const {
105 if (getType() == RATIONAL || getType() == SRATIONAL) {
135 if (getType() == RATIONAL || getType() == SRATIONAL) {
161 if (getType() == RATIONAL || getType() == SRATIONAL) {
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp129 output.appendFormat("[id: %x, type: %d, count: %u, value: '", getTag(), getType(), count);
136 TagType type = getType();
/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) {
H A DMPEG4Writer.cpp2216 if (paramSets.getType(j) != type) {
/frameworks/av/media/libstagefright/include/
H A DHevcUtils.h88 uint8_t getType(size_t index);
/frameworks/av/media/mtp/
H A DMtpServer.cpp544 mData.putUInt16(storage->getType());
H A DMtpStorage.cpp52 int MtpStorage::getType() const { function in class:android::MtpStorage
H A DMtpStorage.h46 int getType() const;
/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/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp148 if (route->getSink()->getType() == AUDIO_PORT_TYPE_DEVICE) {
159 if (sources[i]->getType() == AUDIO_PORT_TYPE_DEVICE) {
H A DIOProfile.cpp41 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SOURCE;
43 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK;
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java533 ComponentName cn = mAm.startService(null, intent, intent.getType(),
551 int result = mAm.stopService(null, intent, intent.getType(), mUserId);
569 String mimeType = intent.getType();
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java574 final int type = cursor.getType(columnIndex);
/frameworks/base/cmds/sm/src/com/android/commands/sm/
H A DSm.java125 if (filterType == -1 || filterType == vol.getType()) {
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java915 return sampleKeyframe.getType() == float.class ?
917 (sampleKeyframe.getType() == int.class) ?
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

Completed in 380 milliseconds

1234567891011>>