HomeSort by relevance Sort by last modified time
    Searched refs:open_device (Results 1 - 25 of 36) sorted by null

1 2

  /external/ltp/testcases/kernel/input/
input_helper.h 25 int open_device(void);
input02.c 55 fd2 = open_device();
input04.c 84 fd2 = open_device();
input05.c 91 fd2 = open_device();
input01.c 85 fd2 = open_device();
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.h 63 int open_device();
ionalloc.cpp 44 int IonAlloc::open_device() function in class:IonAlloc
83 err = open_device();
129 err = open_device();
145 err = open_device();
182 err = open_device();
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.h 63 int open_device();
ionalloc.cpp 44 int IonAlloc::open_device() function in class:IonAlloc
83 err = open_device();
130 err = open_device();
147 err = open_device();
186 err = open_device();
  /hardware/qcom/display/msm8909/libgralloc/
ionalloc.h 63 int open_device();
ionalloc.cpp 47 int IonAlloc::open_device() function in class:IonAlloc
83 err = open_device();
131 err = open_device();
149 err = open_device();
191 err = open_device();
  /hardware/qcom/display/msm8909w_3100/libgralloc/
ionalloc.h 63 int open_device();
ionalloc.cpp 47 int IonAlloc::open_device() function in class:IonAlloc
83 err = open_device();
131 err = open_device();
149 err = open_device();
191 err = open_device();
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.h 63 int open_device();
ionalloc.cpp 44 int IonAlloc::open_device() function in class:IonAlloc
83 err = open_device();
133 err = open_device();
149 err = open_device();
186 err = open_device();
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.h 63 int open_device();
ionalloc.cpp 48 int IonAlloc::open_device() function in class:IonAlloc
94 err = open_device();
142 err = open_device();
160 err = open_device();
202 err = open_device();
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.h 63 int open_device();
ionalloc.cpp 52 int IonAlloc::open_device() function in class:IonAlloc
88 err = open_device();
136 err = open_device();
154 err = open_device();
196 err = open_device();
  /hardware/akm/AK8975_FS/libsensors/
SensorBase.h 46 int open_device();
SensorBase.cpp 54 int SensorBase::open_device() { function in class:SensorBase
  /hardware/invensense/6515/libsensors_iio/
SensorBase.h 83 int open_device();
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 82 int open_device();
  /external/autotest/client/cros/
device_jail_utils.py 108 def open_device(): function in function:JailDevice.expect_open
135 # Starting open_device should ensure we have a request waiting
137 with ConcurrentFunc(open_device, timeout_sec):
  /hardware/intel/common/libva/va/android/
va_android.cpp 47 static int open_device (char *dev_name) function
112 drm_state->fd = open_device((char *)DEVICE_NAME);

Completed in 383 milliseconds

1 2