Home
last modified time | relevance | path

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

1234567

/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.h210 virtual ssize_t writeVia(writeVia_t via, size_t total, void *user, size_t block = 0);
298 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/base/docs/html-intl/intl/pt-br/about/versions/marshmallow/
Dandroid-6.0-testing.jd21 …na próxima versão da plataforma. Esta prévia inclui uma série de mudanças de comportamento e APIs …
24 …do aplicativo com a prévia, há algumas alterações de sistema específicas em que você deve se conce…
29 Este guia descreve quais recursos de prévia testar e como testá-los com o aplicativo. Você deve
30 priorizar o teste destes recursos de prévia específicos devido ao grande impacto potencial no
43 …ormações sobre como configurar dispositivos físicos ou virtuais com uma imagem do sistema de prévia
58 da prévia tenha um impacto no comportamento do aplicativo e pode impedir que alguns
108 …em tempo de execução alterando {@code targetSdkVersion} do aplicativo para a versão da prévia. Para
/frameworks/base/libs/usb/tests/AccessoryChat/
DREADME.txt4 via the UsbAccessory class.
/frameworks/volley/
Dbuild.gradle3 // Volley can be built via gradle as a standalone project.
/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/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd52 <code>adb</code> connection to the Android-powered device via USB. You can still access
57 <li>Connect the Android-powered device via USB to your computer.</li>
/frameworks/base/media/lib/tvremote/
DREADME.txt10 expose them in any public method (or by extending them via inheritance). This would
/frameworks/base/docs/html/topic/instant-apps/
Dindex.jd95 (via Google Search)</em>
106 (via a shared link)</em>
117 (via NFC)</em>
/frameworks/base/location/lib/
DREADME.txt11 (or by extending them via inheritance). This would break clients of the
/frameworks/base/media/lib/remotedisplay/
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/docs/html/guide/topics/text/
Dindex.jd23 every Android application developer to consider integrating speech input capabilities via the
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd111 native code to call the Java cryptography APIs via JNI or to statically link against a
122 <p>To access the hardware identifiers of nearby external devices via Bluetooth and Wi-Fi scans,
149 <p>Setting the volume directly or muting specific streams via the {@link android.media.AudioManager}
349 <li><strong>Download device policy controller via Google account addition:</strong> When a Google
350 account that requires management via a device policy controller (DPC) app is added to a device
352 appropriate WPC. This behavior also applies to accounts added via
403 …<li>These settings can no longer be set via {@link android.app.admin.DevicePolicyManager#setGlobal…
412 …<li>These global settings can now be set via {@link android.app.admin.DevicePolicyManager#setGloba…
/frameworks/base/docs/html/training/articles/
Dwear-permissions.jd86 <a href="#services">via a service</a>, such as
113 provide additional education to the user via an activity. The activity should include two buttons:
284 method, so if the user interacts with your app via a service,
301 alt="The user may need to grant a permission when indirectly interacting with an app, via a
323 <strong>Figure 11.</strong> Changing settings via the Settings app.
/frameworks/base/docs/html/distribute/googleplay/
Dcast.jd15 take full advantage of multiscreen experiences via Cast.
/frameworks/base/docs/html/training/id-auth/
Dindex.jd43 <li>Gain permission to access the user's online data via services like
/frameworks/base/core/tests/BTtraffic/
DREADME7 2. No pairing needed. Communicate via unsecured RFcomm. Client establishes the connection by
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd191 <li>Support for using speech recognition libraries via Intent. See {@link
198 <li>LocationManager - Applications can get location change updates via
/frameworks/base/docs/html/design/patterns/
Dnavigation.jd91 <h2 id="into-your-app">Navigation into Your App via Home Screen Widgets and Notifications</h2>
190 <p>When the user elects to share via Gmail, Gmail's compose activity is added as a continuation of
206 <p>Task A persists in the background, and the user may return to it later (for example, via the
211 refer to <a href="#into-your-app">Navigation into Your App via Home Screen Widgets and
Dcompatibility.jd16 via virtual controls (Back, Home, Recents).</li>
/frameworks/base/docs/html/wear/preview/
Dprogram.jd158 We'll notify you when updates are available via the Android Developers
159 Blog, as well as via this site and the <a href=

1234567