Home
last modified time | relevance | path

Searched refs:via (Results 1 – 25 of 40) 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/media/lib/remotedisplay/
DREADME.txt7 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/
DREADME.txt9 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/
DOWNERS20 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
/frameworks/base/cmds/incidentd/
DREADME.md19 Run the test via AndroidTest.xml
/frameworks/base/libs/usb/tests/AccessoryChat/
DREADME.txt4 via the UsbAccessory class.
/frameworks/base/docs/
D__DEPRECATED__DO_NOT_EDIT__.txt10 - Reference documentation is still maintained via building of .java source files,
/frameworks/base/docs/html/
D__DEPRECATED__DO_NOT_EDIT__.txt10 - Reference documentation is still maintained via building of .java source files,
/frameworks/support/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.gradle40 …description = "Library providing support for paging across content exposed via a ContentProvider. …
/frameworks/base/media/lib/tvremote/
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/core/proto/android/providers/settings/
Dsecure.proto40 // 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/
Dbatterystats.proto121 // 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/
Datoms.proto176 * 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.

12