Home
last modified time | relevance | path

Searched refs:DumpState (Results 1 – 8 of 8) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dcamera_device_tests.cc111 TEST(CameraDeviceTests, DumpState) { in TEST() argument
122 EXPECT_EQ(device->DumpState(-1), BAD_VALUE); in TEST()
128 EXPECT_EQ(device->DumpState(fileno(f)), OK); in TEST()
Dmock_device_hwl.h101 status_t DumpState(int fd) { in DumpState() function
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h73 virtual status_t DumpState(int fd) = 0;
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.h80 status_t DumpState(int fd);
Dcamera_device.cc243 status_t CameraDevice::DumpState(int fd) { in DumpState() function in android::google_camera_hal::CameraDevice
245 return camera_device_hwl_->DumpState(fd); in DumpState()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.h65 status_t DumpState(int fd) override;
DEmulatedCameraDeviceHWLImpl.cpp197 status_t EmulatedCameraDeviceHwlImpl::DumpState(int /*fd*/) { in DumpState() function in android::EmulatedCameraDeviceHwlImpl
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device.cc244 google_camera_device_->DumpState(fd); in dump()