/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/media/lib/remotedisplay/ |
D | README.txt | 7 At runtime, the shared library is added to the classloader of the app via the 19 expose them in any public method (or by extending them via inheritance). This would
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 9 At runtime, the shared library is added to the classloader of the app via the 21 expose them in any public method (or by extending them via inheritance). This would
|
/frameworks/base/packages/SettingsLib/ |
D | OWNERS | 20 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
|
/frameworks/base/cmds/incidentd/ |
D | README.md | 19 Run the test via AndroidTest.xml
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
D | README.txt | 4 via the UsbAccessory class.
|
/frameworks/base/docs/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/frameworks/base/docs/html/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/frameworks/support/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 | 40 …description = "Library providing support for paging across content exposed via a ContentProvider. …
|
/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/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/core/proto/android/providers/settings/ |
D | secure.proto | 40 // Setting specifying the accessibility service or feature to be toggled via 440 // Whether the current user has been set up via setup wizard (0 = false, 452 // Whether the current user has been set up via setup wizard (0 = false, 1 = true)
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 121 // devices that report battery discharge via a coulomb counter. 125 // via a coulomb counter. 129 // via a coulomb counter. For historical reasons, total_mah_screen_doze is 134 // via a coulomb counter. 138 // via a coulomb counter.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 176 * Below are all of the individual atoms that are logged by Android via statsd. 1101 * /sys/class/power_supply/bms/cycle_count, via Vendor. 1501 * processing that packet. These events are notified by the kernel via Netlink NFLOG to Netd 1621 * Pulls bytes transferred via wifi (Sum of foreground and background usage). 1639 * Pulls bytes transferred via wifi (separated by foreground and background usage). 1660 * Pulls bytes transferred via mobile networks (Sum of foreground and background usage). 1678 * Pulls bytes transferred via mobile networks (separated by foreground and background usage). 1700 * Pulls bytes transferred via bluetooth. It is pulled from Bluetooth controller.
|