Searched refs:dumpState (Results 1 - 16 of 16) 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.h280 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.cpp264 Return<void> CameraDevice::dumpState(const ::android::hardware::hidl_handle& handle) { function in class:android::hardware::camera::device::V3_2::implementation::CameraDevice
286 session->dumpState(handle);
H A DCameraDeviceSession.h79 void dumpState(const native_handle_t* fd);
H A DCameraDeviceSession.cpp144 void CameraDeviceSession::dumpState(const native_handle_t* fd) { function in class:android::hardware::camera::device::V3_2::implementation::CameraDeviceSession
/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice_1_0.h82 Return<Status> dumpState(const hidl_handle& fd) override;
H A DCameraDevice.cpp613 Return<Status> CameraDevice::dumpState(const hidl_handle& handle) { function in class:android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp1771 ALOGI("dumpState: Testing camera device %s", name.c_str());
1830 TEST_F(CameraHidlTest, dumpState) {
1838 ALOGI("dumpState: Testing camera device %s", name.c_str());
1853 ret= device3_2->dumpState(handle);
1859 ALOGI("dumpState: Testing camera device %s", name.c_str());
1874 Return<Status> returnStatus = device1->dumpState(handle);
1919 ret = device3_2->dumpState(handle);
1937 Return<Status> returnStatus = device1->dumpState(handle);
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp691 return qadev->hwif->dumpState(fd, args);

Completed in 168 milliseconds