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

  /device/generic/goldfish/camera/
EmulatedCamera2.h 95 virtual int flushCapturesInProgress();
EmulatedCamera2.cpp 117 int EmulatedCamera2::flushCapturesInProgress() {
248 return ec->flushCapturesInProgress();
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera2.h 93 virtual int flushCapturesInProgress();
EmulatedCamera2.cpp 106 int EmulatedCamera2::flushCapturesInProgress() { return INVALID_OPERATION; }
223 return ec->flushCapturesInProgress();

Completed in 192 milliseconds