Searched refs:result (Results 201 - 225 of 502) sorted by relevance

1234567891011>>

/hardware/nxp/nfc/extns/impl/
H A DNxpNfc.cpp49 inpOutData.out.result = status;
H A Dhal_nxpnfc.h98 * For ex (context, result of the operation , type of ioctl which was
105 /*ioctlType, result & context to be used/updated only by users of
110 uint32_t result; member in struct:__anon1710
/hardware/nxp/secure_element/extns/impl/
H A DNxpEse.cpp44 inpOutData.out.result = status;
/hardware/nxp/secure_element/libese-spi/src/adaptation/
H A DNfcAdaptation.cpp206 ESESTATUS result = ESESTATUS_FAILED; local
218 result = (ESESTATUS)(pInpOutData->out.result);
219 return result;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.h58 int result; member in struct:ctrl_msg_response
/hardware/google/av/media/codecs/opus/
H A DC2SoftOpusDec.cpp297 work->result = C2_OK;
301 work->result = C2_BAD_VALUE;
314 work->result = C2_CORRUPTED;
335 work->result = C2_CORRUPTED;
359 work->result = C2_CORRUPTED;
368 work->result = C2_CORRUPTED;
375 work->result = C2_CORRUPTED;
402 work->result = C2_CORRUPTED;
435 work->result = C2_NO_MEMORY;
441 work->result
[all...]
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp369 camera3_capture_result result; local
411 result.num_output_buffers = request->num_output_buffers;
412 result.output_buffers = new camera3_stream_buffer_t[result.num_output_buffers];
415 const_cast<camera3_stream_buffer_t*>(&result.output_buffers[i]));
417 delete [] result.output_buffers;
423 result.frame_number = request->frame_number;
425 result.result = request->settings;
428 mCallbackOps->process_capture_result(mCallbackOps, &result);
[all...]
/hardware/interfaces/audio/effect/2.0/
H A DIEffect.hal99 * @return result updated volume values.
104 generates (Result retval, vec<uint32_t> result);
187 * @return result list of configuration descriptors.
191 generates (Result retval, vec<EffectAuxChannelsConfig> result);
198 * @return result configuration descriptor.
202 generates (Result retval, EffectAuxChannelsConfig result);
256 * queue. The result of processing may be one of the following:
294 * and data, as well as result data are not interpreted by Android
306 * @param resultMaxSize maximum size in bytes of the result; can be 0.
308 * @return result resul
[all...]
/hardware/interfaces/bluetooth/1.0/default/
H A Dbt_vendor_lib.h236 /** Callback result values */
254 typedef void (*cfg_result_cb)(bt_vendor_op_result_t result);
325 typedef void (*cfg_a2dp_cb)(bt_vendor_op_result_t result, bt_vendor_opcode_t op,
337 /* notifies caller result of firmware configuration request */
340 /* notifies caller result of sco configuration request */
343 /* notifies caller result of lpm enable/disable */
346 /* notifies the result of codec setting */
/hardware/interfaces/drm/1.0/default/include/
H A DPluginLoader.h86 T* result = createFactoryFunc(); local
87 return result;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c125 int i, j, result, find_flag; local
132 result = 1;
134 while(result != 0 && find_flag < 2){
139 result = fread(&d, 1, 1, fp);
140 if(result == 0){
254 int i, result; local
298 fscanf(fp, "%02x", &result);
299 data[i] = (char)result;
407 * Or it could have unpredicable result.
423 * Or it could have unpredicable result
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c117 int i, j, result, find_flag; local
124 result = 1;
126 while(result != 0 && find_flag < 2){
131 result = fread(&d, 1, 1, fp);
132 if(result == 0){
246 int i, result; local
290 fscanf(fp, "%02x", &result);
291 data[i] = (char)result;
399 * Or it could have unpredicable result.
415 * Or it could have unpredicable result
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dresults_holder.c319 inv_error_t result = inv_get_quaternion(ldata); local
324 return result;
394 inv_error_t result; local
395 result = inv_init_results_holder();
396 if ( result ) {
397 return result;
400 result = inv_register_mpl_start_notification(inv_start_results_holder);
401 return result;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HdrPlusListenerThread.h51 void onCaptureResult(pbcamera::CaptureResult *result,
73 pbcamera::CaptureResult result; member in struct:qcamera::QCamera3HdrPlusListenerThread::PendingResult
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.cpp65 wifi_error result = WIFI_ERROR_OUT_OF_MEMORY; local
86 result = WIFI_SUCCESS;
88 result = WIFI_ERROR_OUT_OF_MEMORY;
92 return result;
102 wifi_error result = WIFI_ERROR_OUT_OF_MEMORY; local
126 result = WIFI_SUCCESS;
128 result = WIFI_ERROR_OUT_OF_MEMORY;
132 return result;
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DParametersUtil.impl.h87 hidl_vec<ParameterValue> result; local
88 result.resize(halValues->size());
93 result.resize(0);
97 result[i].key = halKey.string();
98 result[i].value = halValue.string();
100 cb(retval, result);
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
H A DEffect.impl.h519 hidl_vec<uint32_t> result; local
521 result.setToExternal(&halResult[0], halResultSize);
523 _hidl_cb(retval, result);
563 hidl_vec<EffectAuxChannelsConfig> result; local
567 result.resize(supportedConfigs);
569 for (size_t i = 0; i < result.size(); ++i) {
570 effectAuxChannelsConfigFromHal(*config++, &result[i]);
573 _hidl_cb(retval, result);
580 EffectAuxChannelsConfig result; local
584 &result);
635 hidl_vec<uint8_t> result; local
665 hidl_vec<uint8_t> result; local
678 hidl_vec<uint8_t> result; local
[all...]
H A DEffectsFactory.impl.h75 hidl_vec<EffectDescriptor> result; local
87 result.resize(numEffects);
92 effectDescriptorFromHal(halDescriptor, &result[i]);
103 result.resize(i);
106 result.resize(0);
115 _hidl_cb(retval, result);
/hardware/interfaces/tests/baz/1.0/
H A DIBaz.hal77 doThatAndReturnSomething(int64_t param) generates (int32_t result);
90 haveSomeStrings(string[3] array) generates (string[2] result);
91 haveAStringVec(vec<string> vector) generates (vec<string> result);
/hardware/interfaces/wifi/offload/1.0/vts/functional/
H A DVtsHalWifiOffloadV1_0TargetTest.cpp148 const auto& result = HIDL_INVOKE(wifi_offload_, subscribeScanResults, 0); local
149 ASSERT_EQ(OffloadStatusCode::OK, result.code);
187 const auto& result = local
189 ASSERT_EQ(OffloadStatusCode::OK, result.code);
196 const auto& result = HIDL_INVOKE(wifi_offload_, getScanStats); local
197 OffloadStatus status = result.first;
239 LOG(INFO) << "Test result = " << status;

Completed in 729 milliseconds

1234567891011>>