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

  /device/generic/goldfish/camera/
EmulatedCamera2.h 168 static int get_in_progress_count(const camera2_device_t *);
EmulatedCamera2.cpp 241 int EmulatedCamera2::get_in_progress_count(const camera2_device_t *d) { function in class:android::EmulatedCamera2
395 EmulatedCamera2::get_in_progress_count,
  /hardware/libhardware/include/hardware/
camera2.h 554 int (*get_in_progress_count)(const struct camera2_device *); member in struct:camera2_device_ops
660 * Release a stream. Returns an error if called when get_in_progress_count
758 * get_in_progress_count is non-zero, or if the stream id is not
    [all...]
  /hardware/libhardware/tests/camera2/
camera2.cpp 298 while (mDevice->ops->get_in_progress_count(mDevice) > 0) {
303 mDevice->ops->get_in_progress_count(mDevice), totalTime);
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 149 int inProgressCount = mHal2Device->ops->get_in_progress_count(mHal2Device);
424 while (mHal2Device->ops->get_in_progress_count(mHal2Device) > 0) {
429 totalTime, mHal2Device->ops->get_in_progress_count(mHal2Device));
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 908 milliseconds