Home
last modified time | relevance | path

Searched refs:via (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/av/media/libnbaio/
DNBAIO.cpp64 ssize_t NBAIO_Sink::writeVia(writeVia_t via, size_t total, void *user, size_t block) in writeVia() argument
83 ssize_t ret = via(user, buffer, count); in writeVia()
100 ssize_t NBAIO_Source::readVia(readVia_t via, size_t total, void *user, size_t block) in readVia() argument
123 ret = via(user, buffer, maxRet); in readVia()
DAudioBufferProviderSource.cpp82 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, size_t block) in readVia() argument
120 ssize_t ret = via(user, (char *) mBuffer.raw + (mConsumed * mFrameSize), count); in readVia()
/frameworks/av/include/media/nbaio/
DNBAIO.h218 virtual ssize_t writeVia(writeVia_t via, size_t total, void *user, size_t block = 0);
317 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block = 0);
DAudioBufferProviderSource.h46 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block);
/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DNBAIO.h218 virtual ssize_t writeVia(writeVia_t via, size_t total, void *user, size_t block = 0);
317 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block = 0);
/frameworks/av/media/libnbaio/include/media/nbaio/
DAudioBufferProviderSource.h46 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block);
/frameworks/base/libs/usb/tests/AccessoryChat/
DREADME.txt4 via the UsbAccessory class.
/frameworks/base/docs/html/
D__DEPRECATED__DO_NOT_EDIT__.txt10 - Reference documentation is still maintained via building of .java source files,
/frameworks/base/docs/
D__DEPRECATED__DO_NOT_EDIT__.txt10 - Reference documentation is still maintained via building of .java source files,
/frameworks/support/transition/
Dproguard-rules.pro15 # FragmentTransitionSupport is instantiated in support-fragment via reflection.
/frameworks/support/v7/preference/
Dproguard-rules.pro15 # Preference objects are inflated via reflection
/frameworks/base/core/tests/SvcMonitor/
DREADME2 An example of this would be an android app XYZ communicates to some other device via Bluetooth. The
/frameworks/support/content/
Dbuild.gradle43 …description 'Library providing support for paging across content exposed via a ContentProvider. Us…
/frameworks/base/media/lib/tvremote/
DREADME.txt10 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/media/lib/signer/
DREADME.txt12 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/media/lib/remotedisplay/
DREADME.txt10 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/location/lib/
DREADME.txt11 (or by extending them via inheritance). This would break clients of the
/frameworks/base/core/tests/BTtraffic/
DREADME7 2. No pairing needed. Communicate via unsecured RFcomm. Client establishes the connection by
/frameworks/base/tools/aapt2/
Dreadme.md36 - Resources declared via `<item>` with no format attribute were changed to accept all
118 Build a client of a shared library by simply including it via `-I`.
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal111 * events are passed via the specified callback.
DREADME129 /* start receiving events via onEvent */
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java910 String via = null; in onEvent() local
921 if (via == null) { in onEvent()
922 via = cooked[i+1]; in onEvent()
934 if (via != null) gateway = InetAddress.parseNumericAddress(via); in onEvent()
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md12 The protocol is based on broadcast intents, and thus can be driven via the command line (```adb she…
/frameworks/wilhelm/doc/
DDoxyfile507 # the version control system). Doxygen will invoke the program by executing (via
565 # be obtained via FILE_VERSION_FILTER)
665 # by executing (via popen()) the command <filter> <input-file>, where <filter>
1041 # links to external symbols imported via tag files in a separate window.
1365 # undefined via #undef or recursively expanded use the := operator
1597 # from the root by following a path via at most 3 edges will be shown. Nodes
/frameworks/rs/tests/lldb/
DREADME.txt30 The test suite can be run via the following command:

12