Searched refs:via (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/nbaio/
H A DAudioBufferProviderSource.h46 virtual ssize_t readVia(readVia_t via, size_t total, void *user,
H A DNBAIO.h185 // via Callback function that the sink will call as many times as needed to consume data.
201 // The 'via' callback is called by the data sink as follows:
211 virtual ssize_t writeVia(writeVia_t via, size_t total, void *user, size_t block = 0);
289 // via Callback function that the source will call as many times as needed to provide data.
307 // The 'via' callback is called by the data source as follows:
317 virtual ssize_t readVia(readVia_t via, size_t total, void *user,
/frameworks/av/media/libnbaio/
H A DNBAIO.cpp64 ssize_t NBAIO_Sink::writeVia(writeVia_t via, size_t total, void *user, size_t block) argument
83 ssize_t ret = via(user, buffer, count);
100 ssize_t NBAIO_Source::readVia(readVia_t via, size_t total, void *user, argument
124 ret = via(user, buffer, maxRet, readPTS);
H A DAudioBufferProviderSource.cpp84 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, argument
124 ssize_t ret = via(user, readTgt, count, readPTS);
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java757 * Format: "NNN Route <updated|removed> <dst> [via <gateway] [dev <iface>]"
763 String via = null;
773 } else if (cooked[i].equals("via")) {
774 if (via == null) {
775 via = cooked[i+1];
787 if (via != null) gateway = InetAddress.parseNumericAddress(via);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1415 "How to write apps that allow users to interact with the touch screen via touch gestures."

Completed in 989 milliseconds