Searched defs:ret_code (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/tests/vehicle/
H A Dvehicle_tests.cpp75 int ret_code = local
77 ASSERT_EQ(ret_code, 0) << "ret code: " << ret_code;
80 ret_code = vehicle_device()->init(vehicle_device(), callback_fn(), error_fn());
81 ASSERT_EQ(ret_code, -EEXIST) << "ret code: " << ret_code;
84 ret_code = vehicle_device()->release(vehicle_device());
85 ASSERT_EQ(ret_code, 0) << "ret code: " << ret_code;
88 ret_code
101 int ret_code = vehicle_device()->subscribe(vehicle_device(), VEHICLE_PROPERTY_DRIVING_STATUS, local
[all...]
H A Dvehicle-hal-tool.c232 int ret_code = device->get(device, data); local
233 if (ret_code != 0) {
234 printf("Cannot get property: %d\n", ret_code);
373 int ret_code = device->set(device, &vehicle_data); local
374 if (ret_code != 0) {
375 printf("Cannot set property: %d\n", ret_code);
400 int ret_code = device->subscribe(device, prop, 0, 0); local
401 if (ret_code != 0) {
402 printf("Could not subscribe: %d\n", ret_code);
411 ret_code
420 int ret_code = hw_get_module(VEHICLE_HARDWARE_MODULE_ID, &hw_module); local
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
H A Dviddec_mpeg2_metadata.c127 int32_t ret_code = 0; local
133 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.horizontal_size_value, 12);
136 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.vertical_size_value, 12);
139 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.aspect_ratio_information, 4);
142 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.frame_rate_code, 4);
145 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.bit_rate_value, 18);
148 ret_code |= viddec_pm_skip_bits(parent, 1);
151 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.vbv_buffer_size_value, 10);
154 ret_code |= viddec_pm_get_bits(parent, &parser->info.seq_hdr.constrained_parameters_flag, 1);
158 ret_code |
228 int32_t ret_code = 0; local
263 int32_t ret_code = 0, found_error = 0; local
369 int32_t ret_code = 0; local
445 int32_t ret_code = 0; local
492 int32_t ret_code = 0; local
516 int32_t ret_code = 0, found_error = 0; local
673 int32_t ret_code = 0; local
734 int32_t ret_code = 0; local
[all...]
/hardware/intel/common/libva/va/x11/
H A Dva_dri2.c48 VA_DRI2Error(Display *dpy, xError *err, XExtCodes *codes, int *ret_code);
74 VA_DRI2Error(Display *dpy, xError *err, XExtCodes *codes, int *ret_code) argument
/hardware/libhardware/modules/vehicle/
H A Dvehicle.c466 int ret_code = pthread_create( local

Completed in 244 milliseconds