HomeSort by relevance Sort by last modified time
    Searched refs:onRead (Results 1 - 16 of 16) sorted by null

  /external/skia/experimental/Networking/
SkSockets.cpp 82 int SkSocket::readPacket(void (*onRead)(int, const void*, size_t, DataType,
84 if (!fConnected || !fReady || NULL == onRead || NULL == context
154 onRead(i, NULL, 0, h.type, context);
162 onRead(i, data->data(), data->size(), h.type, context);
SkSockets.h 73 int readPacket(void (*onRead)(int cid, const void* data, size_t size,
  /external/skqp/experimental/Networking/
SkSockets.cpp 82 int SkSocket::readPacket(void (*onRead)(int, const void*, size_t, DataType,
84 if (!fConnected || !fReady || NULL == onRead || NULL == context
154 onRead(i, NULL, 0, h.type, context);
162 onRead(i, data->data(), data->size(), h.type, context);
SkSockets.h 73 int readPacket(void (*onRead)(int cid, const void* data, size_t size,
  /cts/tests/tests/media/src/android/media/cts/
TestProxyFileDescriptorCallback.java 68 public int onRead(long offset, int size, byte[] data) throws ErrnoException {
70 throw new ErrnoException("onRead", OsConstants.EIO);
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 107 void onRead(const sp<AMessage> &msg);
ARTPWriter.cpp 244 onRead(msg);
267 void ARTPWriter::onRead(const sp<AMessage> &msg) {
  /frameworks/av/media/libstagefright/include/
NuCachedSource2.h 136 void onRead(const sp<AMessage> &msg);
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 329 public int onRead(long offset, int size, byte[] data) throws ErrnoException {
509 callback.onReadError = new ErrnoException("onRead", OsConstants.EIO);
515 callback.onReadError = new ErrnoException("onRead", OsConstants.ENOSYS);
563 public int onRead(long offset, int size, byte[] data) throws ErrnoException {
570 return super.onRead(offset, size, data);
636 public int onRead(long offset, int size, byte[] data) throws ErrnoException {
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/transport/
flowcontrol.go 217 // onRead is invoked when the application reads the data. It returns the window size
219 func (f *inFlow) onRead(n uint32) uint32 {
http2_server.go 515 if w := s.fc.onRead(n); w > 0 {
589 if w := s.fc.onRead(size - uint32(len(f.Data()))); w > 0 {
    [all...]
http2_client.go 804 if w := s.fc.onRead(n); w > 0 {
878 if w := s.fc.onRead(size - uint32(len(f.Data()))); w > 0 {
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 447 ssize_t onRead(int uniqueId,
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 631 ssize_t FwdLockEngine::onRead(int /* uniqueId */,
703 bytesRead = onRead(uniqueId, decryptHandle, buffer, numBytes);
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 316 onRead(msg);
454 void NuCachedSource2::onRead(const sp<AMessage> &msg) {
455 ALOGV("onRead");
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 515 milliseconds