/external/bluetooth/bluedroid/stack/gatt/ |
gatt_utils.c | 184 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) 219 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL) 243 if ((p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getbuf((UINT16)sizeof(tGATTS_PENDING_NEW_SRV_START))) != NULL) 266 if ((p_buf = (tGATTS_SRV_CHG *)GKI_getbuf((UINT16)sizeof(tGATTS_SRV_CHG))) != NULL) 314 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle) 342 UINT16 svc_inst) 479 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary) 965 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_inq.c | 55 const UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES] = 135 const UINT16 BTM_EIR_UUID_LKUP_TBL[]; 137 extern UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES]; 150 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 ); 156 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size ); 175 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) 178 UINT16 service_class; 190 if (btm_ble_set_discoverability((UINT16)(inq_mode) [all...] |
btm_ble_gap.c | 271 btsnd_hcic_ble_write_adv_params ((UINT16)(p_cb->adv_interval_min ? p_cb->adv_interval_min : 273 (UINT16)(p_cb->adv_interval_max ? p_cb->adv_interval_max : 330 (UINT16)(!p_inq->scan_interval ? BTM_BLE_GAP_DISC_SCAN_INT : p_inq->scan_interval), 331 (UINT16)(!p_inq->scan_window ? BTM_BLE_GAP_DISC_SCAN_WIN : p_inq->scan_window), 395 if (!btsnd_hcic_ble_write_adv_params ((UINT16)(p_cb->adv_interval_min ? p_cb->adv_interval_min : 397 (UINT16)(p_cb->adv_interval_max ? p_cb->adv_interval_max : [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_port_fsm.c | 39 static void rfc_port_sm_state_closed (tPORT *p_port, UINT16 event, void *p_data); 40 static void rfc_port_sm_sabme_wait_ua (tPORT *p_port, UINT16 event, void *p_data); 41 static void rfc_port_sm_opened (tPORT *p_port, UINT16 event, void *p_data); 42 static void rfc_port_sm_orig_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data); 43 static void rfc_port_sm_term_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data); 44 static void rfc_port_sm_disc_wait_ua (tPORT *p_port, UINT16 event, void *p_data); 61 void rfc_port_sm_execute (tPORT *p_port, UINT16 event, void *p_data) 109 void rfc_port_sm_state_closed (tPORT *p_port, UINT16 event, void *p_data) 177 void rfc_port_sm_sabme_wait_ua (tPORT *p_port, UINT16 event, void *p_data) 249 void rfc_port_sm_term_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data [all...] |
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_api.c | 189 if ((p_msg = (tNFA_DM_API_SET_CONFIG *) GKI_getbuf ((UINT16) (sizeof (tNFA_DM_API_SET_CONFIG) + length))) != NULL) 228 if ((p_msg = (tNFA_DM_API_GET_CONFIG *) GKI_getbuf ((UINT16) (sizeof (tNFA_DM_API_GET_CONFIG) + num_ids))) != NULL) 692 tNFA_STATUS NFA_SetRfDiscoveryDuration (UINT16 discovery_period_ms) 746 if ((p_msg = (tNFA_DM_API_SELECT *) GKI_getbuf ((UINT16) (sizeof (tNFA_DM_API_SELECT)))) != NULL) 781 if ((p_msg = (tNFA_DM_API_UPDATE_RF_PARAMS *) GKI_getbuf ((UINT16) (sizeof (tNFA_DM_API_UPDATE_RF_PARAMS)))) != NULL) 827 if ((p_msg = (tNFA_DM_API_DEACTIVATE *) GKI_getbuf ((UINT16) (sizeof (tNFA_DM_API_DEACTIVATE)))) != NULL) 858 UINT16 data_len, 859 UINT16 presence_check_start_delay) 862 UINT16 size; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | [all...] |
/external/bluetooth/bluedroid/bta/sys/ |
ptim.c | 41 void ptim_init(tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id) 127 void ptim_start_timer(tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_utils.c | 163 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id) 167 UINT16 id;
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_l2c.c | 37 static void smp_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, tBT_TRANSPORT transport); 77 static void smp_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason,
|
/external/chromium_org/base/ |
big_endian.h | 64 bool ReadU16(uint16* value); 88 bool WriteU16(uint16 value);
|
/external/chromium_org/components/usb_service/ |
usb_device_handle_impl.h | 53 const uint16 value, 54 const uint16 index,
|
usb_device_impl.cc | 42 uint16 vendor_id, 43 uint16 product_id,
|
/external/chromium_org/content/test/plugin/ |
plugin_request_read_test.cc | 21 NPError PluginRequestReadTest::New(uint16 mode, int16 argc, const char* argn[], 40 NPBool seekable, uint16* stream_type) {
|
plugin_test.h | 31 virtual NPError New(uint16 mode, int16 argc, const char* argn[], 36 NPBool seekable, uint16* stype);
|
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
parser_unittest.py | 435 uint16 a1 = 0x0; 436 uint16 a2 = 0x00; 437 uint16 a3 = 0x01; 438 uint16 a4 = 0xcd; 467 ('FIELD', 'uint16', 'a1', ast.Ordinal(None), '0x0'), 468 ('FIELD', 'uint16', 'a2', ast.Ordinal(None), '0x00'), 469 ('FIELD', 'uint16', 'a3', ast.Ordinal(None), '0x01'), 470 ('FIELD', 'uint16', 'a4', ast.Ordinal(None), '0xcd'),
|
/external/chromium_org/net/spdy/ |
spdy_test_utils.cc | 123 int32 wire_length = base::HostToNet16(static_cast<uint16>(length)); 126 sizeof(uint16));
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
basictypes_unittest.cc | 35 uint16 v16 = 0x1234u; 48 uint16 u16 = 1u;
|
win32.cc | 102 const uint16* as_shorts = 103 reinterpret_cast<const uint16*>(src); 234 uint16* addr_cursor = reinterpret_cast<uint16*>(&an_addr.s6_addr[0]); 235 uint16* addr_end = reinterpret_cast<uint16*>(&an_addr.s6_addr[16]); 248 uint16 a_short; 303 uint16 word;
|
/external/chromium_org/third_party/npapi/npspy/include/ |
epmanager.h | 90 NPError callNPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved); 93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
|
/external/chromium_org/third_party/snappy/linux/ |
snappy-stubs-public.h | 65 typedef uint16_t uint16; typedef in namespace:snappy 74 typedef unsigned short uint16;
|
/external/chromium_org/third_party/snappy/mac/ |
snappy-stubs-public.h | 65 typedef uint16_t uint16; typedef in namespace:snappy 74 typedef unsigned short uint16;
|
/external/chromium_org/third_party/snappy/win32/ |
snappy-stubs-public.h | 65 typedef uint16_t uint16; 74 typedef unsigned short uint16; typedef in namespace:snappy
|
/external/chromium_org/third_party/webrtc/base/ |
autodetectproxy_unittest.cc | 21 static const uint16 kPort = 443; 42 uint16 port,
|
bytebuffer.h | 48 bool ReadUInt16(uint16* val); 61 void WriteUInt16(uint16 val);
|
win32.cc | 85 const uint16* as_shorts = 86 reinterpret_cast<const uint16*>(src); 217 uint16* addr_cursor = reinterpret_cast<uint16*>(&an_addr.s6_addr[0]); 218 uint16* addr_end = reinterpret_cast<uint16*>(&an_addr.s6_addr[16]); 231 uint16 a_short; 286 uint16 word;
|