Searched refs:SessionDataKey (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/common/hal/tests/ |
D | mock_device_session_hwl.h | 88 status_t SetSessionData(SessionDataKey key, void* value) override; 90 status_t GetSessionData(SessionDataKey key, void** value) const override; 178 MOCK_METHOD2(SetSessionData, status_t(SessionDataKey key, void* value)); 180 MOCK_CONST_METHOD2(GetSessionData, status_t(SessionDataKey key, void** value));
|
D | mock_device_session_hwl.cc | 250 status_t FakeCameraDeviceSessionHwl::SetSessionData(SessionDataKey /*key*/, in SetSessionData() argument 255 status_t FakeCameraDeviceSessionHwl::GetSessionData(SessionDataKey /*key*/, in GetSessionData() argument
|
/hardware/google/camera/common/hal/common/ |
D | session_data_defs.h | 44 enum SessionDataKey : uint64_t { enum
|
/hardware/google/camera/common/hal/hwl_interface/ |
D | camera_device_session_hwl.h | 149 virtual status_t SetSessionData(SessionDataKey key, void* value) = 0; 152 virtual status_t GetSessionData(SessionDataKey key, void** value) const = 0;
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceSessionHWLImpl.h | 45 using google_camera_hal::SessionDataKey; 142 status_t SetSessionData(SessionDataKey /*key*/ in SetSessionData() argument 148 status_t GetSessionData(SessionDataKey /*key*/, in GetSessionData() argument
|