HomeSort by relevance Sort by last modified time
    Searched refs:connection (Results 251 - 275 of 754) sorted by null

<<11121314151617181920>>

  /external/webrtc/talk/app/webrtc/objc/
avfoundationvideocapturer.mm 148 fromConnection:(AVCaptureConnection*)connection {
158 fromConnection:(AVCaptureConnection*)connection {
247 AVCaptureConnection* connection =
249 if (!connection.supportsVideoOrientation) {
271 connection.videoOrientation = orientation;
275 connection.videoOrientation = orientation;
  /frameworks/base/apct-tests/perftests/core/src/android/os/
StrictModeTest.java 110 ServiceConnection connection = local
123 new Intent(context, SomeService.class), connection, Context.BIND_AUTO_CREATE);
129 context.unbindService(connection);
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 42 import android.telecom.Connection;
192 // Generate a vanilla mock connection service, if not provided.
481 // MockConnectionService#onCreateOutgoingConnection, however the connection will not
485 // We will wait here until the list of connections includes one more connection to ensure
510 // Assuming only 1 connection present
518 fail("No outgoing call connection requested by Telecom");
524 assertThat("Telecom should create outgoing connection for outgoing call",
526 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); local
527 return connection;
531 // Assuming only 1 connection presen
547 MockConnection connection = connectionService.incomingConnections.get(connectionIndex); local
560 MockConnection connection = connectionService.outgoingConnections.get(connectionIndex); local
    [all...]
SelfManagedConnection.java 21 import android.telecom.Connection;
28 * CTS Test self-managed {@link Connection} implementation.
30 public class SelfManagedConnection extends Connection {
40 void onDestroyed(SelfManagedConnection connection) { };
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/midisynth/
MainActivity.java 108 public void onPortsConnected(final MidiConnection connection) {
112 if (connection == null) {
  /developers/samples/android/media/MidiSynth/Application/src/main/java/com/example/android/midisynth/
MainActivity.java 108 public void onPortsConnected(final MidiConnection connection) {
112 if (connection == null) {
  /development/samples/browseable/MidiSynth/src/com.example.android.midisynth/
MainActivity.java 110 public void onPortsConnected(final MidiConnection connection) {
114 if (connection == null) {
  /external/apache-http/android/src/android/net/http/
IdleCache.java 31 Connection mConnection;
60 * Caches connection, if there is room.
61 * @return true if connection cached
64 HttpHost host, Connection connection) {
78 entry.mConnection = connection;
94 synchronized Connection getConnection(HttpHost host) {
95 Connection ret = null;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
URLStreamHandlerRuntime.java 73 // final URLConnection connection = url.openConnection();
78 // connection.equals(args);
133 return connection;
137 private final URLConnection connection = new URLConnection(null) { field in class:URLStreamHandlerRuntime
  /external/libchrome/dbus/
object_manager.h 255 static DBusHandlerResult HandleMessageThunk(DBusConnection* connection,
258 DBusHandlerResult HandleMessage(DBusConnection* connection,
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
ProcessAttachingConnector.java 141 Connection connection = ts.attach(address, timeout, 0); local
142 return Bootstrap.virtualMachineManager().createVirtualMachine(connection);
  /external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
CacheAdapter.java 56 HttpURLConnection connection = JavaApiConverter.createJavaUrlConnectionForCachePut(response); local
57 final java.net.CacheRequest request = delegate.put(uri, connection);
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
Internal.java 72 public abstract void put(ConnectionPool pool, RealConnection connection);
75 public abstract boolean connectionBecameIdle(ConnectionPool pool, RealConnection connection);
  /external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/internal/huc/
CacheAdapter.java 58 HttpURLConnection connection = JavaApiConverter.createJavaUrlConnectionForCachePut(response); local
59 final java.net.CacheRequest request = delegate.put(uri, connection);
  /external/webrtc/webrtc/p2p/base/
testrelayserver.h 47 rtc::SocketAddressPair GetConnection(int connection) const {
48 return server_.GetConnection(connection);
  /bionic/libc/kernel/uapi/sound/
asound_fm.h 42 unsigned char connection; member in struct:snd_dm_fm_voice
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 237 HttpURLConnection connection = (HttpURLConnection) url.openConnection(); local
238 connection.connect();
241 final Bitmap avatar = BitmapFactory.decodeStream(connection.getInputStream(),
258 connection.disconnect();
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 135 UsbDeviceConnection connection = mUsbManager.openDevice(device); local
136 if (connection != null && connection.claimInterface(intf, true)) {
138 mConnection = connection;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 0 /* connection.h - definitions for the connection type
59 * freed in connection destructor */
62 /* 1 if a check should be performed for each API call if the connection is
68 /* thread identification of the thread the connection was created in */
73 /* Lists of weak references to statements and cursors used within this connection */
77 /* Counters for how many statements/cursors were created in the connection. May be
102 /* if our connection was created from a APSW connection, we keep a
103 * reference to the APSW connection around and get rid of it in our
    [all...]
cursor.h 29 #include "connection.h"
35 pysqlite_Connection* connection; member in struct:__anon5687
util.c 25 #include "connection.h"
27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection)
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
xs_wire.h 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
122 UINT32 connection; member in struct:xenstore_domain_interface
135 /* Valid values for the connection field */
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-ref_count.hpp 8 Uses a reference count of the subscribers to control the connection to the published observable.
10 The first subscription will cause a call to \c connect(), and the last \c unsubscribe will unsubscribe the connection.
118 composite_subscription connection; member in struct:rxcpp::operators::detail::ref_count::ref_count_state
156 keepAlive->connection.unsubscribe();
157 keepAlive->connection = composite_subscription();
162 keepAlive->connectable.connect(keepAlive->connection);
  /external/autotest/server/cros/network/rf_switch/
rf_switch.py 275 # if the relay is closed, there is a connection
277 connection = {
281 connections.append(connection)
296 # if the relay is closed, there is a connection
298 connection = {
302 connections.append(connection)
  /external/kernel-headers/original/uapi/sound/
asound_fm.h 60 unsigned char connection; /* 0 for serial, 1 for parallel */ member in struct:snd_dm_fm_voice

Completed in 734 milliseconds

<<11121314151617181920>>