Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_device_session_hwl.h88 status_t SetSessionData(SessionDataKey key, void* value) override;
178 MOCK_METHOD2(SetSessionData, status_t(SessionDataKey key, void* value));
H A Dmock_device_session_hwl.cc249 status_t FakeCameraDeviceSessionHwl::SetSessionData(SessionDataKey /*key*/, in SetSessionData() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_device_session_hwl.h136 virtual status_t SetSessionData(SessionDataKey key, void* value) = 0;
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraDeviceSessionHWLImpl.h138 status_t SetSessionData(SessionDataKey /*key*/ in SetSessionData() function