/device/huawei/angler/power/ |
D | list.c | 63 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()
|
D | list.h | 34 void (*dump)(void *data); member
|
/device/lge/bullhead/power/ |
D | list.c | 63 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()
|
D | list.h | 34 void (*dump)(void *data); member
|
/device/generic/goldfish/opengl/ |
D | common.mk | 46 $(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/ |
D | EmulatedCamera3.cpp | 159 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,
|
D | EmulatedCamera3.h | 127 virtual void dump(int fd); 161 static void dump(const camera3_device_t *, int fd);
|
D | EmulatedCamera2.cpp | 201 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
|
D | EmulatedCamera2.h | 147 virtual int dump(int fd); 238 static int dump(const camera2_device_t *, int fd);
|
/device/asus/fugu/libaudio/ |
D | audio_hal_thunks.cpp | 164 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()
|
D | HDMIAudioOutput.h | 37 virtual void dump(String8& result);
|
D | AudioHardwareInput.cpp | 168 status_t AudioHardwareInput::dump(int fd) in dump() function in android::AudioHardwareInput 189 mInputStreams[i]->dump(fd); in dump()
|
D | AudioHardwareInput.h | 49 status_t dump(int fd);
|
D | HDMIAudioOutput.cpp | 118 void HDMIAudioOutput::dump(String8& result) in dump() function in android::HDMIAudioOutput
|
D | AudioHardwareOutput.h | 47 status_t dump(int fd);
|
D | AudioStreamIn.h | 45 status_t dump(int fd);
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.cpp | 95 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 );
|
D | QualcommCamera.h | 114 int dump(const struct camera2_device *, int fd);
|
/device/moto/shamu/camera/QCamera/HAL/wrapper/ |
D | QualcommCamera.cpp | 109 dump: android::dump, 517 int dump(struct camera_device * device, int fd) in dump() function 523 rc = hardware->dump( fd ); in dump()
|
D | QualcommCamera.h | 99 int dump(struct camera_device *, int fd);
|
/device/google/dragon/sepolicy/ |
D | dumpstate.te | 2 # to trigger the charger chip register dump as root by init
|
/device/moto/shamu/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.h | 98 int dump(struct camera_device *, int fd);
|
/device/huawei/angler/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.h | 98 int dump(struct camera_device *, int fd);
|
/device/lge/bullhead/camera/QCamera2/HAL/wrapper/ |
D | QualcommCamera.h | 98 int dump(struct camera_device *, int fd);
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI_Mem.h | 57 virtual status_t dump(int fd, const Vector<String16>& args) const;
|