Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/libs/protoutil/src/
H A DProtoOutputStream.cpp296 mBuffer->ep()->rewind()->move(sizePos); in end()
327 mBuffer->ep()->rewind(); in compact()
334 mBuffer->ep()->rewind(); in compact()
357 size_t objectStart = mBuffer->ep()->pos(); in editEncodedSize()
363 while (mBuffer->ep()->pos() < objectEnd) { in editEncodedSize()
374 mBuffer->ep()->move(8); in editEncodedSize()
394 mBuffer->ep()->move(4); in editEncodedSize()
413 size_t objectStart = mBuffer->ep()->pos(); in compactSize()
417 while (mBuffer->ep()->pos() < objectEnd) { in compactSize()
424 mBuffer->ep()->move(8); in compactSize()
[all …]
H A DEncodedBuffer.cpp276 EncodedBuffer::ep() in ep() function in android::util::EncodedBuffer
/aosp14/frameworks/base/libs/protoutil/tests/
H A DEncodedBuffer_test.cpp50 expectPointer(buffer->ep(), 0); in TEST()
93 expectPointer(buffer->ep(), 0); in TEST()
101 expectPointer(buffer->ep(), expected_buffer_size); in TEST()
111 buffer->ep()->rewind(); // rewind ep for readRawFixed64 from 0 in TEST()
117 buffer->ep()->rewind(); // rewind ep for readRawFixed64 from 0 in TEST()
/aosp14/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/
H A DUsbAoapHostTestActivity.java116 UsbEndpoint ep = iface.getEndpoint(i); in ReaderThread() local
117 if (ep.getDirection() == UsbConstants.USB_DIR_IN) { in ReaderThread()
119 bulkIn = ep; in ReaderThread()
123 bulkOut = ep; in ReaderThread()
/aosp14/system/core/libutils/
H A DProcessCallStack.cpp154 dirent* ep; in update() local
155 while ((ep = readdir(dp.get())) != nullptr) { in update()
157 sscanf(ep->d_name, "%d", &tid); in update()
162 __FUNCTION__, PATH_SELF_TASK, ep->d_name); in update()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncOperationTest.java145 SyncStorageEngine.EndPoint ep = new SyncStorageEngine.EndPoint(new Account("name", "type"), in testFailedPeriodicConversion() local
148 SyncOperation periodic = new SyncOperation(ep, 0, "package", 0, 0, extras, false, true, in testFailedPeriodicConversion()
/aosp14/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java203 UsbEndpoint ep = iface.getEndpoint(i); in connect() local
204 if (ep.getDirection() == UsbConstants.USB_DIR_IN) { in connect()
207 bulkIn = ep; in connect()
212 bulkOut = ep; in connect()
/aosp14/frameworks/base/libs/protoutil/include/android/util/
H A DEncodedBuffer.h148 Pointer* ep();
/aosp14/system/core/fastboot/
H A Dusb_linux.cpp418 bulk.ep = handle_->ep_out; in Write()
452 bulk.ep = handle_->ep_in; in Read()
/aosp14/system/core/libusbhost/
H A Dusbhost.c674 ctrl.ep = endpoint; in usb_device_bulk_transfer()
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!