Home
last modified time | relevance | path

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

/aosp12/art/runtime/metrics/
H A Dreporter_test.cc87 const SessionData& GetSessionData() { in GetSessionData() function in art::metrics::TestBackend
184 ASSERT_EQ(backend_->GetSessionData().compiler_filter, filter); in VerifyReports()
185 ASSERT_EQ(backend_->GetSessionData().compilation_reason, reason); in VerifyReports()
/aosp12/hardware/google/camera/common/hal/tests/
H A 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));
H A Dmock_device_session_hwl.cc254 status_t FakeCameraDeviceSessionHwl::GetSessionData(SessionDataKey /*key*/, in GetSessionData() function in android::google_camera_hal::FakeCameraDeviceSessionHwl
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_device_session_hwl.h139 virtual status_t GetSessionData(SessionDataKey key, void** value) const = 0;
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraDeviceSessionHWLImpl.h144 status_t GetSessionData(SessionDataKey /*key*/, in GetSessionData() function