Home
last modified time | relevance | path

Searched refs:GetSessionData (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.h90 status_t GetSessionData(SessionDataKey key, void** value) const override;
180 MOCK_CONST_METHOD2(GetSessionData, status_t(SessionDataKey key, void** value));
Dmock_device_session_hwl.cc254 status_t FakeCameraDeviceSessionHwl::GetSessionData(SessionDataKey /*key*/, in GetSessionData() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_session_hwl.h139 virtual status_t GetSessionData(SessionDataKey key, void** value) const = 0;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h144 status_t GetSessionData(SessionDataKey /*key*/, in GetSessionData() function