HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 201 - 225 of 2364) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/bt/stack/smp/
smp_l2c.c 38 static void smp_tx_complete_callback(UINT16 cid, UINT16 num_pkt);
40 static void smp_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason,
42 static void smp_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf);
44 static void smp_br_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason,
46 static void smp_br_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf);
91 static void smp_connect_callback (UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 37 extern UINT16 ntohs(UINT16 n);
41 #define nettohs(n) ((UINT16)((((n) << 8) & 0xff00) | (((n) >> 8) & 0x00ff)))
gki.h 100 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
342 UINT16 event;
363 UINT16 count;
388 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
407 GKI_API extern UINT8 GKI_isend_event (UINT8, UINT16);
411 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
417 GKI_API extern UINT8 GKI_create_pool (UINT16, UINT16, UINT8, void *);
423 GKI_API extern void *GKI_getbuf_debug (UINT16, const char *, int)
    [all...]
gki_debug.c 45 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used)
50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
89 UINT16 i;
108 UINT16 gki_calc_stack (UINT8 task)
148 (UINT16)TaskId, gki_cb.com.OSTName[TaskId],
169 UINT16 i;
171 UINT16 size,act_size,maxbuffs;
210 UINT16 buf_size;
211 UINT16 num_bufs;
213 UINT16 i
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_inet.h 37 extern UINT16 ntohs(UINT16 n);
41 #define nettohs(n) ((UINT16)((((n) << 8) & 0xff00) | (((n) >> 8) & 0x00ff)))
gki.h 93 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
345 UINT16 event;
366 UINT16 count;
391 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
409 GKI_API extern UINT8 GKI_isend_event (UINT8, UINT16);
413 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
419 GKI_API extern UINT8 GKI_create_pool (UINT16, UINT16, UINT8, void *);
425 GKI_API extern void *GKI_getbuf_debug (UINT16, const char *, int)
    [all...]
gki_debug.c 45 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used)
50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
89 UINT16 i;
108 UINT16 gki_calc_stack (UINT8 task)
148 (UINT16)TaskId, gki_cb.com.OSTName[TaskId],
169 UINT16 i;
171 UINT16 size,act_size,maxbuffs;
210 UINT16 buf_size;
211 UINT16 num_bufs;
213 UINT16 i
    [all...]
  /external/tpm2/
