Searched refs:result (Results 276 - 300 of 502) sorted by relevance

<<11121314151617181920>>

/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_rpc_glue.c129 int loc_apicbprog_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
131 xdr_free (xdr_result, result);
141 int loc_apicbprog_0x00040001_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
143 return loc_apicbprog_freeresult (transp, xdr_result, result);
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_rpc_glue.c129 int loc_apicbprog_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
131 xdr_free (xdr_result, result);
141 int loc_apicbprog_0x00010001_freeresult (SVCXPRT *transp, xdrproc_t xdr_result, caddr_t result) argument
143 return loc_apicbprog_freeresult (transp, xdr_result, result);
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacEnc.cpp179 work->result = C2_OK;
182 work->result = C2_BAD_VALUE;
195 work->result = C2_CORRUPTED;
230 work->result = C2_NO_MEMORY;
236 work->result = C2_CORRUPTED;
260 work->result = C2_CORRUPTED;
269 work->result = C2_CORRUPTED;
/hardware/google/av/media/codecs/mp3/
H A DC2SoftMp3Dec.cpp331 work->result = C2_OK;
335 work->result = C2_BAD_VALUE;
347 work->result = rView.error();
367 work->result = C2_CORRUPTED;
380 work->result = C2_NO_MEMORY;
386 work->result = wView.error();
415 work->result = C2_CORRUPTED;
447 work->result = C2_CORRUPTED;
454 work->result = C2_CORRUPTED;
475 work->result
[all...]
/hardware/google/av/media/codecs/g711/
H A DC2SoftG711Dec.cpp137 work->result = C2_OK;
140 work->result = C2_BAD_VALUE;
152 work->result = C2_CORRUPTED;
181 work->result = C2_NO_MEMORY;
187 work->result = C2_CORRUPTED;
/hardware/interfaces/health/2.0/default/
H A DHealth.cpp90 Result result = Result::SUCCESS; local
100 result = Result::SUCCESS;
103 result = Result::NOT_SUPPORTED;
106 result = Result::UNKNOWN;
109 callback(result, static_cast<T>(ret));
/hardware/google/av/codec2/tests/
H A DC2ComponentInterface_test.cpp108 int result; member in struct:android::C2CompIntfTest::paramTestInfo
110 : name(name_), result(result_) {}
533 int *const result,
540 *result = ParamPermission::UNSUPPORTED;
555 *result = ParamPermission::READONLY;
559 *result = ParamPermission::WRITABLE;
566 int result = testInfo.result; local
567 ASSERT_TRUE(0 <= result && result <
532 checkParamPermission( int *const result, const std::vector<std::shared_ptr<C2ParamDescriptor>> &supportedParams) argument
[all...]
/hardware/interfaces/audio/effect/2.0/vts/functional/
H A DVtsHalAudioEffectV2_0TargetTest.cpp100 [&](Result r, const hidl_vec<EffectDescriptor>& result) {
102 effectCount = result.size();
114 [&](Result r, const hidl_vec<EffectDescriptor>& result) {
115 if (r == Result::OK && result.size() > 0) {
117 effectUuid = result[0].uuid;
126 [&](Result r, const sp<IEffect>& result, uint64_t /*effectId*/) {
129 effect = result;
143 [&](Result r, const hidl_vec<EffectDescriptor>& result) {
145 allDescriptors = result;
152 allDescriptors[i].uuid, [&](Result r, const EffectDescriptor& result) {
[all...]
/hardware/interfaces/audio/effect/4.0/vts/functional/
H A DVtsHalAudioEffectV4_0TargetTest.cpp103 [&](Result r, const hidl_vec<EffectDescriptor>& result) {
105 effectCount = result.size();
117 [&](Result r, const hidl_vec<EffectDescriptor>& result) {
118 if (r == Result::OK && result.size() > 0) {
120 effectUuid = result[0].uuid;
129 [&](Result r, const sp<IEffect>& result, uint64_t /*effectId*/) {
132 effect = result;
146 [&](Result r, const hidl_vec<EffectDescriptor>& result) {
148 allDescriptors = result;
155 allDescriptors[i].uuid, [&](Result r, const EffectDescriptor& result) {
[all...]
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrWbEnc.cpp274 work->result = C2_OK;
277 work->result = C2_BAD_VALUE;
289 work->result = rView.error();
306 work->result = C2_NO_MEMORY;
312 work->result = wView.error();
339 work->result = C2_CORRUPTED;
/hardware/interfaces/tests/foo/1.0/
H A DIFoo.hal171 doThatAndReturnSomething(int64_t param) generates (int32_t result);
185 haveSomeStrings(string[3] array) generates (string[2] result);
186 haveAStringVec(vec<string> vector) generates (vec<string> result);
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp163 int result = pipe(wakeFds); local
164 LOGE_IF(result<0, "error creating wake pipe (%s)", strerror(errno));
191 int result = write(mWritePipeFd, &wakeMessage, 1);
192 LOGE_IF(result < 0,
304 int result = read(mPollFds[numSensorDrivers].fd, &msg, 1); local
305 LOGE_IF(result < 0,
/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp117 int result = snprintf(str, sizeof(str), "%04i:%02i:%02i %02i:%02i:%02i", local
120 if (result != sizeof(str) - 1) {
242 int result = local
245 if (result != kGpsDateStampSize - 1) {
340 // Save the result into |app1_buffer_|.
489 int result = libyuv::I420Scale( local
495 if (result != 0) {
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp135 IDevicesFactory::Result result; local
137 ASSERT_OK(devicesFactory->openDevice(IDevicesFactory::Device(-1), returnIn(result, device)));
138 ASSERT_EQ(IDevicesFactory::Result::INVALID_ARGUMENTS, result);
154 IDevicesFactory::Result result; variable
157 returnIn(result, baseDevice)));
158 ASSERT_OK(result); variable
272 auto result = device->supportsAudioPatches(); local
273 EXPECT_IS_OK(result);
274 return result;
298 // Cache result
438 Result result = ret; local
939 auto result = setGain(1); local
1004 auto result = stream->getLatency(); local
[all...]
/hardware/google/av/codec2/hidl/1.0/utils/
H A DConfigurable.cpp156 for (const C2FieldSupportedValuesQuery &result : c2fields) {
157 objcpy(&outFields[ix++], result);
/hardware/google/av/codec2/vndk/bufferpool/
H A DBufferStatus.cpp56 auto result = mBufferStatusQueues.insert( local
58 if (!result.second) {
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dresults_holder.c258 inv_error_t result = inv_get_quaternion(ldata); local
268 return result;
341 /** Returns the status of the result holder.
351 /** Set the status of the result holder.
502 // set default mpl calibration result for testing
518 inv_error_t result; local
519 result = inv_init_results_holder();
520 if ( result ) {
521 return result;
524 result
[all...]
/hardware/qcom/display/msm8960/libqservice/
H A DIQService.cpp71 status_t result = reply.readInt32(); local
72 return result;
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStream.h141 int result = mStream->start(mStream); local
142 return Stream::analyzeStatus("start", result);
148 int result = mStream->stop(mStream); local
149 return Stream::analyzeStatus("stop", result);
/hardware/libhardware/modules/camera/3_4/metadata/
H A Dpartial_metadata_factory.h215 // Set up the result converter and result options based on type.
319 std::unique_ptr<Control<T>> result = V4L2Control(type, local
326 if (!result) {
327 result = NoEffectControl(
330 return result;
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.cpp75 bool result = true; local
79 result = false;
90 result = false;
93 return result;
/hardware/broadcom/libbt/src/
H A Duserial_vendor.c288 int result; local
301 if ((result = close(vnd_userial.fd)) < 0)
302 ALOGE( "close(fd:%d) FAILED result:%d", vnd_userial.fd, result);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_parse.c23 int result = VIDDEC_PARSE_SUCESS; local
79 result = VIDDEC_PARSE_FRMDONE;
84 return result;
/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsDisplay.cpp169 status_t result = alloc.allocate( local
172 if (result != NO_ERROR) {
174 result, mBuffer.width, mBuffer.height);
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dconfirmationui_utils.h194 IntType result = {}; local
196 unsigned char* outbytes = reinterpret_cast<unsigned char*>(&result);
200 return result;

Completed in 626 milliseconds

<<11121314151617181920>>