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

  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.cpp 80 get_in_progress_count: android::get_in_progress_count,
242 int get_in_progress_count(const struct camera2_device *device) function in namespace:android
249 rc = hardware->get_in_progress_count();
  /device/generic/goldfish/camera/
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,
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI.cpp 346 int QCameraHardwareInterface::get_in_progress_count() function in class:android::QCameraHardwareInterface
  /hardware/libhardware/include/hardware/
camera2.h 555 int (*get_in_progress_count)(const struct camera2_device *); member in struct:camera2_device_ops
661 * Release a stream. Returns an error if called when get_in_progress_count
759 * get_in_progress_count is non-zero, or if the stream id is not
    [all...]

Completed in 46 milliseconds