Searched defs:data (Results 76 - 85 of 85) sorted by relevance

1234

/hardware/ril/mock-ril/src/generated/java/com/android/internal/telephony/ril_proto/
H A DRilCmds.java380 public static RilAppStatus parseFrom(byte[] data) argument
382 return (RilAppStatus) (new RilAppStatus().mergeFrom(data));
635 public static RilCardStatus parseFrom(byte[] data) argument
637 return (RilCardStatus) (new RilCardStatus().mergeFrom(data));
814 public static RilUusInfo parseFrom(byte[] data) argument
816 return (RilUusInfo) (new RilUusInfo().mergeFrom(data));
1259 public static RilCall parseFrom(byte[] data) argument
1261 return (RilCall) (new RilCall().mergeFrom(data));
1380 public static RILGWSignalStrength parseFrom(byte[] data) argument
1382 return (RILGWSignalStrength) (new RILGWSignalStrength().mergeFrom(data));
1501 parseFrom(byte[] data) argument
1651 parseFrom(byte[] data) argument
1764 parseFrom(byte[] data) argument
1871 parseFrom(byte[] data) argument
1969 parseFrom(byte[] data) argument
2062 parseFrom(byte[] data) argument
2155 parseFrom(byte[] data) argument
2265 parseFrom(byte[] data) argument
2420 parseFrom(byte[] data) argument
2513 parseFrom(byte[] data) argument
2606 parseFrom(byte[] data) argument
2771 parseFrom(byte[] data) argument
2921 parseFrom(byte[] data) argument
3014 parseFrom(byte[] data) argument
3107 parseFrom(byte[] data) argument
3200 parseFrom(byte[] data) argument
[all...]
/hardware/ti/wlan/wl1271/utils/
H A DosDot11.h160 /* During the ATIM window, any station can indicate the need to transfer data */
161 /* to another station during the following data-transmission window. */
200 /*Each octet contains a desired data rate in units of .5 Mbps.*/
218 TI_UINT8 Length; /* Number of bytes in data field*/
219 TI_UINT8 data[1]; member in struct:_OS_802_11_VARIABLE_IEs
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
H A Dwl_iw.c248 static void wl_iw_bt_timerfunc(ulong data);
250 static void wl_iw_timerfunc(ulong data);
548 wrqu->data.length = p - extra + 1;
580 wrqu->data.length = p - extra + 1;
604 wrqu->data.length = p - extra + 1;
648 wrqu->data.length = p - extra + 1;
694 wrqu->data.length = p - extra + 1;
725 wrqu->data.length = p - extra + 1;
849 wrqu->data.length = p - extra + 1;
928 wrqu->data
2583 wl_iw_timerfunc(ulong data) argument
2700 _iscan_sysioc_thread(void *data) argument
3311 _wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len, int uppercase) argument
3333 wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, size_t len) argument
5165 unsigned char *data = key->data; local
5746 thr_wait_for_2nd_eth_dev(void *data) argument
7238 wl_iw_event(struct net_device *dev, wl_event_msg_t *e, void* data) argument
7643 wl_iw_bt_timerfunc(ulong data) argument
7653 _bt_dhcp_sysioc_thread(void *data) argument
[all...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h586 } data; member in struct:rpc_loc_reserved_payload_s_type
905 rpc_loc_ioctl_callback_data_u_type data; member in struct:rpc_loc_ioctl_callback_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
H A Dloc_api_common.h563 } data; member in struct:rpc_loc_reserved_payload_s_type
807 rpc_loc_ioctl_callback_data_u_type data; member in struct:rpc_loc_ioctl_callback_s_type
/hardware/ril/include/telephony/
H A Dril.h59 RIL_E_OP_NOT_ALLOWED_DURING_VOICE_CALL = 8, /* data ops are not allowed during voice
61 RIL_E_OP_NOT_ALLOWED_BEFORE_REG_TO_NW = 9, /* data ops are not allowed before device
110 /* User-to-User Signaling Information data coding schemes. Possible values for
123 * This data is passed in RIL_ExtensionRecord and rec contains this
212 char *data; /* May be NULL*/ member in struct:__anon251
417 /* The result of a SIM refresh, returned in data[0] of RIL_UNSOL_SIM_REFRESH */
419 /* A file on SIM has been updated. data[1] contains the EFID. */
442 * uFromCodeScheme - uToCodeScheme defines a range of CBM data coding schemes
445 * All other values can be treated as empty CBM data coding scheme.
461 /* No restriction at all including voice/SMS/USSD/SS/AV64 and packet data
[all...]
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c1895 os_error_printf(CU_MSG_INFO2, (PS8)"Enabling Rx data filtering...\n");
1904 os_error_printf(CU_MSG_INFO2, (PS8)"Disabling Rx data filtering...\n");
1925 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuCmd_AddRxDataFilter - Couldn't add Rx data filter...\n");
1947 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuCmd_AddRxDataFilter - Couldn't remove Rx data filter...\n");
1958 os_error_printf(CU_MSG_INFO2, (PS8)"Rx data filtering statistics:\n");
4543 TTwdDebug data; local
4553 os_memset( &data.debug_data.mem_debug.UBuf.buf8, 0, sizeof(data.debug_data.mem_debug.UBuf.buf8) );
4554 data.func_id = parm[0].value;
4555 size = sizeof(data
4607 TTestCmd data; local
4643 TTestCmd data; local
4694 TTestCmd data; local
4769 TTestCmd data; local
4787 TTestCmd data; local
4825 TTestCmd data; local
4842 TTestCmd data; local
4859 TTestCmd data; local
4877 TTestCmd data; local
4909 TTestCmd data; local
5459 TTestCmd data; local
5496 TTestCmd data; local
5533 TTestCmd data; local
5557 TTestCmd data; local
5581 TTestCmd data; local
6084 OS_802_11_WEP data; local
[all...]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DparamOut.h514 TI_UINT8 data[255]; member in struct:__anon1236
761 /* tx data qos related parameters */
/hardware/broadcom/wlan/bcm4329/src/include/proto/
H A D802.11.h164 uint8 data[1040]; member in struct:dot11_action_wifi_vendor_specific
260 uint8 data[1]; member in struct:dot11_action_measure
338 uint8 data[1]; member in struct:dot11_action_frmhdr
471 uint8 data[1]; member in union:dot11_meas_rep::__anon20
679 uint8 data[1]; member in struct:dot11_management_notification
1381 uchar data [1]; member in struct:vndr_ie
/hardware/broadcom/wlan/bcm4329/src/include/
H A Dwlioctl.h49 uint8 data[ACTION_FRAME_SIZE]; member in struct:wl_action_frame
306 uint8 data[DOT11_MAX_KEY_SIZE]; member in struct:wl_wsec_key
1424 uint8 data[1]; member in struct:wl_keep_alive_pkt
1427 #define WL_KEEP_ALIVE_FIXED_LEN OFFSETOF(wl_keep_alive_pkt_t, data)

Completed in 199 milliseconds

1234