/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/ |
H A D | BufferedSourceFactory.kt | 36 val buffer = Buffer() in pipe() constant 51 val buffer = Buffer() in pipe() constant 70 val buffer = Buffer() in pipe() constant 94 val buffer = Buffer() in pipe() constant 118 val buffer = Buffer() in pipe() constant 133 val buffer = Buffer() in pipe() constant
|
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/ |
D | Gralloc.cpp | 42 std::optional<uint32_t> Gralloc::GetWidth(buffer_handle_t buffer) { in GetWidth() 56 std::optional<uint32_t> Gralloc::GetHeight(buffer_handle_t buffer) { in GetHeight() 70 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat() 80 std::optional<std::vector<PlaneLayout>> Gralloc::GetPlaneLayouts(buffer_handle_t buffer) { in GetPlaneLayouts() 90 std::optional<uint32_t> Gralloc::GetMonoPlanarStrideBytes(buffer_handle_t buffer) { in GetMonoPlanarStrideBytes() 109 std::optional<GrallocBuffer> Gralloc::Import(buffer_handle_t buffer) { in Import() 121 void Gralloc::Release(buffer_handle_t buffer) { in Release() 129 std::optional<void*> Gralloc::Lock(buffer_handle_t buffer) { in Lock() 163 std::optional<android_ycbcr> Gralloc::LockYCbCr(buffer_handle_t buffer) { in LockYCbCr() 234 void Gralloc::Unlock(buffer_handle_t buffer) { in Unlock() [all …]
|
/aosp_15_r20/system/core/debuggerd/libdebuggerd/test/ |
H A D | dump_memory_test.cpp | 95 virtual size_t Read(uint64_t addr, void* buffer, size_t bytes) override { in Read() 121 void SetReadData(uint8_t* buffer, size_t bytes) { in SetReadData() 186 uint8_t buffer[256]; in TEST_F() local 205 uint8_t buffer[256]; in TEST_F() local 225 uint8_t buffer[256]; in TEST_F() local 257 uint8_t buffer[104]; in TEST_F() local 276 uint8_t buffer[104]; in TEST_F() local 301 uint8_t buffer[106]; in TEST_F() local 330 uint8_t buffer[256]; in TEST_F() local 349 uint8_t buffer[256]; in TEST_F() local [all …]
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrBufferAllocPool.cpp | 99 GrBuffer* buffer = fBlocks.back().fBuffer.get(); in deleteBlocks() local 128 GrBuffer* buffer = block.fBuffer.get(); in unmap() local 147 const GrBuffer* buffer = fBlocks.back().fBuffer.get(); in validate() local 152 const GrBuffer* buffer = fBlocks.back().fBuffer.get(); in validate() local 157 const GrBuffer* buffer = fBlocks[i].fBuffer.get(); in validate() local 161 GrBuffer* buffer = fBlocks[i].fBuffer.get(); in validate() local 193 sk_sp<const GrBuffer>* buffer, in makeSpace() 246 sk_sp<const GrBuffer>* buffer, in makeSpaceAtLeast() 309 GrBuffer* buffer = block.fBuffer.get(); in putBack() local 336 GrBuffer* buffer = prev.fBuffer.get(); in createBlock() local [all …]
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | binary_buffer_unittest.cpp | 16 BinaryBuffer buffer; in TEST() local 24 BinaryBuffer buffer; in TEST() local 41 BinaryBuffer buffer; in TEST() local 58 BinaryBuffer buffer; in TEST() local 68 BinaryBuffer buffer; in TEST() local 85 BinaryBuffer buffer; in TEST() local 101 BinaryBuffer buffer; in TEST() local 113 BinaryBuffer buffer; in TEST() local 124 BinaryBuffer buffer; in TEST() local 134 BinaryBuffer buffer; in TEST() local [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-shape.cc | 448 hb_buffer_t *buffer; member 464 hb_set_unicode_props (hb_buffer_t *buffer) in hb_set_unicode_props() 537 hb_insert_dotted_circle (hb_buffer_t *buffer, hb_font_t *font) in hb_insert_dotted_circle() 566 hb_form_clusters (hb_buffer_t *buffer) in hb_form_clusters() 580 hb_ensure_native_direction (hb_buffer_t *buffer) in hb_ensure_native_direction() 699 hb_buffer_t *buffer = c->buffer; in hb_ot_rotate_chars() local 740 hb_buffer_t *buffer = c->buffer; in hb_ot_shape_setup_masks_fraction() local 795 hb_buffer_t *buffer = c->buffer; in hb_ot_shape_initialize_masks() local 805 hb_buffer_t *buffer = c->buffer; in hb_ot_shape_setup_masks() local 824 hb_ot_zero_width_default_ignorables (const hb_buffer_t *buffer) in hb_ot_zero_width_default_ignorables() [all …]
|
/aosp_15_r20/external/libva/va/ |
H A D | va_trace.c | 1009 void *buffer = NULL; in va_TraceSurface() local 1825 VABufferID buffer, in va_TraceVABuffers() 1866 VABufferID buffer, in va_TraceVAPictureParameterBufferMPEG2() 1905 VABufferID buffer, in va_TraceVAIQMatrixBufferMPEG2() 1978 VABufferID buffer, in va_TraceVASliceParameterBufferMPEG2() 2010 VABufferID buffer, in va_TraceVAPictureParameterBufferJPEG() 2035 VABufferID buffer, in va_TraceVAIQMatrixBufferJPEG() 2063 VABufferID buffer, in va_TraceVASliceParameterBufferJPEG() 2091 VABufferID buffer, in va_TraceVAHuffmanTableBufferJPEG() 2137 VABufferID buffer, in va_TraceVAPictureParameterBufferMPEG4() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParsingPrimitivesWrappers.cs | 52 …internal static float? ReadFloatWrapperLittleEndian(ref ReadOnlySpan<byte> buffer, ref ParserInter… in ReadFloatWrapperLittleEndian() 79 …internal static float? ReadFloatWrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState… in ReadFloatWrapperSlow() 104 …internal static double? ReadDoubleWrapperLittleEndian(ref ReadOnlySpan<byte> buffer, ref ParserInt… in ReadDoubleWrapperLittleEndian() 131 …internal static double? ReadDoubleWrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ReadDoubleWrapperSlow() 156 …internal static bool? ReadBoolWrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadBoolWrapper() 161 …internal static uint? ReadUInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState sta… in ReadUInt32Wrapper() 203 …internal static uint? ReadUInt32WrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState… in ReadUInt32WrapperSlow() 228 …internal static int? ReadInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadInt32Wrapper() 233 …internal static ulong? ReadUInt64Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState st… in ReadUInt64Wrapper() 274 …internal static ulong? ReadUInt64WrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ReadUInt64WrapperSlow() [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/ |
H A D | MultilineRecursiveToStringStyle.java | 114 … public void appendDetail(final StringBuffer buffer, final String fieldName, final Object value) { in appendDetail() 128 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final Object[] arra… in appendDetail() 137 …protected void reflectionAppendArrayDetail(final StringBuffer buffer, final String fieldName, fina… in reflectionAppendArrayDetail() 146 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final long[] array)… in appendDetail() 155 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final int[] array) { in appendDetail() 164 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final short[] array… in appendDetail() 173 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final byte[] array)… in appendDetail() 182 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final char[] array)… in appendDetail() 191 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final double[] arra… in appendDetail() 200 …protected void appendDetail(final StringBuffer buffer, final String fieldName, final float[] array… in appendDetail() [all …]
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParsingPrimitivesWrappers.cs | 52 …internal static float? ReadFloatWrapperLittleEndian(ref ReadOnlySpan<byte> buffer, ref ParserInter… in ReadFloatWrapperLittleEndian() 79 …internal static float? ReadFloatWrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState… in ReadFloatWrapperSlow() 104 …internal static double? ReadDoubleWrapperLittleEndian(ref ReadOnlySpan<byte> buffer, ref ParserInt… in ReadDoubleWrapperLittleEndian() 131 …internal static double? ReadDoubleWrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ReadDoubleWrapperSlow() 156 …internal static bool? ReadBoolWrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadBoolWrapper() 161 …internal static uint? ReadUInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState sta… in ReadUInt32Wrapper() 203 …internal static uint? ReadUInt32WrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState… in ReadUInt32WrapperSlow() 228 …internal static int? ReadInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadInt32Wrapper() 233 …internal static ulong? ReadUInt64Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState st… in ReadUInt64Wrapper() 274 …internal static ulong? ReadUInt64WrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ReadUInt64WrapperSlow() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/ |
D | BitcodeConvenience.h | 189 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() 209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() 226 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() 241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() 255 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 262 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 274 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 189 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() 209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() 226 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() 241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() 255 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 262 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 274 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/ |
D | BitcodeConvenience.h | 189 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() 209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() 226 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() 241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() 255 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 262 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 274 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/ |
D | BitcodeConvenience.h | 189 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() 209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() 226 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() 241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() 255 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 262 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 274 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/ |
D | BitcodeConvenience.h | 189 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() 209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() 226 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() 241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() 255 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 262 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 274 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit() 292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() [all …]
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | stream.cc | 27 bool Stream::ReadAsync(void* buffer, in ReadAsync() 46 bool Stream::ReadAllAsync(void* buffer, in ReadAllAsync() 65 bool Stream::ReadBlocking(void* buffer, in ReadBlocking() 85 bool Stream::ReadAllBlocking(void* buffer, in ReadAllBlocking() 102 bool Stream::WriteAsync(const void* buffer, in WriteAsync() 119 bool Stream::WriteAllAsync(const void* buffer, in WriteAllAsync() 138 bool Stream::WriteBlocking(const void* buffer, in WriteBlocking() 157 bool Stream::WriteAllBlocking(const void* buffer, in WriteAllBlocking() 195 void* buffer, in ReadAsyncImpl() 243 void* buffer, in OnReadAvailable() [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | VenueUrlElementTest.java | 108 ByteBuffer buffer = ByteBuffer.wrap(getTestData(urlList)); in parseTruncatedBuffer() local 119 ByteBuffer buffer = ByteBuffer.wrap(getTestData(1, new String())); in parseBufferWithEmptyVenueUrl() local 128 ByteBuffer buffer = ByteBuffer.wrap(getTestData(1, TEST_VENUE_URL_INVALID)); in parseBufferWithInvalidVenueUrl() local 154 ByteBuffer buffer = ByteBuffer.wrap(getTestData(0, new String())); in parseBufferWithZeroVenueNumber() local 164 ByteBuffer buffer = ByteBuffer.wrap(getTestData(0, TEST_VENUE_URL1)); in parseBufferWithZeroVenueNumberAndUrlData() local 180 ByteBuffer buffer = ByteBuffer.wrap(getTestData(-7, TEST_VENUE_URL1)); in parseBufferWithNegativeVenueNumberAndUrlData() local 207 ByteBuffer buffer = ByteBuffer.wrap(getTestData(urlList)); in parseBufferWithValidVenueUrls() local 225 ByteBuffer buffer = ByteBuffer.wrap(getTestData(urlList)); in parseBufferWithValidVenueUrlsAndCapsUrls() local 235 ByteBuffer buffer = ByteBuffer.wrap(getTestData(1, TEST_VENUE_URL_INSECURE)); in parseBufferWithInsecureUrlData() local 245 ByteBuffer buffer = ByteBuffer.wrap(getTestData(1, TEST_VENUE_URL_INSECURE_CAPS)); in parseBufferWithInsecureCapsUrlData() local [all …]
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodecBuffers.cpp | 88 void CCodecBuffers::handleImageData(const sp<Codec2Buffer> &buffer) { in handleImageData() 135 sp<Codec2Buffer> InputBuffers::cloneAndReleaseBuffer(const sp<MediaCodecBuffer> &buffer) { in cloneAndReleaseBuffer() 176 const sp<MediaCodecBuffer>& buffer, in submitMultiAccessUnits() 367 void OutputBuffers::submit(const sp<MediaCodecBuffer> &buffer) { in submit() 373 bool OutputBuffers::submit(const sp<MediaCodecBuffer> &buffer, int32_t sampleRate, in submit() 478 const std::shared_ptr<C2Buffer>& buffer, in pushToStash() 621 sp<ABuffer> buffer = new VectorBuffer(std::move(*it), shared_from_this()); in newBuffer() local 669 size_t FlexBuffersImpl::assignSlot(const sp<Codec2Buffer> &buffer) { in assignSlot() 682 const sp<MediaCodecBuffer> &buffer, in releaseSlot() 774 sp<Codec2Buffer> *buffer, in grabBuffer() [all …]
|
/aosp_15_r20/external/openscreen/osp/msgs/ |
H A D | messages_unittest.cc | 20 uint8_t buffer[256]; in TEST() local 36 uint8_t buffer[256]; in TEST() local 52 uint8_t buffer[256]; in TEST() local 70 uint8_t buffer[40]; in TEST() local 79 uint8_t buffer[256]; in TEST() local 87 uint8_t buffer[256]; in TEST() local 103 uint8_t buffer[256]; in TEST() local 124 uint8_t buffer[256]; in TEST() local 145 uint8_t buffer[256]; in TEST() local 167 uint8_t buffer[256]; in TEST() local [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | printer_unittest.cc | 55 char buffer[8192]; in TEST() local 63 char buffer[8192]; in TEST() local 89 char buffer[8192]; in TEST() local 118 char buffer[8192]; in TEST() local 155 char buffer[8192]; in TEST() local 211 char buffer[8192]; in TEST() local 254 char buffer[8192]; in TEST() local 294 char buffer[8192]; in TEST() local 318 char buffer[8192]; in TEST() local 343 char buffer[8192]; in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer_unittest.cc | 55 char buffer[8192]; in TEST() local 63 char buffer[8192]; in TEST() local 89 char buffer[8192]; in TEST() local 118 char buffer[8192]; in TEST() local 155 char buffer[8192]; in TEST() local 211 char buffer[8192]; in TEST() local 254 char buffer[8192]; in TEST() local 294 char buffer[8192]; in TEST() local 318 char buffer[8192]; in TEST() local 343 char buffer[8192]; in TEST() local [all …]
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_video_layers_allocation_extension_unittest.cc | 24 rtc::Buffer buffer( in TEST() local 38 rtc::Buffer buffer( in TEST() local 73 rtc::Buffer buffer( in TEST() local 107 rtc::Buffer buffer( in TEST() local 135 rtc::Buffer buffer( in TEST() local 163 rtc::Buffer buffer( in TEST() local 196 rtc::Buffer buffer( in TEST() local 232 rtc::Buffer buffer( in TEST() local 246 rtc::Buffer buffer( in TEST() local 253 constexpr uint8_t buffer[] = {0x4b, 0xf6, 0xff, 0xff, 0xff, 0xff, 0xff, in TEST() local [all …]
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | MemoryThreadCacheTest.cpp | 48 std::vector<uint8_t> buffer(i); in TEST_F() local 57 std::vector<uint8_t> buffer(i); in TEST_F() local 66 std::vector<uint8_t> buffer(i); in TEST_F() local 76 std::vector<uint8_t> buffer(i); in TEST_F() local 87 std::vector<uint8_t> buffer(32); in TEST_F() local 100 std::vector<uint8_t> buffer(i); in TEST_F() local 109 std::vector<uint8_t> buffer(i); in TEST_F() local 117 std::vector<uint8_t> buffer(kMaxCachedSize); in TEST_F() local 131 std::vector<uint8_t> buffer(32); in TEST_F() local 147 std::vector<uint8_t> buffer(i); in TEST_F() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_at.cc | 856 static char* bta_hf_client_parse_ok(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_ok() 865 static char* bta_hf_client_parse_error(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_error() 874 static char* bta_hf_client_parse_ring(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_ring() 884 static char* bta_hf_client_parse_uint32(tBTA_HF_CLIENT_CB* client_cb, char* buffer, in bta_hf_client_parse_uint32() 903 static char* bta_hf_client_parse_brsf(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_brsf() 909 static char* bta_hf_client_parse_cind_values(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_cind_values() 940 static char* bta_hf_client_parse_cind_list(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_cind_list() 972 static char* bta_hf_client_parse_cind(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_cind() 982 static char* bta_hf_client_parse_chld(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_chld() 1035 static char* bta_hf_client_parse_bind(tBTA_HF_CLIENT_CB* client_cb, char* buffer) { in bta_hf_client_parse_bind() [all …]
|
/aosp_15_r20/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 59 T readNext(uint8_t** buffer) { in readNext() 70 void checkTypeHeader(uint8_t** buffer, uint8_t typeId, uint8_t numAnnotations = 0) { in checkTypeHeader() 76 void checkScalar(uint8_t** buffer, T expectedValue) { in checkScalar() 80 void checkString(uint8_t** buffer, const string& expectedString) { in checkString() 87 void checkByteArray(uint8_t** buffer, const vector<uint8_t>& expectedByteArray) { in checkByteArray() 94 void checkArrayMetadata(uint8_t** buffer, uint8_t numElements, uint8_t elementTypeId, in checkArrayMetadata() 102 void checkScalarArray(uint8_t** buffer, uint8_t numElements, uint8_t elementTypeId, in checkScalarArray() 112 void checkAnnotation(uint8_t** buffer, uint8_t annotationId, uint8_t typeId, T annotationValue) { in checkAnnotation() 118 void checkMetadata(uint8_t** buffer, uint8_t numElements, int64_t startTime, int64_t endTime, in checkMetadata() 156 uint8_t* buffer = AStatsEvent_getBuffer(event, &bufferSize); in TEST() local [all …]
|