/hardware/interfaces/camera/device/3.2/ |
H A D | ICameraDevice.hal | 177 * dumpState: 197 dumpState(handle fd);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioHardwareBase.h | 52 virtual status_t dumpState(int fd, const Vector<String16>& args);
|
H A D | AudioHardwareInterface.h | 279 virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;
|
/hardware/interfaces/camera/device/1.0/ |
H A D | ICameraDevice.hal | 150 dumpState(handle fd) generates (Status status);
|
/hardware/libhardware_legacy/audio/ |
H A D | AudioHardwareInterface.cpp | 137 status_t AudioHardwareBase::dumpState(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareBase 142 snprintf(buffer, SIZE, "AudioHardwareBase::dumpState\n");
|
H A D | AudioDumpInterface.h | 155 virtual status_t dump(int fd, const Vector<String16>& args) { return mFinalInterface->dumpState(fd, args); }
|
H A D | A2dpAudioInterface.cpp | 220 return mHardwareInterface->dumpState(fd, args);
|
H A D | audio_hw_hal.cpp | 623 return ladev->hwif->dumpState(fd, args);
|
/hardware/interfaces/camera/device/3.2/default/ |
H A D | CameraDevice_3_2.h | 80 Return<void> dumpState(const ::android::hardware::hidl_handle& fd) override;
|
H A D | CameraDevice.cpp | 276 Return<void> CameraDevice::dumpState(const ::android::hardware::hidl_handle& handle) { function in class:android::hardware::camera::device::V3_2::implementation::CameraDevice 298 session->dumpState(handle);
|
H A D | CameraDeviceSession.h | 81 void dumpState(const native_handle_t* fd);
|
H A D | CameraDeviceSession.cpp | 167 void CameraDeviceSession::dumpState(const native_handle_t* fd) { function in class:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
H A D | ExternalCameraDevice_3_4.h | 77 Return<void> dumpState(const ::android::hardware::hidl_handle&) override;
|
H A D | ExternalCameraDeviceSession.h | 98 void dumpState(const native_handle_t*);
|
/hardware/interfaces/camera/device/1.0/default/ |
H A D | CameraDevice_1_0.h | 82 Return<Status> dumpState(const hidl_handle& fd) override;
|
H A D | CameraDevice.cpp | 620 Return<Status> CameraDevice::dumpState(const hidl_handle& handle) { function in class:android::hardware::camera::device::V1_0::implementation::CameraDevice
|
/hardware/interfaces/health/2.0/default/ |
H A D | Health.cpp | 192 battery_monitor_->dumpState(fd);
|
/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraDevice.cpp | 170 Return<void> ExternalCameraDevice::dumpState(const ::android::hardware::hidl_handle& handle) { function in class:android::hardware::camera::device::V3_4::implementation::ExternalCameraDevice 192 session->dumpState(handle);
|
H A D | ExternalCameraDeviceSession.cpp | 189 void ExternalCameraDeviceSession::dumpState(const native_handle_t* handle) { function in class:android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession
|
/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | audio_hw_hal.cpp | 691 return qadev->hwif->dumpState(fd, args);
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 2168 ALOGI("dumpState: Testing camera device %s", name.c_str()); 2233 TEST_F(CameraHidlTest, dumpState) { 2244 ALOGI("dumpState: Testing camera device %s", name.c_str()); 2258 ret = device3_x->dumpState(handle); 2266 ALOGI("dumpState: Testing camera device %s", name.c_str()); 2280 Return<Status> returnStatus = device1->dumpState(handle); 2343 ret = device3_x->dumpState(handle); 2363 Return<Status> returnStatus = device1->dumpState(handle);
|