Searched refs:result (Results 26 - 50 of 350) sorted by relevance

1234567891011>>

/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
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_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_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_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_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/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_offload.cpp77 int result; local
82 result = request.create(GOOGLE_OUI, WIFI_OFFLOAD_START_MKEEP_ALIVE);
83 if (result != WIFI_SUCCESS) {
84 ALOGE("Failed to create start keep alive request; result = %d", result);
85 return result;
90 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex);
91 if (result < 0) {
92 ALOGE("Failed to put id request; result = %d", result);
160 int result = createRequest(request); local
209 wifi_error result = (wifi_error)cmd->start(); local
224 wifi_error result = (wifi_error)cmd->start(); local
[all...]
H A Dwifi_logger.cpp145 int result = request.create(GOOGLE_OUI, LOGGER_START_LOGGING); local
146 if (result != WIFI_SUCCESS) {
147 ALOGE("Failed to create start ring logger request; result = %d", result);
148 return result;
153 result = request.put_u32(LOGGER_ATTRIBUTE_LOG_LEVEL, mVerboseLevel);
154 if (result != WIFI_SUCCESS) {
155 ALOGE("Failed to put log level; result = %d", result);
156 return result;
184 int result; local
282 int result = createRequest(request); local
391 wifi_error result = (wifi_error)cmd->start(); local
406 wifi_error result = (wifi_error)cmd->start(); local
420 wifi_error result = (wifi_error)cmd->start(); local
432 wifi_error result = (wifi_error)cmd->start(); local
448 wifi_error result = (wifi_error)cmd->start(); local
464 wifi_error result = (wifi_error)cmd->start(); local
498 int result = request.create(GOOGLE_OUI, LOGGER_RESET_LOGGING); local
566 wifi_error result = wifi_register_cmd(handle, id, cmd); local
704 int result = request.create(GOOGLE_OUI, LOGGER_GET_MEM_DUMP); local
749 wifi_error result = wifi_register_cmd(handle, id, cmd); local
798 int result = request.create(GOOGLE_OUI, LOGGER_TRIGGER_MEM_DUMP); local
840 int result = request.create(GOOGLE_OUI, LOGGER_GET_MEM_DUMP); local
894 wifi_error result = (wifi_error)cmd->start(); local
943 int result = request.create(GOOGLE_OUI, LOGGER_START_PKT_FATE_MONITORING); local
954 int result = request.create(GOOGLE_OUI, LOGGER_GET_TX_PKT_FATES); local
974 int result = request.create(GOOGLE_OUI, LOGGER_GET_RX_PKT_FATES); local
997 int result = createRequest(request); local
1065 wifi_error result = (wifi_error)cmd->start(); local
1077 wifi_error result = (wifi_error)cmd->start(); local
1089 wifi_error result = (wifi_error)cmd->start(); local
[all...]
H A Drtt.cpp324 int result = request.create(GOOGLE_OUI, RTT_SUBCMD_SET_CONFIG); local
325 if (result < 0) {
326 return result;
330 result = request.put_u8(RTT_ATTRIBUTE_TARGET_CNT, numRttParams);
331 if (result < 0) {
332 return result;
341 result = request.put_addr(RTT_ATTRIBUTE_TARGET_MAC, rttParams[i].addr);
342 if (result < 0) {
343 return result;
346 result
429 int result = request.create(GOOGLE_OUI, RTT_SUBCMD_CANCEL_CONFIG); local
448 int result = createSetupRequest(request); local
469 int result = createTeardownRequest(request, 0, NULL); local
487 int result = createTeardownRequest(request, num_devices, addr); local
617 wifi_error result = wifi_register_cmd(handle, id, cmd); local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lsm303/
H A Djsupm_lsm303.i8 jsresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_int16Array, 0 | 0 );
H A Djavaupm_lsm303.i17 $result = JCALL1(NewIntArray, jenv, 3);
18 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
H A Dpyupm_lsm303.i10 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_int16Array, 0 | 0 );
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/
H A Djsupm_lsm303d.i8 jsresult = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_int16Array, 0 | 0 );
H A Djavaupm_lsm303d.i17 $result = JCALL1(NewIntArray, jenv, 3);
18 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dgrovemoisture.py55 result = "Dry"
57 result = "Moist"
59 result = "Wet"
60 print "Moisture value: {0}, {1}".format(moisture_val, result)
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c47 inv_error_t result = INV_SUCCESS; local
73 result = INV_ERROR_FILE_READ;
81 return result;
88 inv_error_t result = INV_SUCCESS; local
105 result = INV_ERROR_FILE_WRITE;
110 return result;
139 inv_error_t result; local
149 result = inv_load_mpl_states(calData, len);
150 return result;
278 inv_error_t result local
313 inv_error_t result; local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c47 inv_error_t result = INV_SUCCESS; local
73 result = INV_ERROR_FILE_READ;
81 return result;
88 inv_error_t result = INV_SUCCESS; local
105 result = INV_ERROR_FILE_WRITE;
110 return result;
139 inv_error_t result; local
149 result = inv_load_mpl_states(calData, len);
150 return result;
278 inv_error_t result local
313 inv_error_t result; local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
H A Djavaupm_h3lis331dl.i24 $result = JCALL1(NewFloatArray, jenv, 3);
25 JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1);
38 $result = JCALL1(NewIntArray, jenv, 3);
39 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const int*)$1);
43 $result = JCALL1(NewIntArray, jenv, 3);
44 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const int*)$1);
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
H A Djavaupm_lsm9ds0.i25 $result = JCALL1(NewFloatArray, jenv, 3);
26 JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1);
31 $result = JCALL1(NewFloatArray, jenv, 3);
32 JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1);
37 $result = JCALL1(NewFloatArray, jenv, 3);
38 JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1);
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
H A Djavaupm_hmc5883l.i17 $result = JCALL1(NewIntArray, jenv, 3);
18 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
/hardware/bsp/intel/peripheral/libupm/src/lol/
H A Djavaupm_lol.i16 $result = JCALL1(NewByteArray, jenv, LOL_X*LOL_Y);
17 JCALL4(SetByteArrayRegion, jenv, $result, 0, LOL_X*LOL_Y-1, reinterpret_cast<jbyte*>($1));
/hardware/qcom/gps/msm8960/utils/
H A Dloc_timer.h44 typedef void(*loc_timer_callback)(void *user_data, int result);
/hardware/bsp/intel/peripheral/libmraa/src/javascript/
H A Dmraajs.i46 v8::MaybeLocal<v8::Object> objret = node::Buffer::Copy(v8::Isolate::GetCurrent(), (char*) result, arg3);
47 free(result);
48 if(!objret.ToLocal(&$result)){
52 $result = node::Buffer::New((char*) result, arg3);
53 free(result);
55 $result = node::Buffer::New((char*) result, arg3)->handle_;
56 free(result);
80 if (result <
[all...]
/hardware/bsp/intel/peripheral/libupm/src/adxl335/
H A Djavaupm_adxl335.i22 $result = JCALL1(NewFloatArray, jenv, 3);
23 JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1);
35 $result = JCALL1(NewIntArray, jenv, 3);
36 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
/hardware/bsp/intel/peripheral/libupm/src/adxl345/
H A Djavaupm_adxl345.i17 $result = JCALL1(NewFloatArray, jenv, 3);
18 JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1);
32 $result = JCALL1(NewShortArray, jenv, 3);
33 JCALL4(SetShortArrayRegion, jenv, $result, 0, 3, (jshort*)$1);
/hardware/bsp/intel/peripheral/libupm/src/itg3200/
H A Djavaupm_itg3200.i17 $result = JCALL1(NewFloatArray, jenv, 3);
18 JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1);
31 $result = JCALL1(NewIntArray, jenv, 3);
32 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);

Completed in 1408 milliseconds

1234567891011>>