Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 79) sorted by relevance

1234

/device/huawei/angler/power/
Dlist.c63 new_node->dump = head->dump; in add_list_node()
120 if (current_node->dump) { in dump_list()
121 current_node->dump(current_node->data); in dump_list()
Dlist.h34 void (*dump)(void *data); member
/device/lge/bullhead/power/
Dlist.c63 new_node->dump = head->dump; in add_list_node()
120 if (current_node->dump) { in dump_list()
121 current_node->dump(current_node->data); in dump_list()
Dlist.h34 void (*dump)(void *data); member
/device/generic/goldfish/opengl/
Dcommon.mk46 $(if $(EMUGL_DEBUG),$(call emugl-dump-module))
162 _emugl-dump-list = \
165 emugl-dump-module = \
173 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\
175 $(call _emugl-dump-list,$(LOCAL_$(_type)))\
/device/generic/goldfish/camera/
DEmulatedCamera3.cpp159 void EmulatedCamera3::dump(int fd) { in dump() function in android::EmulatedCamera3
225 void EmulatedCamera3::dump(const camera3_device_t *d, int fd) { in dump() function in android::EmulatedCamera3
227 ec->dump(fd); in dump()
253 EmulatedCamera3::dump,
DEmulatedCamera3.h127 virtual void dump(int fd);
161 static void dump(const camera3_device_t *, int fd);
DEmulatedCamera2.cpp201 int EmulatedCamera2::dump(int fd) { in dump() function in android::EmulatedCamera2
363 int EmulatedCamera2::dump(const camera2_device_t *d, int fd) { in dump() function in android::EmulatedCamera2
365 return ec->dump(fd); in dump()
407 EmulatedCamera2::dump
DEmulatedCamera2.h147 virtual int dump(int fd);
238 static int dump(const camera2_device_t *, int fd);
/device/asus/fugu/libaudio/
Daudio_hal_thunks.cpp164 return tstream->impl->dump(fd); in out_dump()
307 return tstream->impl->dump(fd); in in_dump()
465 in->stream.common.dump = in_dump; in adev_open_input_stream()
538 out->stream.common.dump = out_dump; in adev_open_output_stream()
639 int ret = adev->output->dump(fd); in adev_dump()
641 ret = adev->input->dump(fd); in adev_dump()
704 adev->device.dump = adev_dump; in atv_audiodev_open_cpp()
DHDMIAudioOutput.h37 virtual void dump(String8& result);
DAudioHardwareInput.cpp168 status_t AudioHardwareInput::dump(int fd) in dump() function in android::AudioHardwareInput
189 mInputStreams[i]->dump(fd); in dump()
DAudioHardwareInput.h49 status_t dump(int fd);
DHDMIAudioOutput.cpp118 void HDMIAudioOutput::dump(String8& result) in dump() function in android::HDMIAudioOutput
DAudioHardwareOutput.h47 status_t dump(int fd);
DAudioStreamIn.h45 status_t dump(int fd);
/device/moto/shamu/camera/QCamera/HAL2/wrapper/
DQualcommCamera.cpp95 dump: android::dump,
383 int dump(const struct camera2_device *, int fd) in dump() function
634 int dump(camera2_device_t *device, int fd)
640 rc = hardware->dump( fd );
DQualcommCamera.h114 int dump(const struct camera2_device *, int fd);
/device/moto/shamu/camera/QCamera/HAL/wrapper/
DQualcommCamera.cpp109 dump: android::dump,
517 int dump(struct camera_device * device, int fd) in dump() function
523 rc = hardware->dump( fd ); in dump()
DQualcommCamera.h99 int dump(struct camera_device *, int fd);
/device/google/dragon/sepolicy/
Ddumpstate.te2 # to trigger the charger chip register dump as root by init
/device/moto/shamu/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h98 int dump(struct camera_device *, int fd);
/device/huawei/angler/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h98 int dump(struct camera_device *, int fd);
/device/lge/bullhead/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h98 int dump(struct camera_device *, int fd);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI_Mem.h57 virtual status_t dump(int fd, const Vector<String16>& args) const;

1234