Home
last modified time | relevance | path

Searched refs:BAD_VALUE (Results 1 – 11 of 11) sorted by relevance

/device/google/trout/hal/sensors/2.1/
DSensor.cpp136 return Result::BAD_VALUE; in flush()
247 result = Result::BAD_VALUE; in injectEvent()
262 return BAD_VALUE; in checkAxis()
291 return BAD_VALUE; in checkOrientation()
302 if (xMap == yMap || yMap == zMap || zMap == xMap) return BAD_VALUE; in checkOrientation()
336 if (iio_data.channelInfo[i].index > NUM_OF_DATA_CHANNELS) return BAD_VALUE; in checkIIOData()
342 if (!sensorPlacement) return BAD_VALUE; in setSensorPlacementData()
346 if (index < 0 || index >= arraySize) return BAD_VALUE; in setSensorPlacementData()
354 if (!sensorPlacement) return BAD_VALUE; in getSensorPlacement()
357 if (!sensorLocationList) return BAD_VALUE; in getSensorPlacement()
[all …]
DSensorsSubHal.cpp167 return Result::BAD_VALUE; in activate()
177 return Result::BAD_VALUE; in batch()
185 return Result::BAD_VALUE; in flush()
/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp145 return Result::BAD_VALUE; in activate()
159 return Result::BAD_VALUE; in activate()
248 return Result::BAD_VALUE; in batch()
255 return Result::BAD_VALUE; in batch()
287 return Result::BAD_VALUE; in flush()
295 return Result::BAD_VALUE; in flush()
311 return Result::BAD_VALUE; in injectSensorData_2_1()
324 return Result::BAD_VALUE; in injectSensorData_2_1()
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp45 mError = BAD_VALUE; in AshmemDirectChannel()
50 mError = BAD_VALUE; in AshmemDirectChannel()
144 err = BAD_VALUE; in GrallocHalWrapper()
257 return BAD_VALUE; in mapGralloc1Error()
273 mError = BAD_VALUE; in GrallocDirectChannel()
Dhubconnection.cpp2016 return BAD_VALUE; in addDirectChannel()
2068 return BAD_VALUE; in stopAllDirectReportOnChannel()
2096 return ret ? NO_ERROR : BAD_VALUE; in stopAllDirectReportOnChannel()
2105 return BAD_VALUE; in configDirectReport()
2117 return BAD_VALUE; in configDirectReport()
2122 return BAD_VALUE; in configDirectReport()
2139 ret = (ret == sizeof(cmd)) ? sensor_handle : BAD_VALUE; in configDirectReport()
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp290 RETURN_ERROR(Error3::BAD_VALUE); in lockImpl()
295 RETURN_ERROR(Error3::BAD_VALUE); in lockImpl()
305 RETURN_ERROR(Error3::BAD_VALUE); in lockImpl()
336 RETURN_ERROR(Error3::BAD_VALUE); in lockYCbCrImpl()
341 RETURN_ERROR(Error3::BAD_VALUE); in lockYCbCrImpl()
351 RETURN_ERROR(Error3::BAD_VALUE); in lockYCbCrImpl()
516 RETURN_ERROR(Error3::BAD_VALUE); in unlockImpl()
/device/google/tangorpro/cast_auth/mediadrm/include/
DCastKeyTypes.h31 BAD_VALUE = 6, enumerator
/device/google/tangorpro/cast_auth/mediadrm/
DDrmFactory.cpp44 return toNdkScopedAStatus(Status::BAD_VALUE); in createDrmPlugin()
DDrmPlugin.cpp80 return toNdkScopedAStatus(Status::BAD_VALUE); in closeSession()
110 return toNdkScopedAStatus(Status::BAD_VALUE); in signRSA()
/device/google/sunfish/vibrator/drv2624/
DVibrator.cpp348 return Status::BAD_VALUE; in setAmplitude()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp891 return BAD_VALUE; in outputBuffer()