HomeSort by relevance Sort by last modified time
    Searched defs:mFD (Results 1 - 19 of 19) sorted by null

  /frameworks/native/include/binder/
MemoryHeapBase.h 91 int mFD;
  /frameworks/native/libs/binder/
Static.cpp 51 FdTextOutput(int fd) : BufferedTextOutput(MULTITHREADED), mFD(fd) { }
57 writev(mFD, &vec, N);
62 int mFD;
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 60 int mFD;
229 int err = ioctl(dev->mFD, MSMFB_BLIT,
519 close(ctx->mFD);
545 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
546 if (ctx->mFD < 0) {
553 if (ioctl(ctx->mFD, FBIOGET_FSCREENINFO, &finfo) == 0) {
  /frameworks/av/media/mtp/
MtpServer.h 38 int mFD;
79 int mFD;
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
87 close(mFD);
  /frameworks/base/media/java/android/media/
FaceDetector.java 194 private long mFD;
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 66 int mFD;
85 // Return true if mFD is the corresponded file descriptor to the file named
  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 58 int mFD;
238 err = ioctl(dev->mFD, MSMFB_ASYNC_BLIT,
678 close(ctx->mFD);
741 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
742 if (ctx->mFD < 0) {
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 58 int mFD;
238 err = ioctl(dev->mFD, MSMFB_ASYNC_BLIT,
678 close(ctx->mFD);
741 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
742 if (ctx->mFD < 0) {
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 58 int mFD;
232 int err = ioctl(dev->mFD, MSMFB_ASYNC_BLIT,
563 close(ctx->mFD);
616 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
617 if (ctx->mFD < 0) {
  /frameworks/base/core/java/android/os/
MemoryFile.java 57 private FileDescriptor mFD; // ashmem file descriptor
72 mFD = native_open(name, length);
78 mAddress = native_mmap(mFD, length, PROT_READ | PROT_WRITE);
91 native_close(mFD);
124 return !mFD.valid();
163 native_pin(mFD, !allowPurging);
209 return native_read(mFD, mAddress, buffer, srcOffset, destOffset, count, mAllowPurging);
233 native_write(mFD, mAddress, buffer, srcOffset, destOffset, count, mAllowPurging);
246 return mFD;
  /frameworks/wilhelm/src/
data.h 29 SLDataLocator_AndroidFD mFD;
  /hardware/ti/omap4-aah/camera/inc/
ANativeWindowDisplayAdapter.h 161 int mFD;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 161 int mFD;
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 621 int mFD;
636 inline OvFD::OvFD() : mFD (INVAL) {
646 mFD = ::open(dev, flags, 0);
647 if (mFD < 0) {
665 ret = ::close(mFD);
666 mFD = INVAL;
673 return (mFD != INVAL);
676 inline int OvFD::getFD() const { return mFD; }
679 mFD = fd;
685 mFD, mPath)
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 782 int mFD;
797 inline OvFD::OvFD() : mFD (INVAL) {
807 mFD = ::open(dev, flags, 0);
808 if (mFD < 0) {
826 ret = ::close(mFD);
827 mFD = INVAL;
834 return (mFD != INVAL);
837 inline int OvFD::getFD() const { return mFD; }
840 mFD = fd;
846 mFD, mPath)
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 784 int mFD;
799 inline OvFD::OvFD() : mFD (INVAL) {
809 mFD = ::open(dev, flags, 0);
810 if (mFD < 0) {
828 ret = ::close(mFD);
829 mFD = INVAL;
836 return (mFD != INVAL);
839 inline int OvFD::getFD() const { return mFD; }
842 mFD = fd;
848 mFD, mPath)
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 762 int mFD;
777 inline OvFD::OvFD() : mFD (INVAL) {
787 mFD = ::open(dev, flags, 0);
788 if (mFD < 0) {
806 ret = ::close(mFD);
807 mFD = INVAL;
814 return (mFD != INVAL);
817 inline int OvFD::getFD() const { return mFD; }
820 mFD = fd;
826 mFD, mPath)
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.h 249 int mFD;
266 int mFd;
282 int mFd;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 312 milliseconds