Searched refs:device (Results 1 - 25 of 110) sorted by relevance

12345

/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioPolicyManager.cpp26 // Max volume for streams when playing over bluetooth SCO device while in call: -18dB
54 uint32_t device = 0; local
57 device = mDeviceForStrategy[strategy];
58 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
59 return device;
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
79 if (device) break;
82 device
236 computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
[all...]
/hardware/msm7k/libaudio-qsd8k/
H A DAudioPolicyManager.cpp26 // Max volume for streams when playing over bluetooth SCO device while in call: -18dB
54 uint32_t device = 0; local
57 device = mDeviceForStrategy[strategy];
58 ALOGV("getDeviceForStrategy() from cache strategy %d, device %x", strategy, device);
59 return device;
66 device = getDeviceForStrategy(STRATEGY_MEDIA, false);
78 device = mAvailableOutputDevices & AudioSystem::DEVICE_OUT_BLUETOOTH_SCO_CARKIT;
79 if (device) break;
82 device
236 computeVolume(int stream, int index, audio_io_handle_t output, uint32_t device) argument
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp39 hw_device_t** device);
40 static int camera_device_close(hw_device_t* device);
75 int camera_set_preview_window(struct camera_device * device, argument
83 if(!device)
86 ti_dev = (ti_camera_device_t*) device;
93 void camera_set_callbacks(struct camera_device * device, argument
104 if(!device)
107 ti_dev = (ti_camera_device_t*) device;
112 void camera_enable_msg_type(struct camera_device * device, int32_t msg_type) argument
118 if(!device)
126 camera_disable_msg_type(struct camera_device * device, int32_t msg_type) argument
140 camera_msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
154 camera_start_preview(struct camera_device * device) argument
171 camera_stop_preview(struct camera_device * device) argument
185 camera_preview_enabled(struct camera_device * device) argument
201 camera_store_meta_data_in_buffers(struct camera_device * device, int enable) argument
219 camera_start_recording(struct camera_device * device) argument
235 camera_stop_recording(struct camera_device * device) argument
249 camera_recording_enabled(struct camera_device * device) argument
265 camera_release_recording_frame(struct camera_device * device, const void *opaque) argument
280 camera_auto_focus(struct camera_device * device) argument
296 camera_cancel_auto_focus(struct camera_device * device) argument
312 camera_take_picture(struct camera_device * device) argument
328 camera_cancel_picture(struct camera_device * device) argument
344 camera_set_parameters(struct camera_device * device, const char *params) argument
360 camera_get_parameters(struct camera_device * device) argument
377 camera_put_parameters(struct camera_device *device, char *parms) argument
391 camera_send_command(struct camera_device * device, int32_t cmd, int32_t arg1, int32_t arg2) argument
408 camera_release(struct camera_device * device) argument
422 camera_dump(struct camera_device * device, int fd) argument
438 camera_device_close(hw_device_t* device) argument
483 camera_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c31 struct local_time_hw_device device; member in struct:stub_local_time_device
60 static int ltdev_close(hw_device_t *device) argument
62 free(device);
67 hw_device_t** device)
80 ltdev->device.common.tag = HARDWARE_DEVICE_TAG;
81 ltdev->device.common.version = 0;
82 ltdev->device.common.module = (struct hw_module_t *) module;
83 ltdev->device.common.close = ltdev_close;
85 ltdev->device.get_local_time = ltdev_get_local_time;
86 ltdev->device
66 ltdev_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/qcom/camera/QCamera/HAL/wrapper/
H A DQualcommCamera.cpp130 QCameraHardwareInterface *util_get_Hal_obj( struct camera_device * device) argument
133 if(device && device->priv){
134 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
141 CameraParameters* util_get_HAL_parameter( struct camera_device * device)
144 if(device && device->priv){
145 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
186 camera_device *device = NULL; local
203 device
228 camera_device_t *device = (camera_device_t *)hw_dev; local
249 set_preview_window(struct camera_device * device, struct preview_stream_ops *window) argument
261 set_CallBacks(struct camera_device * device, camera_notify_callback notify_cb, camera_data_callback data_cb, camera_data_timestamp_callback data_cb_timestamp, camera_request_memory get_memory, void *user) argument
275 enable_msg_type(struct camera_device * device, int32_t msg_type) argument
283 disable_msg_type(struct camera_device * device, int32_t msg_type) argument
292 msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
303 start_preview(struct camera_device * device) argument
315 stop_preview(struct camera_device * device) argument
324 preview_enabled(struct camera_device * device) argument
335 store_meta_data_in_buffers(struct camera_device * device, int enable) argument
346 start_recording(struct camera_device * device) argument
357 stop_recording(struct camera_device * device) argument
366 recording_enabled(struct camera_device * device) argument
377 release_recording_frame(struct camera_device * device, const void *opaque) argument
387 auto_focus(struct camera_device * device) argument
398 cancel_auto_focus(struct camera_device * device) argument
409 take_picture(struct camera_device * device) argument
420 cancel_picture(struct camera_device * device) argument
432 set_parameters(struct camera_device * device, const char *parms) argument
449 get_parameters(struct camera_device * device) argument
461 put_parameters(struct camera_device * device, char *parm) argument
471 send_command(struct camera_device * device, int32_t cmd, int32_t arg1, int32_t arg2) argument
483 release(struct camera_device * device) argument
494 dump(struct camera_device * device, int fd) argument
[all...]
/hardware/qcom/camera/
H A DQualcommCamera2.cpp130 QCameraHardwareInterface *util_get_Hal_obj( struct camera_device * device) argument
133 if(device && device->priv){
134 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
141 QCameraParameters* util_get_HAL_parameter( struct camera_device * device)
144 if(device && device->priv){
145 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
186 camera_device *device = NULL; local
203 device
228 camera_device_t *device = (camera_device_t *)hw_dev; local
249 set_preview_window(struct camera_device * device, struct preview_stream_ops *window) argument
261 set_CallBacks(struct camera_device * device, camera_notify_callback notify_cb, camera_data_callback data_cb, camera_data_timestamp_callback data_cb_timestamp, camera_request_memory get_memory, void *user) argument
275 enable_msg_type(struct camera_device * device, int32_t msg_type) argument
283 disable_msg_type(struct camera_device * device, int32_t msg_type) argument
292 msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
303 start_preview(struct camera_device * device) argument
315 stop_preview(struct camera_device * device) argument
324 preview_enabled(struct camera_device * device) argument
335 store_meta_data_in_buffers(struct camera_device * device, int enable) argument
346 start_recording(struct camera_device * device) argument
357 stop_recording(struct camera_device * device) argument
366 recording_enabled(struct camera_device * device) argument
377 release_recording_frame(struct camera_device * device, const void *opaque) argument
387 auto_focus(struct camera_device * device) argument
398 cancel_auto_focus(struct camera_device * device) argument
409 take_picture(struct camera_device * device) argument
420 cancel_picture(struct camera_device * device) argument
432 set_parameters(struct camera_device * device, const char *parms) argument
449 get_parameters(struct camera_device * device) argument
461 put_parameters(struct camera_device * device, char *parm) argument
471 send_command(struct camera_device * device, int32_t cmd, int32_t arg1, int32_t arg2) argument
483 release(struct camera_device * device) argument
494 dump(struct camera_device * device, int fd) argument
[all...]
H A DQualcommCamera.cpp134 camera_device * device = (camera_device *)user; local
135 if(device) {
136 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
152 camera_device * device = (camera_device *)user; local
153 if(device) {
154 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
173 camera_device * device = (camera_device *)user;
174 if(device) {
175 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
209 camera_device * device local
243 camera_device * device = (camera_device *)user; local
269 util_get_Hal_obj( struct camera_device * device) argument
278 close_Hal_obj( struct camera_device * device) argument
292 util_get_HAL_parameter( struct camera_device * device) argument
337 camera_device *device = NULL; local
376 camera_device_t *device = (camera_device_t *)hw_dev; local
400 set_preview_window(struct camera_device * device, struct preview_stream_ops *window) argument
412 set_callbacks(struct camera_device * device, camera_notify_callback notify_cb, camera_data_callback data_cb, camera_data_timestamp_callback data_cb_timestamp, camera_request_memory get_memory, void *user) argument
458 enable_msg_type(struct camera_device * device, int32_t msg_type) argument
466 disable_msg_type(struct camera_device * device, int32_t msg_type) argument
475 msg_type_enabled(struct camera_device * device, int32_t msg_type) argument
486 start_preview(struct camera_device * device) argument
498 stop_preview(struct camera_device * device) argument
507 preview_enabled(struct camera_device * device) argument
518 store_meta_data_in_buffers(struct camera_device * device, int enable) argument
529 start_recording(struct camera_device * device) argument
540 stop_recording(struct camera_device * device) argument
549 recording_enabled(struct camera_device * device) argument
560 release_recording_frame(struct camera_device * device, const void *opaque) argument
570 auto_focus(struct camera_device * device) argument
581 cancel_auto_focus(struct camera_device * device) argument
592 take_picture(struct camera_device * device) argument
603 cancel_picture(struct camera_device * device) argument
617 set_parameters(struct camera_device * device, const char *parms) argument
633 get_parameters(struct camera_device * device) argument
654 put_parameters(struct camera_device * device, char *parm) argument
667 send_command(struct camera_device * device, int32_t cmd, int32_t arg1, int32_t arg2) argument
679 release(struct camera_device * device) argument
690 dump(struct camera_device * device, int fd) argument
[all...]
/hardware/qcom/camera/QCamera/HAL2/wrapper/
H A DQualcommCamera.cpp107 QCameraHardwareInterface *util_get_Hal_obj(const camera2_device_t * device) argument
110 if(device && device->priv){
111 camera_hardware_t *camHal = (camera_hardware_t *)device->priv;
143 camera2_device_t *device = NULL; local
161 device = &camHal->hw_dev;
162 device->common.close = close_camera_device;
163 device->common.version = CAMERA_DEVICE_API_VERSION_2_0;
164 device->ops = &camera_ops;
165 device
187 camera2_device_t *device = (camera2_device_t *)hw_dev; local
207 set_request_queue_src_ops(const struct camera2_device *device, const camera2_request_queue_src_ops_t *request_src_ops) argument
219 notify_request_queue_not_empty(const struct camera2_device *device) argument
230 set_frame_queue_dst_ops(const struct camera2_device *device, const camera2_frame_queue_dst_ops_t *frame_dst_ops) argument
242 get_in_progress_count(const struct camera2_device *device) argument
262 construct_default_request(const struct camera2_device *device, int request_template, camera_metadata_t **request) argument
275 allocate_stream(const struct camera2_device *device, uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument
295 register_stream_buffers( const struct camera2_device *device, uint32_t stream_id, int num_buffers, buffer_handle_t *buffers) argument
310 release_stream( const struct camera2_device *device, uint32_t stream_id) argument
358 set_notify_callback(const struct camera2_device *device, camera2_notify_callback notify_cb, void *user) argument
371 get_metadata_vendor_tag_ops(const struct camera2_device *device, vendor_tag_query_ops_t **ops) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dlocal_time_hal.h99 /** convenience API for opening and closing a supported device */
103 struct local_time_hw_device** device)
106 (struct hw_device_t**)device);
109 static inline int local_time_hw_device_close(struct local_time_hw_device* device) argument
111 return device->common.close(&device->common);
101 local_time_hw_device_open( const struct hw_module_t* module, struct local_time_hw_device** device) argument
H A Dfb.h152 /** convenience API for opening and closing a supported device */
155 struct framebuffer_device_t** device) {
157 GRALLOC_HARDWARE_FB0, (struct hw_device_t**)device);
160 static inline int framebuffer_close(struct framebuffer_device_t* device) { argument
161 return device->common.close(&device->common);
154 framebuffer_open(const struct hw_module_t* module, struct framebuffer_device_t** device) argument
H A Dhwcomposer_v0.h258 /** convenience API for opening and closing a device */
261 hwc_composer_device_t** device) {
263 HWC_HARDWARE_COMPOSER, (struct hw_device_t**)device);
266 static inline int hwc_close(hwc_composer_device_t* device) { argument
267 return device->common.close(&device->common);
260 hwc_open(const struct hw_module_t* module, hwc_composer_device_t** device) argument
H A Dkeymaster.h194 keymaster_device_t** device)
197 (struct hw_device_t**) device);
200 (*device)->client_version = KEYMASTER_API_VERSION;
206 static inline int keymaster_close(keymaster_device_t* device) argument
208 return device->common.close(&device->common);
193 keymaster_open(const struct hw_module_t* module, keymaster_device_t** device) argument
H A Dgralloc.h43 * Name of the graphics device to open
75 /* buffer will be used with the framebuffer device */
211 * Every device data structure must begin with hw_device_t
255 /** convenience API for opening and closing a supported device */
258 struct alloc_device_t** device) {
260 GRALLOC_HARDWARE_GPU0, (struct hw_device_t**)device);
263 static inline int gralloc_close(struct alloc_device_t* device) { argument
264 return device->common.close(&device->common);
257 gralloc_open(const struct hw_module_t* module, struct alloc_device_t** device) argument
H A Dsensors.h35 * Name of the sensors device to open
95 * This API is relative to the screen of the device in its default orientation,
96 * that is, if the device can be used in portrait or landscape, this API
98 * the axis are not swapped when the device's screen orientation changes.
162 * device minus the force of gravity.
172 * When the device lies flat on a table and is pushed on its left side
175 * When the device lies flat on a table, the acceleration value is +9.81,
176 * which correspond to the acceleration of the device (0 m/s^2) minus the
179 * When the device lies flat on a table and is pushed toward the sky, the
181 * acceleration of the device (
473 sensors_open(const struct hw_module_t* module, struct sensors_poll_device_t** device) argument
479 sensors_close(struct sensors_poll_device_t* device) argument
[all...]
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp32 hwc_composer_device_1_t device; member in struct:hwc_context_t
37 struct hw_device_t** device);
108 struct hw_device_t** device)
119 dev->device.common.tag = HARDWARE_DEVICE_TAG;
120 dev->device.common.version = HWC_DEVICE_API_VERSION_1_0;
121 dev->device.common.module = const_cast<hw_module_t*>(module);
122 dev->device.common.close = hwc_device_close;
124 dev->device.prepare = hwc_prepare;
125 dev->device.set = hwc_set;
127 *device
107 hwc_device_open(const struct hw_module_t* module, const char* name, struct hw_device_t** device) argument
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp77 Device *device = (*iterator); local
79 if (device->deviceId == deviceId) {
80 return device;
88 void addDevice(Device *device) argument
90 devices.push_back(device);
100 Device *device = (*iterator); local
102 if (device->deviceId == deviceId) {
104 delete device;
116 #define CHECK_DEVICE(device) \
117 if (NULL == device) \
184 Device *device = resolveDeviceId(deviceId); local
266 Device *device = resolveDeviceId(deviceId); local
322 Device *device = resolveDeviceId(session->deviceId); local
469 Device *device = resolveDeviceId(session->deviceId); local
518 Device *device = resolveDeviceId(session->deviceId); local
555 Device *device = resolveDeviceId(session->deviceId); local
637 Device *device = resolveDeviceId(deviceId); local
667 Device *device; local
723 Device *device = resolveDeviceId(sessionHandle->deviceId); local
809 Device *device = resolveDeviceId(sessionHandle->deviceId); local
881 Device *device = resolveDeviceId(session->deviceId); local
920 Device *device = resolveDeviceId(deviceId); local
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c32 struct audio_hw_device device; member in struct:stub_audio_device
371 static int adev_dump(const audio_hw_device_t *device, int fd) argument
376 static int adev_close(hw_device_t *device) argument
378 free(device);
383 hw_device_t** device)
395 adev->device.common.tag = HARDWARE_DEVICE_TAG;
396 adev->device.common.version = AUDIO_DEVICE_API_VERSION_2_0;
397 adev->device.common.module = (struct hw_module_t *) module;
398 adev->device.common.close = adev_close;
400 adev->device
382 adev_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
H A Daudio_policy.c35 struct audio_policy_device device; member in struct:default_ap_device
46 audio_devices_t device,
55 audio_devices_t device,
77 /* retreive current device category forced for a given usage */
170 audio_devices_t device)
178 audio_devices_t device)
232 static int create_default_ap(const struct audio_policy_device *device, argument
295 static int default_ap_dev_close(hw_device_t* device) argument
297 free(device);
302 hw_device_t** device)
45 ap_set_device_connection_state(struct audio_policy *pol, audio_devices_t device, audio_policy_dev_state_t state, const char *device_address) argument
53 ap_get_device_connection_state( const struct audio_policy *pol, audio_devices_t device, const char *device_address) argument
167 ap_set_stream_volume_index_for_device(struct audio_policy *pol, audio_stream_type_t stream, int index, audio_devices_t device) argument
175 ap_get_stream_volume_index_for_device(const struct audio_policy *pol, audio_stream_type_t stream, int *index, audio_devices_t device) argument
301 default_ap_dev_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp63 struct sensors_poll_device_t* device; local
72 err = sensors_open(&module->common, &device);
104 err = device->activate(device, list[i].handle, 0);
113 err = device->activate(device, list[i].handle, 1);
119 device->setDelay(device, list[i].handle, ms2ns(10));
123 int n = device->poll(device, buffe
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp27 // A device mask for all audio input devices that are considered "virtual" when evaluating
45 status_t AudioPolicyManagerBase::setDeviceConnectionState(audio_devices_t device, argument
51 ALOGV("setDeviceConnectionState() device: %x, state %d, address %s", device, state, device_address);
53 // connect/disconnect only 1 device at a time
54 if (!audio_is_output_device(device) && !audio_is_input_device(device)) return BAD_VALUE;
62 if (audio_is_output_device(device)) {
64 if (!mHasA2dp && audio_is_a2dp_device(device)) {
65 ALOGE("setDeviceConnectionState() invalid A2DP device
238 getDeviceConnectionState(audio_devices_t device, const char *device_address) argument
483 getProfileForDirectOutput( audio_devices_t device, uint32_t samplingRate, uint32_t format, uint32_t channelMask, audio_output_flags_t flags) argument
517 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); local
827 audio_devices_t device = getDeviceForInputSource(inputSource); local
981 setStreamVolumeIndex(AudioSystem::stream_type stream, int index, audio_devices_t device) argument
1021 getStreamVolumeIndex(AudioSystem::stream_type stream, int *index, audio_devices_t device) argument
1049 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/); local
1571 checkOutputsForDevice(audio_devices_t device, AudioSystem::device_connection_state state, SortedVector<audio_io_handle_t>& outputs) argument
1815 getOutputsForDevice(audio_devices_t device, DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> openOutputs) argument
1974 audio_devices_t device = AUDIO_DEVICE_NONE; local
2068 uint32_t device = AUDIO_DEVICE_NONE; local
2290 audio_devices_t device = outputDesc->device(); local
2350 setOutputDevice(audio_io_handle_t output, audio_devices_t device, bool force, int delayMs) argument
2397 getInputProfile(audio_devices_t device, uint32_t samplingRate, uint32_t format, uint32_t channelMask) argument
2424 uint32_t device = AUDIO_DEVICE_NONE; local
2467 isVirtualInputDevice(audio_devices_t device) argument
2490 getDeviceForVolume(audio_devices_t device) argument
2511 device); local
2516 getDeviceCategory(audio_devices_t device) argument
2540 volIndexToAmpl(audio_devices_t device, const StreamDescriptor& streamDesc, int indexInUi) argument
2695 computeVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device) argument
2759 checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
2817 applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs, bool force) argument
2834 setStrategyMute(routing_strategy strategy, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
2848 setStreamMute(int stream, bool on, audio_io_handle_t output, int delayMs, audio_devices_t device) argument
2941 needsDirectOuput(audio_stream_type_t stream, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, audio_devices_t device) argument
2989 audio_devices_t AudioPolicyManagerBase::AudioOutputDescriptor::device() function in class:android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor
3131 getVolumeIndex(audio_devices_t device) argument
3242 isCompatibleProfile(audio_devices_t device, uint32_t samplingRate, uint32_t format, uint32_t channelMask, audio_output_flags_t flags) const argument
3428 uint32_t device = 0; local
[all...]
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp55 framebuffer_device_t device; member in struct:fb_context_t
311 hw_device_t** device)
320 dev->device.common.tag = HARDWARE_DEVICE_TAG;
321 dev->device.common.version = 0;
322 dev->device.common.module = const_cast<hw_module_t*>(module);
323 dev->device.common.close = fb_close;
324 dev->device.setSwapInterval = fb_setSwapInterval;
325 dev->device.post = fb_post;
326 dev->device.setUpdateRect = 0;
335 const_cast<uint32_t&>(dev->device
310 fb_device_open(hw_module_t const* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/qcom/audio/alsa_sound/
H A Dacoustics_default.cpp51 hw_device_t** device)
72 *device = &dev->common;
76 static int s_device_close(hw_device_t* device) argument
78 free(device);
50 s_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
/hardware/qcom/display/libcopybit/
H A Dcopybit.h34 * Name of the graphics device to open
156 * Every device data structure must begin with hw_device_t
219 /** convenience API for opening and closing a device */
222 struct copybit_device_t** device) {
224 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
227 static inline int copybit_close(struct copybit_device_t* device) { argument
228 return device->common.close(&device->common);
221 copybit_open(const struct hw_module_t* module, struct copybit_device_t** device) argument
/hardware/qcom/display/libgralloc/
H A Dgralloc.cpp37 hw_device_t** device);
40 hw_device_t** device);
94 // Open Gralloc device
96 hw_device_t** device)
105 *device = &dev->common;
108 status = fb_device_open(module, name, device);
95 gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp93 // Unload any device drivers might have been loaded
158 // Load device driver if requested
199 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
201 if (device != NULL) {
202 LOG_I("dropConnection(): closing still open device.");
204 device->close(connection);
344 LOG_V("%s: no device associated with connection",__FUNCTION__); \
357 // Check if device has been registered to the connection
358 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
359 if (NULL != device) {
393 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
414 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
482 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
505 MobiCoreDevice *device = (MobiCoreDevice *)(connection->connectionData); local
566 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
591 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
633 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
674 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData); local
[all...]

Completed in 312 milliseconds

12345