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

1 2 3 4 5 6 7 8 91011>>

  /device/moto/stingray/whisper/
SHA_Status.h 31 #define SHA_SUCCESS (int8_t) 0x00 //!< Function succeeded. Device status, if available, was okay.
32 #define SHA_GEN_FAIL (int8_t) 0xD0 //!< unspecified error
33 #define SHA_BAD_PARAM (int8_t) 0xD1 //!< bad argument (out of range, null pointer, etc.)
34 #define SHA_PARSE_ERROR (int8_t) 0xD2 //!< response status byte indicates parsing error
35 #define SHA_CMD_FAIL (int8_t) 0xD3 //!< response status byte indicates command execution error
36 #define SHA_STATUS_UNKNOWN (int8_t) 0xD4 //!< response status byte is unknown
37 #define SHA_FUNC_FAIL (int8_t) 0xE0 //!< Function could not execute due to incorrect condition / state.
38 #define SHA_COMM_FAIL (int8_t) 0xF0 //!< Communication with device failed.
39 #define SHA_TIMEOUT (int8_t) 0xF1 //!< Timed out while waiting for response.
40 #define SHA_BAD_SIZE (int8_t) 0xF2 //!< Size value in response was different than expected
    [all...]
SA_Phys_Linux.h 36 int8_t SHAP_WakeDevice(void);
37 int8_t SHAP_SendBytes(uint8_t count, uint8_t *buffer);
38 int8_t SHAP_ReceiveBytes(uint8_t recCommLen, uint8_t *dataBuf);
39 int8_t SHAP_OpenChannel(void);
40 int8_t SHAP_CloseChannel(void);
SHA_CommInterface.h 36 int8_t SHAP_SendCommand(uint8_t count, uint8_t *buffer);
37 int8_t SHAP_ReceiveResponse(uint8_t count, uint8_t *buffer);
38 int8_t SHAP_Idle(void);
39 int8_t SHAP_Sleep(void);
SHA_CommInterfaceTemplate.c 35 int8_t SHAP_SendCommand(uint8_t count, uint8_t *buffer) {
45 int8_t SHAP_ReceiveResponse(uint8_t count, uint8_t *buffer) {
53 int8_t SHAP_Idle() {
61 int8_t SHAP_Sleep() {
SHA_TimeUtils.h 32 void loop_delay(int8_t multp);
SHA_TimeUtilsLoop.c 66 void loop_delay(int8_t multp) {
SA_Phys_Linux.c 50 static int8_t setBaudRate(speed_t Inspeed);
51 static int8_t writeToDevice(uint8_t *data, uint8_t len);
52 static int8_t readFromDevice(uint8_t *readBuf, uint16_t readLen,
54 static int8_t sleepDevice(void);
77 int8_t SHAP_OpenChannel(void) {
107 int8_t SHAP_CloseChannel(void) {
108 int8_t ret = sleepDevice();
113 int8_t SHAP_SendBytes(uint8_t count, uint8_t *buffer) {
115 int8_t i, retVal;
148 int8_t SHAP_ReceiveBytes(uint8_t recCommLen, uint8_t *dataBuf)
    [all...]
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Utils.c 40 int8_t *b1 =(int8_t *)src;
41 int8_t *b2 =(int8_t *)dest;
42 int8_t diff = 0;
  /external/skia/include/config/
sk_stdint.h 4 typedef signed char int8_t; typedef
  /external/icu4c/common/unicode/
ptypes.h 36 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
43 typedef signed char int8_t; typedef
56 typedef signed char int8_t; typedef
  /external/icu4c/common/
ucnv_bld.h 72 int8_t platform; /* +68: 1 platform of the converter (only IBM now) */
73 int8_t conversionType; /* +69: 1 conversion type */
75 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
76 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */
79 int8_t subCharLen; /* +76: 1 */
181 int8_t toULength; /* number of bytes in toUBytes */
204 int8_t maxBytesPerUChar;
206 int8_t subCharLen; /* length of the codepage specific character sequence */
207 int8_t invalidCharLength;
208 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer *
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_netlink.h 28 int8_t status;
29 int8_t grmode;
30 int8_t rqmode;
  /external/icu4c/i18n/unicode/
simpletz.h 161 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
162 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
163 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth,
164 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
204 int8_t savingsStartMonth, int8_t savingsStartDayOfWeekInMonth,
205 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
206 int8_t savingsEndMonth, int8_t savingsEndDayOfWeekInMonth
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_minimal.h 32 typedef signed char int8_t; typedef
  /external/v8/include/
v8stdint.h 37 typedef signed char int8_t; typedef
  /external/webp/include/webp/
types.h 21 typedef signed char int8_t; typedef
  /frameworks/base/voip/jni/rtp/
G711Codec.cpp 21 const int8_t gExponents[128] = {
49 int8_t *ulaws = (int8_t *)payload;
69 int8_t *ulaws = (int8_t *)payload;
100 int8_t *alaws = (int8_t *)payload;
119 int8_t *alaws = (int8_t *)payload;
  /external/skia/src/core/
SkDebug.cpp 22 int8_t SkToS8(long x)
24 SkASSERT((int8_t)x == x);
25 return (int8_t)x;
  /external/tcpdump/
timed.h 53 int8_t tspu_hopcnt;
55 int8_t tsp_name[256];
  /external/icu4c/i18n/
ucurrimp.h 53 int8_t type,
simpletz.cpp 50 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
86 int8_t savingsStartMonth, int8_t savingsStartDay,
87 int8_t savingsStartDayOfWeek, int32_t savingsStartTime,
88 int8_t savingsEndMonth, int8_t savingsEndDay,
89 int8_t savingsEndDayOfWeek, int32_t savingsEndTime,
105 int8_t savingsStartMonth, int8_t savingsStartDay,
106 int8_t savingsStartDayOfWeek, int32_t savingsStartTime
    [all...]
  /external/libvpx/vpx/
vpx_integer.h 19 typedef signed char int8_t; typedef
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 66 typedef int8_t int8;
  /frameworks/base/services/audioflinger/
AudioBufferProvider.h 35 int8_t* i8;
  /hardware/invensense/mlsdk/platform/include/
stdint_invensense.h 33 typedef char int8_t; typedef

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 91011>>