Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 107) sorted by relevance

12345

/hardware/libhardware_legacy/include/hardware_legacy/
Drtt.h96 byte LCI_request; // 1: request LCI, 0: do not request LCI
97 byte LCR_request; // 1: request LCR, 0: do not request LCR
116 byte number_per_burst_peer; // Maximum number of "FTM frames per burst" supported by
125 byte retry_after_duration; // When status == RTT_STATUS_FAIL_BUSY_TRY_LATER,
200 byte rtt_one_sided_supported; // if 1-sided rtt data collection is supported
201 byte rtt_ftm_supported; // if ftm rtt data collection is supported
202 byte lci_support; // if initiator supports LCI request. Applies to 2-sided RTT
203 byte lcr_support; // if initiator supports LCR request. Applies to 2-sided RTT
204 byte preamble_support; // bit mask indicates what preamble is supported by initiator
205 byte bw_support; // bit mask indicates what BW is supported by initiator
[all …]
Dgscan.h82 byte id; // element identifier
83 byte len; // number of bytes to follow
84 byte data[];
153 byte report_events;
228 wifi_error wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush,
371 byte flags; // WIFI_PNO_FLAG_XXX
372 byte auth_bit_field; // auth bit field for matching WPA IE
408 byte plmn[3]; // mcc/mnc combination as per rules, 0s if unspecified
417 byte *anqp // ANQP data, in the information_element format
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUtil.cpp75 int AudioUtil::getSamplingFrequencyFromEDID(unsigned char byte) { in getSamplingFrequencyFromEDID() argument
78 if (byte & BIT(6)) { in getSamplingFrequencyFromEDID()
81 } else if (byte & BIT(5)) { in getSamplingFrequencyFromEDID()
84 } else if (byte & BIT(4)) { in getSamplingFrequencyFromEDID()
87 } else if (byte & BIT(3)) { in getSamplingFrequencyFromEDID()
90 } else if (byte & BIT(2)) { in getSamplingFrequencyFromEDID()
93 } else if (byte & BIT(1)) { in getSamplingFrequencyFromEDID()
96 } else if (byte & BIT(0)) { in getSamplingFrequencyFromEDID()
103 int AudioUtil::getBitsPerSampleFromEDID(unsigned char byte, in getBitsPerSampleFromEDID() argument
107 if (byte & BIT(2)) { in getBitsPerSampleFromEDID()
[all …]
DAudioUtil.h65 static int getSamplingFrequencyFromEDID(unsigned char byte);
66 static int getBitsPerSampleFromEDID(unsigned char byte,
/hardware/google/apf/
Dapf_disassembler.c34 int byte; in main() local
35 while (scanf("%2x", &byte) == 1 && program_len < sizeof(program)) { in main()
36 program[program_len++] = byte; in main()
Dapf_run.c68 char byte[3] = { input[i*2], input[i*2+1], 0 }; in parse_hex() local
70 (*output)[i] = strtol(byte, &end_ptr, 16); in parse_hex()
71 if (end_ptr != byte + 2) { in parse_hex()
72 fprintf(stderr, "Failed to parse hex %s\n", byte); in parse_hex()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_mpo_composer.c163 int32_t byte; in mm_jpeg_mpo_get_app_marker() local
170 byte = *(p_current_addr); in mm_jpeg_mpo_get_app_marker()
173 while ((byte != 0xFF) && in mm_jpeg_mpo_get_app_marker()
177 if (byte != 0xFF) { in mm_jpeg_mpo_get_app_marker()
183 byte = *(p_current_addr); in mm_jpeg_mpo_get_app_marker()
184 LOGD("Byte %x", byte); in mm_jpeg_mpo_get_app_marker()
185 if (byte == app_marker) { in mm_jpeg_mpo_get_app_marker()
186 LOGD("Byte %x", byte); in mm_jpeg_mpo_get_app_marker()
189 } else if (byte != M_SOI) { in mm_jpeg_mpo_get_app_marker()
195 while ((byte != M_EOI) && in mm_jpeg_mpo_get_app_marker()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp39 const uint8_t byte = mStorage[byteIndex]; in set() local
40 uint8_t newValue = value ? (byte | (1 << bitIndex)) : (byte & ~(1 << bitIndex)); in set()
47 const uint8_t byte = mStorage[byteIndex]; in get() local
48 return (byte & (1 << bitIndex)) != 0; in get()
/hardware/interfaces/tests/memory/2.0/
DIMemoryInterface.hal9 // equal size, the first contains the byte-wise sum and the other the byte-
/hardware/interfaces/confirmationui/support/test/
Dmsg_formatting_test.cpp46 uint8_t byte = data[i]; in hexdump() local
47 out << (nibble2hex[0x0F & (byte >> 4)]); in hexdump()
48 out << (nibble2hex[0x0F & byte]); in hexdump()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp134 byte bFirstSliceInPic = 0; in isNewFrame()
136 byte coef1=1, coef2=0, coef3=0; in isNewFrame()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
157 byte *m_dataBeginPtr;
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dhevc_utils.cpp132 byte bFirstSliceInPic = 0; in isNewFrame()
134 byte coef1=1, coef2=0, coef3=0; in isNewFrame()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
157 byte *m_dataBeginPtr;
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp134 byte bFirstSliceInPic = 0; in isNewFrame()
136 byte coef1=1, coef2=0, coef3=0; in isNewFrame()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
157 byte *m_dataBeginPtr;
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/interfaces/cas/1.0/
DICas.hal32 * @param pvtData a byte array containing the private data, the format of
60 * @param pvtData a byte array containing the private data, the format of
71 * @param ecm a byte array containing the ecm data.
80 * @param emm a byte array containing the emm data.
90 * @param data a byte array containing scheme-specific data for the event.
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dmp4_utils.h41 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
160 byte *m_dataBeginPtr;
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc110 char byte; in SendAndReadUartOutbound() local
111 TEMP_FAILURE_RETRY(read(outbound_fd, &byte, 1)); in SendAndReadUartOutbound()
113 EXPECT_EQ(data[i], byte); in SendAndReadUartOutbound()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef

12345