Searched refs:hKeyType (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/drm/libmediadrm/ |
D | DrmHalHidl.cpp | 738 KeyType hKeyType; in getKeyRequest() local 740 hKeyType = KeyType::STREAMING; in getKeyRequest() 742 hKeyType = KeyType::OFFLINE; in getKeyRequest() 744 hKeyType = KeyType::RELEASE; in getKeyRequest() 757 toHidlVec(sessionId), toHidlVec(initData), toHidlString(mimeType), hKeyType, in getKeyRequest() 770 toHidlVec(sessionId), toHidlVec(initData), toHidlString(mimeType), hKeyType, in getKeyRequest() 783 toHidlVec(sessionId), toHidlVec(initData), toHidlString(mimeType), hKeyType, in getKeyRequest()
|