Searched refs:status (Results 1 - 25 of 788) sorted by path

1234567891011>>

/hardware/akm/AK8975_FS/akmdfs/
H A DAK8975Driver.c213 int AKD_GetOpenStatus(int* status) argument
219 if (ioctl(s_fdDev, ECS_IOCTL_GET_OPEN_STATUS, status) < 0) {
228 int AKD_GetCloseStatus(int* status) argument
234 if (ioctl(s_fdDev, ECS_IOCTL_GET_CLOSE_STATUS, status) < 0) {
H A DAK8975Driver.h90 int AKD_GetOpenStatus(int* status);
92 int AKD_GetCloseStatus(int* status);
H A DAKFS_APIs.c111 /* Initialize magnetic status */
145 @param[in] status A status of magnetometer. This status indicates the result
154 const int16 status,
166 __FUNCTION__, mag[0], mag[1], mag[2], status);
172 status,
263 @param[in] status A status of accelerometer. This status indicate
152 AKFS_Get_MAGNETIC_FIELD( const int16 mag[3], const int16 status, AKFLOAT* vx, AKFLOAT* vy, AKFLOAT* vz, int16* accuracy ) argument
271 AKFS_Get_ACCELEROMETER( const int16 acc[3], const int16 status, AKFLOAT* vx, AKFLOAT* vy, AKFLOAT* vz, int16* accuracy ) argument
[all...]
H A DAKFS_APIs.h46 const int16 status,
55 const int16 status,
H A DAKFS_Compass.h49 int8 status; member in struct:_AKSENSOR_DATA
H A DAKFS_Measure.c248 buf[4] = acc->status; /* Acc status */
252 buf[8] = mag->status; /* Mag status */
323 sv_acc.status = tmp_accuracy;
358 sv_mag.status = tmp_accuracy;
370 sv_ori.status = tmp_accuracy;
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AK8975.c26 const int16 status,
33 if (AK8975_ST_ERROR(status)) {
24 AKFS_DecompAK8975( const int16 mag[3], const int16 status, const uint8vec* asa, const int16 nhdata, AKFVEC hdata[] ) argument
H A DAKFS_AK8975.h43 const int16 status,
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp49 mPendingEvents[Accelerometer].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
54 mPendingEvents[MagneticField].magnetic.status = SENSOR_STATUS_ACCURACY_HIGH;
59 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
304 mPendingEvents[MagneticField].magnetic.status = value;
321 mPendingEvents[Orientation].orientation.status = value;
H A Dsensors.cpp359 int status = -EINVAL; local
373 status = 0;
375 return status;
/hardware/broadcom/libbt/include/
H A Duipc_msg.h71 tUIPC_STATUS status; /* UIPC_STATUS */ member in struct:__anon7
124 /* status */
131 uint8_t status; member in struct:__anon9
157 /* status */
188 uint8_t status; member in struct:t_l2c_sync_to_lite_resp_stream
239 /* status */
259 uint8_t status; member in struct:__anon12
275 uint8_t status; member in struct:t_avdt_sync_info
618 tAUDIO_CONFIG_STATUS status; member in struct:__anon25
715 tAUDIO_CONFIG_STATUS status; member in struct:__anon29
763 tAUDIO_CONFIG_STATUS status; member in struct:__anon34
[all...]
/hardware/broadcom/libbt/src/
H A Dhardware.c621 uint8_t *p, status; local
631 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
636 if ((status == 0) && bt_vendor_cbacks)
701 if ((status = hw_config_findpatch(p_name)) == TRUE)
932 bt_vendor_op_result_t status = BT_VND_OP_RESULT_FAIL; local
936 status = BT_VND_OP_RESULT_SUCCESS;
941 bt_vendor_cbacks->lpm_cb(status);
967 bt_vendor_op_result_t status = BT_VND_OP_RESULT_FAIL; local
974 status = BT_VND_OP_RESULT_SUCCESS;
981 if (status
1566 uint8_t *p, status; local
[all...]
H A Dupio.c420 int status; local
428 status = timer_create(CLOCK_MONOTONIC, &se,
431 if (status == 0)
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c230 "configure/report pktgen status (SDIO)\n"
310 "1 - Use implied credit from a packet status\n"
368 int status = CMD_OPT; local
381 status = CMD_ERR;
400 status = CMD_DHD;
413 return status;
H A Ddhdu_linux.c447 int status = CMD_DHD; local
458 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
563 int status = 0; local
582 if ((status = dhd_option(&argv, &ifname, &help)) == CMD_OPT) {
590 else if (status == CMD_ERR)
H A Ducode_download.c138 unsigned long ucode_info_len = 0, status; local
176 status = fread(ucode_trx_hdr, sizeof(uint8),
178 if (status < sizeof(struct trx_header)) {
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmcdc.h31 uint32 status; /* status code returned from the device */ member in struct:cdc_ioctl
H A Dwlioctl.h437 /* wl_iscan_results status values */
471 uint32 status; member in struct:wl_iscan_results
1064 bool plc_failover; /* PLC failover control/status */
1259 #define ioctl_status needed /* status param */
1724 /* allows user-mode app to poll the status of USB image upgrade */
1743 /* Bit masks for radio disabled status - returned by WL_GET_RADIO */
2152 /* struct copied back form dongle to host to query the status */
2164 uint8 test_stage; /* check the test status */
2166 uint8 sync_status; /* sync status */
2272 /* data structure used in 'dfs_status' wl interface, which is used to query dfs status */
3673 uint8 status; /* flags to indicate status */ member in struct:dpt_status
3683 dpt_status_t status[1]; /* per station info */ member in struct:dpt_list
3908 uint32 status; member in struct:wl_pfn_scanresults
5431 uint8 status; member in struct:txdelay_event
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h251 uint16 status; /* status code */ member in struct:dot11_auth
270 uint16 status; /* status code */ member in struct:dot11_assoc_resp
793 uint8 status; member in struct:dot11_management_notification
994 #define DOT11_MNG_STATUS_LEN 2 /* d11 management status length */
1558 uint16 status; /* status code field */ member in struct:dot11_dls_resp
1606 uint8 status; /* transition status */ member in struct:dot11_bsstrans_resp
1659 uint8 status; /* status of add request */ member in struct:dot11_timbc_resp_ie
2105 uint16 status; /* status of add request */ member in struct:dot11_addba_resp
2150 uint16 status; /* status code */ member in struct:dot11_ft_res
2162 uint16 status; /* Status Code. */ member in struct:dot11_rde_ie
3417 uint8 status; member in struct:pu_buffer_status_ie
[all...]
H A Dbcmevent.h59 uint32 status; /* Status code (see below) */ member in struct:__anon66
73 uint32 status; /* Status code (see below) */ member in struct:__anon67
94 #define WLC_E_SET_SSID 0 /* indicates status of set SSID */
113 #define WLC_E_ROAM 19 /* roam attempt occurred: indicate status & reason */
232 /* Event status codes */
381 /* WLC_E_AWDL_SCAN_STATUS status values */
393 uint16 status_code; /* status code on GAS completion */
403 uint8 status_code; /* status code */
H A Dbt_amp_hci.h210 uint8 status; member in struct:cmd_status_parms
226 uint8 status; member in struct:write_remote_evt_parms
231 uint8 status; member in struct:read_local_evt_parms
238 uint8 status; member in struct:read_local_info_evt_parms
252 uint8 status; member in struct:log_link_evt_parms
259 uint8 status; member in struct:disc_log_link_evt_parms
265 uint8 status; member in struct:log_link_cancel_evt_parms
271 uint8 status; member in struct:flow_spec_mod_evt_parms
276 uint8 status; member in struct:phy_link_evt_parms
281 uint8 status; member in struct:dis_phy_link_evt_parms
287 uint8 status; member in struct:read_ls_to_evt_parms
293 uint8 status; member in struct:read_lla_ca_to_evt_parms
298 uint8 status; member in struct:read_data_block_size_evt_parms
317 uint8 status; member in struct:befto_evt_parms
322 uint8 status; member in struct:srm_evt_parms
328 uint8 status; member in struct:contact_counter_evt_parms
334 uint8 status; member in struct:contact_counter_reset_evt_parms
339 uint8 status; member in struct:read_linkq_evt_parms
345 uint8 status; member in struct:ld_evt_parms
362 uint8 status; member in struct:local_version_info_evt_parms
372 uint8 status; member in struct:local_supported_cmd_evt_parms
377 uint8 status; member in struct:status_change_evt_parms
[all...]
H A Dp2p.h170 uint8 status; /* Status Code: P2P_STATSE_* */ member in struct:wifi_p2p_status_se_s
456 /* Service Discovery response status code */
525 uint8 status; /* Value defined in Table 57 of P2P spec. */ member in struct:wifi_p2psd_qresp_tlv
542 uint16 status; /* Value defined in Table 7-23 of IEEE P802.11u */ member in struct:wifi_p2psd_gas_iresp_frame
552 uint16 status; /* Value defined in Table 7-23 of IEEE P802.11u */ member in struct:wifi_p2psd_gas_cresp_frame
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Drtt.cpp101 get_err_info(int status) argument
110 if (p_entry->id == status)
579 "\tnumber_per_burst_peer : %d, status : %s, retry_after_duration : %d s\n"
584 get_err_info(rtt_result->status), rtt_result->retry_after_duration,
H A Dwifi_logger.cpp124 // constructor for ring status
126 wifi_ring_buffer_status *status, GetCmdType cmdType)
127 : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType)
253 ALOGE("Failed to create get ring status request; result = %d", result);
327 wifi_ring_buffer_status *status(mStatus);
338 ALOGE("Not enough status buffers provided, available: %d required: %d",
352 memcpy(status, it.get_data(), sizeof(wifi_ring_buffer_status));
354 status++;
426 /* API to get the status of all ring buffers supported by driver */
428 u32 *num_rings, wifi_ring_buffer_status *status)
125 DebugCommand(wifi_interface_handle iface, u32 *num_rings, wifi_ring_buffer_status *status, GetCmdType cmdType) argument
427 wifi_get_ring_buffers_status(wifi_interface_handle iface, u32 *num_rings, wifi_ring_buffer_status *status) argument
531 wifi_ring_buffer_status status; local
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h134 /* status codes */
329 uint8_t pad_flag; // Used to indicate the status
676 uint8_t status; member in struct:old_slice_par

Completed in 2022 milliseconds

1234567891011>>