HomeSort by relevance Sort by last modified time
    Searched defs:GetBytes (Results 1 - 11 of 11) sorted by null

  /external/v4l2_codec2/vda/
bit_reader.cc 35 int BitReader::GetBytes(int max_nbytes, const uint8_t** out) {
  /external/mdnsresponder/mDNSWindows/DLLX/
TXTRecord.h 176 GetBytes()
  /external/perfetto/src/protozero/test/
fake_scattered_buffer.cc 58 void FakeScatteredBuffer::GetBytes(size_t start, size_t length, uint8_t* buf) {
69 GetBytes(start, length, buffer.get());
  /device/google/contexthub/util/nanotool/
nanomessage.cpp 86 std::vector<uint8_t> ReadEventRequest::GetBytes() const {
201 std::vector<uint8_t> ConfigureSensorRequest::GetBytes() const {
240 std::vector<uint8_t> BridgeVersionInfoRequest::GetBytes() const {
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.cpp 63 size_t GetBytes(unsigned char *Buf, size_t Len) final;
89 size_t TextDataStreamer::GetBytes(unsigned char *Buf, size_t Len) {
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
cache.go 192 // GetBytes looks up the action ID in the cache and returns
194 // GetBytes should only be used for data that can be expected to fit in memory.
195 func (c *Cache) GetBytes(id ActionID) ([]byte, Entry, error) {
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
cache.go 192 // GetBytes looks up the action ID in the cache and returns
194 // GetBytes should only be used for data that can be expected to fit in memory.
195 func (c *Cache) GetBytes(id ActionID) ([]byte, Entry, error) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 580 GetBytes (
632 AsciiPrint ("%08x ", GetBytes(Address, Bytes));
644 AsciiPrint ("%04x ", GetBytes(Address, Bytes));
  /external/boringssl/src/crypto/test/
file_test.cc 309 bool FileTest::GetBytes(std::vector<uint8_t> *out, const std::string &key) {
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 744 func (m *KnownTypes) GetBytes() *google_protobuf4.BytesValue {
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 250 void RLByteStream::GetBytes( void* buffer, int count, int* readed )

Completed in 674 milliseconds