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

  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h 56 int getCameraId(String8 filePath) const;
57 int getCameraId(int wd) const;
EmulatedCameraHotplugThread.cpp 178 int cameraId = getCameraId(event->wd);
250 int EmulatedCameraHotplugThread::getCameraId(String8 filePath) const {
265 int EmulatedCameraHotplugThread::getCameraId(int wd) const {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 211 client->getCameraId(), kStateNames[mCaptureState]);
217 client->getCameraId());
259 __FUNCTION__, client->getCameraId());
266 "%s (%d)", __FUNCTION__, client->getCameraId(),
277 __FUNCTION__, client->getCameraId(),
322 __FUNCTION__, client->getCameraId(), strerror(-res), res);
361 client->getCameraId());
364 __FUNCTION__, client->getCameraId(), strerror(-res), res);
502 __FUNCTION__, client->getCameraId(), strerror(-res), res);
510 __FUNCTION__, client->getCameraId());
    [all...]
ZslProcessor3.cpp 48 mId(client->getCameraId()),
106 client->getCameraId(), strerror(-res), res);
113 __FUNCTION__, client->getCameraId(), mZslStreamId);
122 client->getCameraId(), strerror(-res), res);
141 "%s (%d)", __FUNCTION__, client->getCameraId(),
176 "%s (%d)", __FUNCTION__, client->getCameraId(),
272 __FUNCTION__, client->getCameraId(), strerror(-res), res);
283 client->getCameraId(),
FrameProcessor.cpp 107 __FUNCTION__, client->getCameraId(),
116 __FUNCTION__, client->getCameraId());
128 __FUNCTION__, client->getCameraId());
137 __FUNCTION__, client->getCameraId());
201 int mId = client->getCameraId();
CallbackProcessor.cpp 38 mId(client->getCameraId()),
74 client->getCameraId(), strerror(-res), res);
JpegProcessor.cpp 44 mId(client->getCameraId()),
ZslProcessor.cpp 48 mId(client->getCameraId()),
StreamingProcessor.cpp 44 mId(client->getCameraId()),
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 73 int getCameraId() const;
Camera2ClientBase.cpp 275 int Camera2ClientBase<TClientBase>::getCameraId() const {
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h 107 inline int getCameraId() const;
ExynosCameraHWInterface.cpp     [all...]
ExynosCamera.cpp     [all...]
  /frameworks/av/include/media/
MediaProfiles.h 414 static int getCameraId(const char **atts);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java     [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 320 int getCameraId(void);
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 454 inline int getCameraId() const;
ExynosCameraHWInterface2.cpp     [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 367 MediaProfiles::getCameraId(const char** atts)
445 profiles->mCurrentCameraId = getCameraId(atts);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]

Completed in 2110 milliseconds