/frameworks/av/drm/common/ |
DrmInfoEvent.cpp | 22 DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 message) 24 mInfoType(infoType),
|
DrmInfoStatus.cpp | 24 infoType(_infoType),
|
DrmInfo.cpp | 21 DrmInfo::DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType) : 22 mInfoType(infoType),
|
DrmInfoRequest.cpp | 24 DrmInfoRequest::DrmInfoRequest(int infoType, const String8& mimeType) : 25 mInfoType(infoType), mMimeType(mimeType) {
|
IDrmManagerService.cpp | 267 const int infoType = reply.readInt32(); 280 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType); 317 const int infoType = reply.readInt32(); 325 drmInfo = new DrmInfo(infoType, DrmBuffer(data, bufferSize), reply.readString8()); 935 const int infoType = data.readInt32(); 942 DrmInfo* drmInfo = new DrmInfo(infoType, drmBuffer, data.readString8()); 956 reply->writeInt32(drmInfoStatus->infoType); 983 const int infoType = data.readInt32(); 985 DrmInfoRequest* drmInfoRequest = new DrmInfoRequest(infoType, mimeType); [all...] |
/frameworks/base/drm/java/android/drm/ |
DrmInfoStatus.java | 51 public final int infoType; 69 * @param infoType The type of the DRM information processed. Must be a valid 74 public DrmInfoStatus(int statusCode, int infoType, ProcessedData data, String mimeType) { 75 if (!DrmInfoRequest.isValidType(infoType)) { 76 throw new IllegalArgumentException("infoType: " + infoType); 88 this.infoType = infoType;
|
DrmInfoRequest.java | 64 * @param infoType Type of information. 67 public DrmInfoRequest(int infoType, String mimeType) { 68 mInfoType = infoType; 71 final String msg = "infoType: " + infoType + "," + 149 /* package */ static boolean isValidType(int infoType) { 152 switch (infoType) {
|
DrmInfo.java | 44 * @param infoType The type of information. 48 public DrmInfo(int infoType, byte[] data, String mimeType) { 49 mInfoType = infoType; 53 final String msg = "infoType: " + infoType + "," + 64 * @param infoType The type of information. 68 public DrmInfo(int infoType, String path, String mimeType) { 69 mInfoType = infoType; 80 final String msg = "infoType: " + infoType + "," [all...] |
DrmManagerClient.java | 149 getEventType(status.infoType), null, attributes); 151 int infoType = (null != status) ? status.infoType : drmInfo.getInfoType(); 153 getErrorType(infoType), null, attributes); 183 Object thisReference, int uniqueId, int infoType, String message) { 188 InfoHandler.INFO_EVENT_TYPE, uniqueId, infoType, message); 207 int infoType = msg.arg2; 210 switch (infoType) { 217 info = new DrmInfoEvent(uniqueId, infoType, message); 225 info = new DrmInfoEvent(uniqueId, infoType, message) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
ShapeInfo.h | 43 template<class KeyType, class InfoType> 46 static InfoType* ensureInfo(const KeyType* key) 48 InfoMap& infoMap = MappedInfo<KeyType, InfoType>::infoMap(); 49 if (InfoType* info = infoMap.get(key)) 51 typename InfoMap::AddResult result = infoMap.add(key, InfoType::createInfo(key)); 55 static InfoType* info(const KeyType* key) { return infoMap().get(key); } 57 typedef HashMap<const KeyType*, OwnPtr<InfoType> > InfoMap;
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJSDisplayable.cpp | 231 SkDisplayTypes infoType = (SkDisplayTypes) info->fType; 236 if (infoType == SkType_MemberProperty) { 237 infoType = info->propertyType(); 238 switch (infoType) { 250 switch (infoType) { 268 switch (infoType) { 307 SkDisplayTypes infoType = info->getType(); 313 switch (infoType) { 341 switch (infoType) { 353 switch (infoType) { [all...] |
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 231 SkDisplayTypes infoType = (SkDisplayTypes) info->fType; 236 if (infoType == SkType_MemberProperty) { 237 infoType = info->propertyType(); 238 switch (infoType) { 250 switch (infoType) { 268 switch (infoType) { 307 SkDisplayTypes infoType = info->getType(); 313 switch (infoType) { 341 switch (infoType) { 353 switch (infoType) { [all...] |
/frameworks/av/include/drm/ |
DrmInfoStatus.h | 59 int infoType;
|
DrmInfo.h | 39 * @param[in] infoType Type of information 43 DrmInfo(int infoType, const DrmBuffer& drmBuffer, const String8& mimeType);
|
DrmInfoEvent.h | 77 * @param[in] infoType Type of information 80 DrmInfoEvent(int uniqueId, int infoType, const String8 message);
|
DrmInfoRequest.h | 54 * @param[in] infoType Type of information 57 DrmInfoRequest(int infoType, const String8& mimeType);
|
/external/libnfc-nxp/src/ |
phHciNfc_Jewel.h | 173 * \param[in] infotype To enable the jewel gate 184 uint8_t infotype,
|
phHciNfc_RFReaderB.h | 195 * \param[in] infotype To enable the reader B gate 207 uint8_t infotype,
|
phHciNfc_Felica.h | 176 * \param[in] infotype To enable the felica gate 187 uint8_t infotype,
|
phHciNfc_ISO15693.h | 164 * \param[in] infotype To enable the ISO 15693 gate 176 uint8_t infotype,
|
phHciNfc_RFReaderA.h | 304 * \param[in] infotype To enable the reader A gate 316 uint8_t infotype,
|
phHciNfc_ISO15693.c | 206 uint8_t infotype, 226 switch(infotype)
|
/external/chromium/base/ |
cpu.cc | 87 // __cpuid with an InfoType argument of 0 returns the number of
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DRMTest.java | 213 switch (infoStatus.infoType) {
|
/external/chromium_org/base/ |
cpu.cc | 94 // __cpuid with an InfoType argument of 0 returns the number of
|