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

  /frameworks/av/services/camera/libcameraservice/hidl/
HidlCameraDeviceUser.h 61 static constexpr int32_t REQUEST_ID_NONE = -1;
124 int32_t mRequestId = REQUEST_ID_NONE;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 307 static const int32_t REQUEST_ID_NONE = -1;
  /frameworks/av/camera/ndk/impl/
ACameraDevice.h 266 static const int REQUEST_ID_NONE = -1;
267 int mRepeatingSequenceId = REQUEST_ID_NONE;
  /frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraDevice.h 294 static const int REQUEST_ID_NONE = -1;
295 int mRepeatingSequenceId = REQUEST_ID_NONE;

Completed in 3741 milliseconds