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

  /device/generic/goldfish/gatekeeper/
module.cpp 71 static int close_device(hw_device_t* dev __unused) { function
98 s_device.device.common.close = close_device;
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.cpp 58 void IonAlloc::close_device() function in class:IonAlloc
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.cpp 58 void IonAlloc::close_device() function in class:IonAlloc
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp 58 void IonAlloc::close_device() function in class:IonAlloc
  /hardware/qcom/display/msm8909/libgralloc/
ionalloc.cpp 60 void IonAlloc::close_device() function in class:IonAlloc
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.cpp 60 void IonAlloc::close_device() function in class:IonAlloc
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.cpp 60 void IonAlloc::close_device() function in class:IonAlloc
  /hardware/qcom/display/sdm845/libgralloc/
ionalloc.cpp 61 void IonAlloc::close_device() function in class:IonAlloc
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 53 device_.common.close = close_device;
73 int TrustyGateKeeperDevice::close_device(hw_device_t* dev) { function in class:gatekeeper::TrustyGateKeeperDevice
  /external/e2fsprogs/debugfs/
e2freefrag.c 216 static void close_device(char *device_name, ext2_filsys fs) function
234 close_device(fs->device_name, fs);
243 close_device(fs->device_name, fs);
333 close_device(device_name, fs);
  /external/e2fsprogs/misc/
e2freefrag.c 216 static void close_device(char *device_name, ext2_filsys fs) function
234 close_device(fs->device_name, fs);
243 close_device(fs->device_name, fs);
333 close_device(device_name, fs);
  /device/generic/goldfish/keymaster/
trusty_keymaster_device.cpp 95 device_.common.close = close_device;
653 int TrustyKeymasterDevice::close_device(hw_device_t* dev) { function in class:keymaster::TrustyKeymasterDevice
  /hardware/libhardware/modules/camera/3_0/
Camera.cpp 48 static int close_device(hw_device_t* dev) function
69 mDevice.common.close = close_device;
  /hardware/libhardware/modules/camera/3_4/
camera.cpp 46 static int close_device(hw_device_t* dev) function
65 mDevice.common.close = close_device;
  /hardware/libhardware/modules/usbcamera/
Camera.cpp 47 static int close_device(hw_device_t* dev) { function
113 mDevice.common.close = close_device;
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 94 device_.common.close = close_device;
649 int TrustyKeymasterDevice::close_device(hw_device_t* dev) { function in class:keymaster::TrustyKeymasterDevice
  /system/core/toolbox/
getevent.c 411 int close_device(const char *device, int print_flags) function
463 close_device(devname, print_flags);
  /system/keymaster/
android_keymaster_test_utils.cpp 686 device_.common.close = close_device;
729 static int close_device(hw_device_t* dev) { function in class:keymaster::test::Sha256OnlyWrapper
    [all...]
soft_keymaster_device.cpp 271 km1_device_.common.close = &close_device;
314 km2_device_.common.close = &close_device;
390 int SoftKeymasterDevice::close_device(hw_device_t* dev) { function in class:keymaster::SoftKeymasterDevice
    [all...]
  /external/libmtp/src/
libopenusb1-glue.c 2188 void close_device(PTP_USB *ptp_usb, PTPParams *params) { function
    [all...]
libusb-glue.c 2078 void close_device (PTP_USB *ptp_usb, PTPParams *params) function
    [all...]
libusb1-glue.c 2228 void close_device (PTP_USB *ptp_usb, PTPParams *params) function
    [all...]

Completed in 2027 milliseconds