Searched refs:result (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dcamera_test.cpp40 int result = 0; local
51 return result;
56 int result = 0; local
63 return result;
68 int result = 0; local
75 return result;
80 int result = 0; local
89 return result;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c55 int result; local
58 result = pthread_cond_init( &thelper->thread_cond, NULL);
59 if (result) {
60 return result;
63 result = pthread_mutex_init(&thelper->thread_mutex, NULL);
64 if (result) {
67 return result;
90 int result, ret_result = 0; local
91 result = pthread_cond_destroy( &thelper->thread_cond);
92 if (result) {
125 int result = 0; local
160 int result; local
192 int result = thelper->thread_ready; local
223 int result = 0; local
305 int result; local
386 int result; local
[all...]
H A Dloc_eng_dmn_conn_glue_msg.c86 int result; local
87 result = loc_eng_dmn_conn_glue_piperemove(q_path, msgqid);
88 return result;
113 int result; local
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
118 if (result != (int) msgsz) {
119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
123 return result;
148 int result; local
151 result
[all...]
H A Dloc_eng_dmn_conn_glue_pipe.c64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c55 int result; local
58 result = pthread_cond_init( &thelper->thread_cond, NULL);
59 if (result) {
60 return result;
63 result = pthread_mutex_init(&thelper->thread_mutex, NULL);
64 if (result) {
67 return result;
90 int result, ret_result = 0; local
91 result = pthread_cond_destroy( &thelper->thread_cond);
92 if (result) {
125 int result = 0; local
160 int result; local
192 int result = thelper->thread_ready; local
223 int result = 0; local
305 int result; local
386 int result; local
[all...]
H A Dloc_eng_dmn_conn_glue_msg.c86 int result; local
87 result = loc_eng_dmn_conn_glue_piperemove(q_path, msgqid);
88 return result;
113 int result; local
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
118 if (result != (int) msgsz) {
119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
123 return result;
148 int result; local
151 result
[all...]
H A Dloc_eng_dmn_conn_glue_pipe.c64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c55 int result; local
58 result = pthread_cond_init( &thelper->thread_cond, NULL);
59 if (result) {
60 return result;
63 result = pthread_mutex_init(&thelper->thread_mutex, NULL);
64 if (result) {
67 return result;
90 int result, ret_result = 0; local
91 result = pthread_cond_destroy( &thelper->thread_cond);
92 if (result) {
125 int result = 0; local
160 int result; local
192 int result = thelper->thread_ready; local
223 int result = 0; local
305 int result; local
386 int result; local
[all...]
H A Dloc_eng_dmn_conn_glue_msg.c86 int result; local
87 result = loc_eng_dmn_conn_glue_piperemove(q_path, msgqid);
88 return result;
113 int result; local
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
118 if (result != (int) msgsz) {
119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
123 return result;
148 int result; local
151 result
[all...]
H A Dloc_eng_dmn_conn_glue_pipe.c64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c55 int result; local
58 result = pthread_cond_init( &thelper->thread_cond, NULL);
59 if (result) {
60 return result;
63 result = pthread_mutex_init(&thelper->thread_mutex, NULL);
64 if (result) {
67 return result;
90 int result, ret_result = 0; local
91 result = pthread_cond_destroy( &thelper->thread_cond);
92 if (result) {
125 int result = 0; local
160 int result; local
192 int result = thelper->thread_ready; local
223 int result = 0; local
305 int result; local
386 int result; local
[all...]
H A Dloc_eng_dmn_conn_glue_msg.c86 int result; local
87 result = loc_eng_dmn_conn_glue_piperemove(q_path, msgqid);
88 return result;
113 int result; local
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
118 if (result != (int) msgsz) {
119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
123 return result;
148 int result; local
151 result
[all...]
H A Dloc_eng_dmn_conn_glue_pipe.c64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c55 int result; local
58 result = pthread_cond_init( &thelper->thread_cond, NULL);
59 if (result) {
60 return result;
63 result = pthread_mutex_init(&thelper->thread_mutex, NULL);
64 if (result) {
67 return result;
90 int result, ret_result = 0; local
91 result = pthread_cond_destroy( &thelper->thread_cond);
92 if (result) {
125 int result = 0; local
160 int result; local
192 int result = thelper->thread_ready; local
223 int result = 0; local
305 int result; local
386 int result; local
[all...]
H A Dloc_eng_dmn_conn_glue_msg.c86 int result; local
87 result = loc_eng_dmn_conn_glue_piperemove(q_path, msgqid);
88 return result;
113 int result; local
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
118 if (result != (int) msgsz) {
119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
123 return result;
148 int result; local
151 result
[all...]
H A Dloc_eng_dmn_conn_glue_pipe.c64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.c55 int result; local
58 result = pthread_cond_init( &thelper->thread_cond, NULL);
59 if (result) {
60 return result;
63 result = pthread_mutex_init(&thelper->thread_mutex, NULL);
64 if (result) {
67 return result;
90 int result, ret_result = 0; local
91 result = pthread_cond_destroy( &thelper->thread_cond);
92 if (result) {
125 int result = 0; local
160 int result; local
192 int result = thelper->thread_ready; local
223 int result = 0; local
305 int result; local
386 int result; local
[all...]
H A Dloc_eng_dmn_conn_glue_msg.c86 int result; local
87 result = loc_eng_dmn_conn_glue_piperemove(q_path, msgqid);
88 return result;
113 int result; local
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
118 if (result != (int) msgsz) {
119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
123 return result;
148 int result; local
151 result
[all...]
H A Dloc_eng_dmn_conn_glue_pipe.c64 int result; local
67 result = mkfifo(pipe_name, 0660);
69 if ((result == -1) && (errno != EEXIST)) {
71 return result;
76 result = chmod (pipe_name, 0660);
77 if (result != 0){
140 int result; local
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
202 int result; local
[all...]
/hardware/interfaces/broadcastradio/1.0/
H A DITuner.hal29 * @return result OK if configuration could be applied
34 setConfiguration(BandConfig config) generates(Result result);
38 * @return result OK if valid configuration is returned,
42 getConfiguration() generates(Result result, BandConfig config);
54 * @return result OK if scan successfully started
58 scan(Direction direction, bool skipSubChannel) generates(Result result);
70 * @return result OK if scan successfully started
74 step(Direction direction, bool skipSubChannel) generates(Result result);
87 * @return result OK if scan successfully started
92 tune(uint32_t channel, uint32_t subChannel) generates(Result result);
[all...]
/hardware/interfaces/sensors/1.0/
H A DISensors.hal38 setOperationMode(OperationMode mode) generates (Result result);
51 * @return result OK on success, BAD_VALUE if sensorHandle is invalid.
53 activate(int32_t sensorHandle, bool enabled) generates (Result result);
68 * @return result OK on success or BAD_VALUE if maxCount <= 0.
76 Result result,
94 * @return result OK on success, BAD_VALUE if any parameters are invalid.
98 int64_t maxReportLatencyNs) generates (Result result);
113 * @return result OK on success and BAD_VALUE if sensorHandle is invalid.
115 flush(int32_t sensorHandle) generates (Result result);
135 * @return result O
[all...]
/hardware/interfaces/broadcastradio/1.1/
H A DITuner.hal25 * @return result OK if scan successfully started
29 getProgramInformation_1_1() generates (Result result, ProgramInfo info);
38 * Device must call backgroundScanComplete if the result is OK, even if the
39 * scan fails later (it must pass proper result through the callback).
40 * Otherwise, backgroundScanComplete must not be called as a result of this
48 * @return result OK if the scan was properly scheduled (this does not mean
55 startBackgroundScan() generates (ProgramListResult result);
64 * An empty string MUST result in full list.
67 * @return result OK if the list was successfully retrieved.
75 generates (ProgramListResult result, ve
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp322 ALOGI("retrieved scan result %d", index);
324 wifi_scan_result *result = results + i; local
329 strncpy(result->ssid, (char *) it2.get_data(), it2.get_len());
330 result->ssid[it2.get_len()] = 0;
332 memcpy(result->bssid, (byte *) it2.get_data(), sizeof(mac_addr));
334 result->ts = it2.get_u64();
336 result->ts = it2.get_u16();
338 result->rssi = it2.get_u8();
340 result->rtt = it2.get_u64();
342 result
357 int result = request.create(GOOGLE_OUI, subcmd); local
384 int result = request.create(GOOGLE_OUI, subcmd); local
403 int result = createRequest(request, GSCAN_SUBCMD_ENABLE_FULL_SCAN_RESULTS, 1); local
425 int result = createRequest(request, GSCAN_SUBCMD_ENABLE_FULL_SCAN_RESULTS, 0); local
464 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_CONFIG); local
539 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_SCAN_CONFIG); local
578 int result = createSetupRequest(request); local
631 int result = createStopRequest(request); local
690 wifi_error result = wifi_register_cmd(handle, id, cmd); local
737 wifi_error result = wifi_register_cmd(handle, id, cmd); local
834 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_GET_SCAN_RESULTS); local
861 int result = createRequest(request, num_to_retrieve, mFlush); local
948 wifi_gscan_result_t *result = &results[i]; local
1004 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_HOTLIST); local
1052 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_HOTLIST); local
1072 int result = createSetupRequest(request); local
1111 int result = createTeardownRequest(request); local
1187 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_EPNO_SSID); local
1271 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_EPNO_SSID); local
1288 int result = createSetupRequest(request); local
1311 int result = createTeardownRequest(request); local
1372 wifi_error result = wifi_register_cmd(handle, id, cmd); local
1417 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_SIGNIFICANT_CHANGE_CONFIG); local
1477 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_SET_SIGNIFICANT_CHANGE_CONFIG); local
1496 int result = createSetupRequest(request); local
1533 int result = createTeardownRequest(request); local
1602 wifi_error result = wifi_register_cmd(handle, id, cmd); local
1644 wifi_error result = wifi_register_cmd(handle, id, cmd); local
1678 int result = request.create(GOOGLE_OUI, GSCAN_SUBCMD_ANQPO_CONFIG); local
1722 int result = createRequest(request, num_hs); local
1743 int result = createRequest(request, 0); local
1820 wifi_error result = wifi_register_cmd(handle, id, cmd); local
[all...]
H A Dwifi_offload.cpp79 int result; local
84 result = request.create(GOOGLE_OUI, WIFI_OFFLOAD_START_MKEEP_ALIVE);
85 if (result != WIFI_SUCCESS) {
86 ALOGE("Failed to create start keep alive request; result = %d", result);
87 return result;
92 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex);
93 if (result < 0) {
94 ALOGE("Failed to put id request; result = %d", result);
162 int result = createRequest(request); local
211 wifi_error result = (wifi_error)cmd->start(); local
226 wifi_error result = (wifi_error)cmd->start(); local
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeystore_tags_utils.cpp30 const char** result) {
32 *result = Tag2String<tag>::value();
37 const char* result = "unknown tag"; local
38 [](Tags&&...) {}(chooseString(Tags(), tag, &result)...);
39 return result;
29 chooseString(TypedTag<tag_type, tag> ttag, Tag runtime_tag, const char** result) argument

Completed in 552 milliseconds

1234567891011>>