Searched refs:dumpState (Results 1 - 21 of 21) sorted by relevance

/hardware/interfaces/camera/device/3.2/
H A DICameraDevice.hal177 * dumpState:
197 dumpState(handle fd);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h52 virtual status_t dumpState(int fd, const Vector<String16>& args);
H A DAudioHardwareInterface.h279 virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;
/hardware/interfaces/camera/device/1.0/
H A DICameraDevice.hal150 dumpState(handle fd) generates (Status status);
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp137 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 DAudioDumpInterface.h155 virtual status_t dump(int fd, const Vector<String16>& args) { return mFinalInterface->dumpState(fd, args); }
H A DA2dpAudioInterface.cpp220 return mHardwareInterface->dumpState(fd, args);
H A Daudio_hw_hal.cpp623 return ladev->hwif->dumpState(fd, args);
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDevice_3_2.h80 Return<void> dumpState(const ::android::hardware::hidl_handle& fd) override;
H A DCameraDevice.cpp276 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 DCameraDeviceSession.h81 void dumpState(const native_handle_t* fd);
H A DCameraDeviceSession.cpp167 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 DExternalCameraDevice_3_4.h77 Return<void> dumpState(const ::android::hardware::hidl_handle&) override;
H A DExternalCameraDeviceSession.h98 void dumpState(const native_handle_t*);
/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice_1_0.h82 Return<Status> dumpState(const hidl_handle& fd) override;
H A DCameraDevice.cpp620 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 DHealth.cpp192 battery_monitor_->dumpState(fd);
/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp170 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 DExternalCameraDeviceSession.cpp189 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 Daudio_hw_hal.cpp691 return qadev->hwif->dumpState(fd, args);
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp2168 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);

Completed in 1335 milliseconds