Home
last modified time | relevance | path

Searched refs:EINVAL (Results 1 – 25 of 112) sorted by relevance

12345

/device/google/contexthub/firmware/src/platform/linux/
Di2c.c31 return -EINVAL; in i2cMasterRequest()
36 return -EINVAL; in i2cMasterRelease()
43 return -EINVAL; in i2cMasterTxRx()
48 return -EINVAL; in i2cSlaveRequest()
53 return -EINVAL; in i2cSlaveRelease()
/device/generic/goldfish/camera/
DQemuClient.cpp91 mQueryDeliveryStatus = EINVAL; in createQuery()
92 return EINVAL; in createQuery()
135 mQueryDeliveryStatus = EINVAL; in completeQuery()
136 return EINVAL; in completeQuery()
146 mQueryDeliveryStatus = EINVAL; in completeQuery()
147 return EINVAL; in completeQuery()
156 mQueryDeliveryStatus = EINVAL; in completeQuery()
157 return EINVAL; in completeQuery()
166 mQueryDeliveryStatus = EINVAL; in completeQuery()
167 return EINVAL; in completeQuery()
[all …]
DEmulatedCamera.cpp194 status_t res = EINVAL; in connectCamera()
357 return EINVAL; in takePicture()
528 return -EINVAL; in dumpCamera()
590 return EINVAL; in doStartPreview()
604 return EINVAL; in doStartPreview()
694 return -EINVAL; in set_preview_window()
740 return -EINVAL; in msg_type_enabled()
750 return -EINVAL; in start_preview()
770 return -EINVAL; in preview_enabled()
781 return -EINVAL; in store_meta_data_in_buffers()
[all …]
DEmulatedCameraDevice.cpp91 return EINVAL; in startDeliveringFrames()
162 return EINVAL; in getCurrentPreviewFrame()
166 return EINVAL; in getCurrentPreviewFrame()
187 return EINVAL; in getCurrentPreviewFrame()
211 return EINVAL; in commonStartDevice()
253 return EINVAL; in startWorkerThread()
267 return EINVAL; in stopWorkerThread()
315 status_t res = EINVAL; in stopThread()
353 res = errno ? errno : EINVAL; in stopThread()
DEmulatedFakeCameraDevice.cpp71 return EINVAL; in connectDevice()
95 return EINVAL; in disconnectDevice()
113 return EINVAL; in startDevice()
117 return EINVAL; in startDevice()
159 return EINVAL; in startDevice()
DEmulatedQemuCameraDevice.cpp82 return EINVAL; in connectDevice()
117 return EINVAL; in disconnectDevice()
144 return EINVAL; in startDevice()
DEmulatedCameraFactory.cpp222 return -EINVAL; in cameraDeviceOpen()
240 return -EINVAL; in getCameraInfo()
284 return -EINVAL; in device_open()
288 return -EINVAL; in device_open()
/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c471 if (config->inputCfg.samplingRate != config->outputCfg.samplingRate) return -EINVAL; in set_config()
472 if (config->inputCfg.channels != config->outputCfg.channels) return -EINVAL; in set_config()
473 if (config->inputCfg.format != config->outputCfg.format) return -EINVAL; in set_config()
474 if (config->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO) return -EINVAL; in set_config()
476 config->outputCfg.accessMode != EFFECT_BUFFER_ACCESS_ACCUMULATE) return -EINVAL; in set_config()
477 if (config->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT) return -EINVAL; in set_config()
575 p->status = -EINVAL; in visualizer_get_parameter()
598 p->status = -EINVAL; in visualizer_get_parameter()
608 return -EINVAL; in visualizer_set_parameter()
627 return -EINVAL; in visualizer_set_parameter()
[all …]
/device/moto/shamu/camera/QCamera2/util/
DQCameraFlash.cpp144 return -EINVAL; in initFlash()
159 retVal = -EINVAL; in initFlash()
219 retVal = -EINVAL; in setFlashMode()
228 retVal = -EINVAL; in setFlashMode()
261 retVal = -EINVAL; in deinitFlash()
264 retVal = -EINVAL; in deinitFlash()
306 retVal = -EINVAL; in reserveFlashForCamera()
367 retVal = -EINVAL; in releaseFlashFromCamera()
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp89 return -EINVAL; in map_buffer()
135 return -EINVAL; in gralloc_alloc()
173 return -EINVAL; in gralloc_alloc()
220 return -EINVAL; in gralloc_alloc()
230 return -EINVAL; in gralloc_alloc()
250 return -EINVAL; in gralloc_alloc()
365 return -EINVAL; in gralloc_free()
444 return -EINVAL; in fb_post()
454 return -EINVAL; in fb_post()
476 return -EINVAL; in fb_setUpdateRect()
[all …]
/device/huawei/angler/camera/QCamera2/util/
DQCameraFlash.cpp144 return -EINVAL; in initFlash()
159 retVal = -EINVAL; in initFlash()
228 retVal = -EINVAL; in setFlashMode()
237 retVal = -EINVAL; in setFlashMode()
276 retVal = -EINVAL; in deinitFlash()
279 retVal = -EINVAL; in deinitFlash()
321 retVal = -EINVAL; in reserveFlashForCamera()
382 retVal = -EINVAL; in releaseFlashFromCamera()
/device/lge/bullhead/camera/QCamera2/util/
DQCameraFlash.cpp144 return -EINVAL; in initFlash()
159 retVal = -EINVAL; in initFlash()
228 retVal = -EINVAL; in setFlashMode()
237 retVal = -EINVAL; in setFlashMode()
276 retVal = -EINVAL; in deinitFlash()
279 retVal = -EINVAL; in deinitFlash()
321 retVal = -EINVAL; in reserveFlashForCamera()
382 retVal = -EINVAL; in releaseFlashFromCamera()
/device/google/dragon/sensor_hub/
Dcros_ec_sensors.cpp134 return -EINVAL; in flush()
136 return -EINVAL; in flush()
141 return -EINVAL; in flush()
249 return -EINVAL; in readEvents()
263 return -EINVAL; in readEvents()
301 return -EINVAL; in processEvent()
361 return -EINVAL; in processEvent()
392 return -EINVAL; in cros_ec_sysfs_get_attr()
/device/google/dragon/lights/
Dlights.c81 return -EINVAL; in write_brightness()
96 ret = -EINVAL; in write_brightness()
104 ret = amt == -1 ? -errno : -EINVAL; in write_brightness()
123 return -EINVAL; in read_max_brightness()
194 return -EINVAL; in open_lights()
/device/google/dragon/recovery/updater/
Dfwtool.cpp126 return -EINVAL; in cmd_update()
145 return -EINVAL; in cmd_vbnv_read()
165 return -EINVAL; in cmd_vbnv_write()
281 return -EINVAL; in cmd_mark_boot()
294 return -EINVAL; in cmd_mark_boot()
354 return -EINVAL; in run_cmd()
366 int res = -EINVAL; in main()
Dupdate_fw.cpp93 return -EINVAL; in update_recovery_fw()
126 return -EINVAL; in update_rw_fw()
144 int res = -EINVAL; in update_ap_fw()
171 int res = -EINVAL; in update_fw()
Dflash_file.cpp112 return -EINVAL; in file_read()
127 return -EINVAL; in file_write()
142 return -EINVAL; in file_erase()
Dflash_device.c107 return -EINVAL; in flash_write()
117 return -EINVAL; in flash_erase()
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp46 int status = -EINVAL; in gralloc_device_open()
67 return -EINVAL; in gralloc_register_buffer()
73 int retval = -EINVAL; in gralloc_register_buffer()
240 return -EINVAL; in gralloc_unregister_buffer()
280 return -EINVAL; in gralloc_lock()
291 return -EINVAL; in gralloc_lock()
323 return -EINVAL; in gralloc_unlock()
/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp96 status = -EINVAL; in NanohubRsp()
144 return -EINVAL; in handleRx()
148 return -EINVAL; in handleRx()
213 return -EINVAL; in handleRx()
217 return -EINVAL; in handleRx()
300 return -EINVAL; in setup()
307 return -EINVAL; in setupMgmt()
435 return -EINVAL; in handleMgmt()
494 return -EINVAL; in doHandleRx()
565 return -EINVAL; in doHandleTx()
/device/google/dragon/audio/soundtrigger/
Dsound_trigger_hw.c330 return -EINVAL; in stdev_get_properties()
348 ret = -EINVAL; in stdev_load_sound_model()
383 status = -EINVAL; in stdev_unload_sound_model()
519 ret = -EINVAL; in sound_trigger_open_for_streaming()
546 return -EINVAL; in sound_trigger_read_samples()
558 ret = -EINVAL; in sound_trigger_read_samples()
563 ret = -EINVAL; in sound_trigger_read_samples()
611 return -EINVAL; in sound_trigger_close_for_streaming()
652 return -EINVAL; in stdev_open()
/device/generic/goldfish/lights/
Dlights_qemu.c179 return -EINVAL; in open_lights()
184 return -EINVAL; in open_lights()
/device/htc/flounder/audio/soundtrigger/
Dsound_trigger_hw.c363 return -EINVAL; in stdev_get_properties()
381 ret = -EINVAL; in stdev_load_sound_model()
416 status = -EINVAL; in stdev_unload_sound_model()
558 return -EINVAL; in sound_trigger_read_samples()
570 ret = -EINVAL; in sound_trigger_read_samples()
631 return -EINVAL; in stdev_open()
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dexti.c142 return -EINVAL; in extiChainIsr()
152 return -EINVAL; in extiUnchainIsr()
Di2c.c773 return -EINVAL; in i2cMasterRequest()
777 return -EINVAL; in i2cMasterRequest()
819 return -EINVAL; in i2cMasterRelease()
840 return -EINVAL; in i2cMasterRelease()
852 return -EINVAL; in i2cMasterTxRx()
860 return -EINVAL; in i2cMasterTxRx()
917 return -EINVAL; in i2cSlaveRequest()
921 return -EINVAL; in i2cSlaveRequest()
945 return -EINVAL; in i2cSlaveRelease()

12345