Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/tests/
Dcamera_device_tests.cc97 TEST(CameraDeviceTests, DumpState) { in TEST() argument
108 EXPECT_EQ(device->DumpState(-1), BAD_VALUE); in TEST()
114 EXPECT_EQ(device->DumpState(fileno(f)), OK); in TEST()
Dmock_device_hwl.h87 status_t DumpState(int fd) { in DumpState() function
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h62 virtual status_t DumpState(int fd) = 0;
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.h73 status_t DumpState(int fd);
Dcamera_device.cc211 status_t CameraDevice::DumpState(int fd) { in DumpState() function in android::google_camera_hal::CameraDevice
213 return camera_device_hwl_->DumpState(fd); in DumpState()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp157 status_t EmulatedCameraDeviceHwlImpl::DumpState(int /*fd*/) { in DumpState() function in android::EmulatedCameraDeviceHwlImpl
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device.cc185 google_camera_device_->DumpState(fd); in dumpState()