HomeSort by relevance Sort by last modified time
    Searched refs:mDrmDevFd (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 55 if (mDrmDevFd <= 0) {
56 ALOGE("invalid mDrmDevFd");
60 int ret = drmCommandNone(mDrmDevFd, request);
81 mDrmDevFd = open("/dev/card0", O_RDWR, 0);
82 if (mDrmDevFd <= 0) {
92 if (mDrmDevFd > 0) {
93 close(mDrmDevFd);
94 mDrmDevFd = 0;
685 if (mDrmDevFd <= 0) {
686 ALOGE("Invalid mDrmDevFd");
    [all...]
OMXVideoDecoderAVCSecure.h 95 int mDrmDevFd;

Completed in 130 milliseconds