/frameworks/av/media/libnbaio/ |
D | NBAIO.cpp | 64 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()
|
D | AudioBufferProviderSource.cpp | 82 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/ |
D | NBAIO.h | 218 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);
|
D | AudioBufferProviderSource.h | 46 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block);
|
/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
D | NBAIO.h | 218 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/ |
D | AudioBufferProviderSource.h | 46 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block);
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
D | README.txt | 4 via the UsbAccessory class.
|
/frameworks/base/docs/html/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/frameworks/base/docs/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/frameworks/support/transition/ |
D | proguard-rules.pro | 15 # FragmentTransitionSupport is instantiated in support-fragment via reflection.
|
/frameworks/support/v7/preference/ |
D | proguard-rules.pro | 15 # Preference objects are inflated via reflection
|
/frameworks/base/core/tests/SvcMonitor/ |
D | README | 2 An example of this would be an android app XYZ communicates to some other device via Bluetooth. The
|
/frameworks/support/content/ |
D | build.gradle | 43 …description 'Library providing support for paging across content exposed via a ContentProvider. Us…
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 10 expose them in any public method (or by extending them via inheritance). This would
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 12 expose them in any public method (or by extending them via inheritance). This would
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 10 expose them in any public method (or by extending them via inheritance). This would
|
/frameworks/base/location/lib/ |
D | README.txt | 11 (or by extending them via inheritance). This would break clients of the
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 7 2. No pairing needed. Communicate via unsecured RFcomm. Client establishes the connection by
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 36 - 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/ |
D | ISensorManager.hal | 111 * events are passed via the specified callback.
|
D | README | 129 /* start receiving events via onEvent */
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 910 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/ |
D | demo_mode.md | 12 The protocol is based on broadcast intents, and thus can be driven via the command line (```adb she…
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 507 # 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/ |
D | README.txt | 30 The test suite can be run via the following command:
|