HomeSort by relevance Sort by last modified time
    Searched refs:INT8 (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/tpm2/
BaseTypes.h 19 typedef int8_t INT8;
PCR_fp.h 85 INT8 initialValue // IN: the value to set
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 22 const INT8 * const OSTaskStates[] =
24 (INT8 *)"DEAD", /* 0 */
25 (INT8 *)"REDY", /* 1 */
26 (INT8 *)"WAIT", /* 2 */
27 (INT8 *)"",
28 (INT8 *)"DELY", /* 4 */
29 (INT8 *)"",
30 (INT8 *)"",
31 (INT8 *)"",
32 (INT8 *)"SUSP", /* 8 *
    [all...]
gki.h 388 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
460 GKI_API extern INT8 *GKI_get_time_stamp(INT8 *);
  /external/libnfc-nci/src/gki/common/
gki_debug.c 22 const INT8 * const OSTaskStates[] =
24 (INT8 *)"DEAD", /* 0 */
25 (INT8 *)"REDY", /* 1 */
26 (INT8 *)"WAIT", /* 2 */
27 (INT8 *)"",
28 (INT8 *)"DELY", /* 4 */
29 (INT8 *)"",
30 (INT8 *)"",
31 (INT8 *)"",
32 (INT8 *)"SUSP", /* 8 *
    [all...]
gki.h 391 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
395 GKI_API extern INT8 *GKI_map_taskname(UINT8);
462 GKI_API extern INT8 *GKI_get_time_stamp(INT8 *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
EVIproto.h 39 INT8 screen;
40 INT8 level;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
EVIproto.h 39 INT8 screen;
40 INT8 level;
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 215 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
897 INT8 *GKI_map_taskname (UINT8 task_id)
912 return (INT8*) "BAD";
    [all...]
data_types.h 34 typedef signed char INT8;
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
    [all...]
data_types.h 34 typedef signed char INT8;
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 65 INT8 *clntif_map;
  /external/vboot_reference/utility/include/
eficompress.h 10 #define INT8 int8_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xmd.h 125 typedef signed char INT8;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xmd.h 125 typedef signed char INT8;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 183 GKI_create_task ((TASKPTR)NFCA_TASK, BTU_TASK, (INT8*)"NFCA_TASK", 0, 0, (pthread_cond_t*)NULL, NULL);
186 GKI_create_task ((TASKPTR)Thread, MMI_TASK, (INT8*)"NFCA_THREAD", 0, 0, (pthread_cond_t*)NULL, NULL);
274 GKI_create_task ((TASKPTR)nfc_task, NFC_TASK, (INT8*)"NFC_TASK", 0, 0, (pthread_cond_t*)CondVar, (pthread_mutex_t*)CondVar);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 35 #define NFC_HAL_TASK_STR ((INT8 *) "NFC_HAL_TASK")
  /external/libnfc-nci/src/include/
trace_api.h 57 BT_API extern void DispNDEFRecord (UINT8 *pRec, INT8 *pDescr);
91 BT_API extern void RPC_DispNDEFRecord (UINT8 *pRec, INT8 *pDescr);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwptypes.h 277 INT8 int8; member in union:FWP_VALUE0_::__anon41534
316 INT8 int8; member in union:FWP_CONDITION_VALUE0_::__anon41535
winevt.h 275 INT8 SByteVal;
295 INT8 *SByteArr;
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 86 typedef signed char INT8, *PINT8;
  /system/bt/bta/include/
bta_hh_api.h 263 INT8 delta_x; /* displacement x */
264 INT8 delta_y; /* displacement y */
  /external/avahi/avahi-compat-libdns_sd/
dns_sd.h 56 typedef INT8 int8_t;
69 typedef INT8 int8_t;
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 115 typedef INT8 int8_t;
127 typedef INT8 int8_t;
    [all...]

Completed in 240 milliseconds

1 2 3