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

  /frameworks/av/media/libstagefright/include/
ChromiumHTTPDataSource.h 114 void onReadCompleted(ssize_t size);
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 457 void SfDelegate::OnReadCompleted(net::URLRequest *request, int bytes_read) {
460 "OnReadCompleted, read failed, status %d",
463 mOwner->onReadCompleted(ERROR_IO);
467 MY_LOGV(StringPrintf("OnReadCompleted, read %d bytes", bytes_read).c_str());
474 mOwner->onReadCompleted(ERROR_IO);
478 mOwner->onReadCompleted(mNumBytesRead);
525 mOwner->onReadCompleted(ERROR_IO);
533 mOwner->onReadCompleted(mNumBytesRead);
651 mOwner->onReadCompleted(0);
ChromiumHTTPDataSource.cpp 228 void ChromiumHTTPDataSource::onReadCompleted(ssize_t size) {

Completed in 193 milliseconds