Searched refs:mDrmDevFd (Results 1 – 2 of 2) sorted by relevance
55 if (mDrmDevFd <= 0) { in EnableIEDSession()60 int ret = drmCommandNone(mDrmDevFd, request); in EnableIEDSession()81 mDrmDevFd = open("/dev/card0", O_RDWR, 0); in OMXVideoDecoderAVCSecure()82 if (mDrmDevFd <= 0) { in OMXVideoDecoderAVCSecure()92 if (mDrmDevFd > 0) { in ~OMXVideoDecoderAVCSecure()93 close(mDrmDevFd); in ~OMXVideoDecoderAVCSecure()94 mDrmDevFd = 0; in ~OMXVideoDecoderAVCSecure()682 if (mDrmDevFd <= 0) { in WaitForFrameDisplayed()698 int ret = drmCommandWriteRead(mDrmDevFd, DRM_PSB_REGISTER_RW, &arg, sizeof(arg)); in WaitForFrameDisplayed()
95 int mDrmDevFd; variable