Home | History | Annotate | Download | only in common

Lines Matching refs:infoType

268         const int infoType = reply.readInt32();
281 drmInfoStatus = new DrmInfoStatus(statusCode, infoType, drmBuffer, mimeType);
320 const int infoType = reply.readInt32();
328 drmInfo = new DrmInfo(infoType, DrmBuffer(data, bufferSize), reply.readString8());
940 const int infoType = data.readInt32();
952 DrmInfo* drmInfo = new DrmInfo(infoType, drmBuffer, data.readString8());
966 reply->writeInt32(drmInfoStatus->infoType);
993 const int infoType = data.readInt32();
995 DrmInfoRequest* drmInfoRequest = new DrmInfoRequest(infoType, mimeType);