Home
last modified time | relevance | path

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

123

/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/base/core/api/
DOWNERS1 # API changes are managed via Prolog rules, not OWNERS
/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/base/services/api/
DOWNERS3 # API changes are managed via Prolog rules, not OWNERS
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferClient.hal24 * another IBufferClient via IBufferHub::import function.
34 * tokens generated by this client via IBufferClient::duplicate must become
/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/native/include/binder/
DEnum.h20 include_dirs for frameworks/native/include via global configuration, but this is legacy \
/frameworks/base/packages/SettingsLib/
DOWNERS11 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
/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/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_ref_count.rscript23 // Tests an object returned via a local variable is valid to the caller.
46 // Tests an object returned via an expression is valid to the caller.
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_ref_count.rscript25 // Tests an object returned via a local variable is valid to the caller.
48 // Tests an object returned via an expression is valid to the caller.
/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/libs/usb/tests/AccessoryChat/
DREADME.txt4 via the UsbAccessory class.
/frameworks/base/cmds/incidentd/
DREADME.md19 Run the test via AndroidTest.xml
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.md11 …hat a batched event is available for consumption, and schedules a runnable via the `Choreographer`…
19 The app is notified about the available event via the `Looper` callback `handleEvent`. When the app…
29 …e 'consume batched input' runnable is executed. This runnable is scheduled via the Choreographer b…
/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/native/cmds/atrace/
Datrace_userdebug.rc8 # On userdebug allow to enable any event via the generic
/frameworks/opt/telephony/tests/telephonytests/
Djarjar-rules-tests.txt10 # via net-tests-utils and tries to jarjar it again. Rename the package names with
/frameworks/base/
DOWNERS23 # via https://android.git.corp.google.com/All-Projects/+/refs/meta/config/rules.pl.
/frameworks/hardware/interfaces/cameraservice/service/2.1/
Dtypes.hal38 * The physical cameras that are unavailable to use (via physical streams)
/frameworks/base/media/lib/tvremote/
DREADME.txt10 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/test-base/hiddenapi/
DAndroid.bp28 // UnsupportedAppUsage annotation to tag those methods that are accessible via the hiddenapi.
/frameworks/base/location/lib/
DREADME.txt11 (or by extending them via inheritance). This would break clients of the

123