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

  /device/moto/shamu/bdAddrLoader/
addrloader.c 91 int nFd, nRdCnt;
93 nFd = open(szFilePath, O_RDONLY);
95 if (nFd < 0) {
100 nRdCnt = read(nFd, addrData, nDataLen);
103 close(nFd);
106 close(nFd);
221 int nFd, nRdCnt;
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 71 milliseconds