MemoryLib_fp.h 22 UINT16 dSize // IN: size of the receiving buffer
29 UINT16 MemoryRemoveTrailingZeros(TPM2B_AUTH *auth // IN/OUT: value to adjust
38 UINT16 aSize // IN: The size of aInOut.buffer (max values for aInOut.size)
NV_Certify_fp.h 18 UINT16 size;
19 UINT16 offset;
42 UINT16 NV_Certify_Out_Marshal(NV_Certify_Out* source,
NV_Read_fp.h 15 UINT16 size;
16 UINT16 offset;
36 UINT16 NV_Read_Out_Marshal(NV_Read_Out* source,
tpm_generated.c 9 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size) {
57 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size) {
105 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size) {
153 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size) {
201 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size) {
249 UINT16 int32_t_Marshal(int32_t* source, BYTE** buffer, INT32* size) {
297 UINT16 uint64_t_Marshal(uint64_t* source, BYTE** buffer, INT32* size) {
345 UINT16 int64_t_Marshal(int64_t* source, BYTE** buffer, INT32* size) {
393 UINT16 BYTE_Marshal(BYTE* source, BYTE** buffer, INT32* size) {
401 UINT16 INT16_Marshal(INT16* source, BYTE** buffer, INT32* size)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
naputil.h 18 NAPAPI HRESULT WINAPI AllocConnections(Connections **connections,UINT16 connectionsCount);
20 NAPAPI HRESULT WINAPI AllocFixupInfo(FixupInfo **fixupInfo,UINT16 countResultCodes);
25 NAPAPI VOID WINAPI FreeNapComponentRegistrationInfoArray(UINT16 count,NapComponentRegistrationInfo **info);
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
zsyscall_windows.go 27 func GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) {
39 func MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) {
  /prebuilts/go/darwin-x86/test/
intcvt.go 33 u16 uint16 = cu16
71 func chku16(i, v uint16) {
149 chku16(uint16(i8), ci8&0xffff)
150 chku16(uint16(i16), ci16&0xffff)
151 chku16(uint16(i32), ci32&0xffff)
152 chku16(uint16(i64), ci64&0xffff)
153 chku16(uint16(u8), cu8&0xffff)
154 chku16(uint16(u16), cu16&0xffff)
155 chku16(uint16(u32), cu32&0xffff)
156 chku16(uint16(u64), cu64&0xffff
    [all...]
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
zsyscall_windows.go 27 func GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) {
39 func MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) {
  /prebuilts/go/linux-x86/test/
intcvt.go 33 u16 uint16 = cu16
71 func chku16(i, v uint16) {
149 chku16(uint16(i8), ci8&0xffff)
150 chku16(uint16(i16), ci16&0xffff)
151 chku16(uint16(i32), ci32&0xffff)
152 chku16(uint16(i64), ci64&0xffff)
153 chku16(uint16(u8), cu8&0xffff)
154 chku16(uint16(u16), cu16&0xffff)
155 chku16(uint16(u32), cu32&0xffff)
156 chku16(uint16(u64), cu64&0xffff
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_endian.h 70 SDL_FORCE_INLINE Uint16
71 SDL_Swap16(Uint16 x)
77 SDL_FORCE_INLINE Uint16
78 SDL_Swap16(Uint16 x)
84 SDL_FORCE_INLINE Uint16
85 SDL_Swap16(Uint16 x)
90 return (Uint16)result;
93 SDL_FORCE_INLINE Uint16
94 SDL_Swap16(Uint16 x)
100 SDL_FORCE_INLINE Uint16
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_endian.h 70 SDL_FORCE_INLINE Uint16
71 SDL_Swap16(Uint16 x)
77 SDL_FORCE_INLINE Uint16
78 SDL_Swap16(Uint16 x)
84 SDL_FORCE_INLINE Uint16
85 SDL_Swap16(Uint16 x)
90 return (Uint16)result;
93 SDL_FORCE_INLINE Uint16
94 SDL_Swap16(Uint16 x)
100 SDL_FORCE_INLINE Uint16
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_endian.h 70 SDL_FORCE_INLINE Uint16
71 SDL_Swap16(Uint16 x)
77 SDL_FORCE_INLINE Uint16
78 SDL_Swap16(Uint16 x)
84 SDL_FORCE_INLINE Uint16
85 SDL_Swap16(Uint16 x)
90 return (Uint16)result;
93 SDL_FORCE_INLINE Uint16
94 SDL_Swap16(Uint16 x)
100 SDL_FORCE_INLINE Uint16
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_endian.h 70 SDL_FORCE_INLINE Uint16
71 SDL_Swap16(Uint16 x)
77 SDL_FORCE_INLINE Uint16
78 SDL_Swap16(Uint16 x)
84 SDL_FORCE_INLINE Uint16
85 SDL_Swap16(Uint16 x)
90 return (Uint16)result;
93 SDL_FORCE_INLINE Uint16
94 SDL_Swap16(Uint16 x)
100 SDL_FORCE_INLINE Uint16
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_int.h 104 UINT16 status;
111 UINT16 port_handle;
141 UINT16 serv_handle; /* RFCOMM server handle */
144 UINT16 conn_handle; /* RFCOMM handle of connected service */
150 UINT16 peer_version; /* profile version of peer device */
153 UINT16 sco_idx; /* SCO handle */
204 extern void bta_hf_client_sm_execute(UINT16 event,
222 extern void bta_hf_client_setup_port(UINT16 handle);
281 extern void bta_hf_client_ind(tBTA_HF_CLIENT_IND_TYPE type, UINT16 value);
282 extern void bta_hf_client_evt_val(tBTA_HF_CLIENT_EVT type, UINT16 value)
    [all...]
  /system/bt/stack/a2dp/
a2d_int.h 49 UINT16 service_uuid; /* service UUID of search */
56 UINT16 avdt_sdp_ver; /* AVDTP version */
76 extern void a2d_set_avdt_sdp_ver (UINT16 avdt_sdp_ver);
  /system/bt/stack/l2cap/
l2c_ble.c 104 BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bda, UINT16 min_int, UINT16 max_int,
105 UINT16 latency, UINT16 timeout)
223 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda, tBT_TRANSPORT transport)
226 UINT16 reason = 0;
316 void l2cble_scanner_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type,
317 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout
    [all...]
  /system/bt/stack/gatt/
att_protocol.c 48 BT_HDR *attp_build_mtu_cmd(UINT8 op_code, UINT16 rx_mtu)
102 BT_HDR *attp_build_err_cmd(UINT8 cmd_code, UINT16 err_handle, UINT8 reason)
128 BT_HDR *attp_build_browse_cmd(UINT8 op_code, UINT16 s_hdl, UINT16 e_hdl, tBT_UUID uuid)
155 BT_HDR *attp_build_read_by_type_value_cmd (UINT16 payload_size, tGATT_FIND_TYPE_VALUE *p_value_type)
158 UINT16 len = p_value_type->value_len;
190 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle)
218 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 101 UINT16 offset; /* Offset of the lock byte in the Tag */
108 UINT16 offset; /* Reserved bytes offset taken from Memory control TLV */
153 UINT16 work_offset; /* Working byte offset */
157 UINT16 new_ndef_msg_len; /* Lenght of new updating NDEF Message */
161 UINT16 ndef_msg_offset; /* The offset on Tag where first NDEF message is present*/
162 UINT16 ndef_msg_len; /* Lenght of NDEF Message */
163 UINT16 max_ndef_msg_len; /* Maximum size of NDEF that can be written on the tag */
164 UINT16 ndef_header_offset; /* The offset on Tag where first NDEF tlv is present */
274 UINT16 offset; /* Offset of the lock byte in the Tag */
281 UINT16 offset; /* Reserved bytes offset taken from Memory contro (…)
    [all...]

Completed in 418 milliseconds

1 2 3 4 5 6 7 891011>>