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

  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 107 int32_t* newStreamId = NULL) override;
112 int32_t* newStreamId = NULL) override;
258 int* newStreamId = NULL);
CameraDeviceClient.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/hidl/
HidlCameraDeviceUser.cpp 218 int32_t newStreamId = 0;
219 binder::Status ret = mDeviceRemote->createStream(outputConfiguration, &newStreamId);
221 hidl_cb_(status, newStreamId);

Completed in 474 milliseconds