Searched defs:client (Results 1 - 25 of 149) sorted by relevance

123456

/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp29 const sp<IRemoteDisplayClient> &client,
35 mSource = new WifiDisplaySource(mNetSession, client);
28 RemoteDisplay( const sp<IRemoteDisplayClient> &client, const char *iface) argument
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp38 // create a client to surfaceflinger
39 sp<SurfaceComposerClient> client = new SurfaceComposerClient(); local
41 sp<SurfaceControl> surfaceControl = client->createSurface(String8("resize"),
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapFolderListing.java17 package android.bluetooth.client.map;
H A DBluetoothMapMessagesListing.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequestUpdateInbox.java17 package android.bluetooth.client.map;
H A DBluetoothMapRfcommTransport.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequestGetFolderListing.java17 package android.bluetooth.client.map;
18 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestGetFolderListingSize.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestGetMessage.java17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
23 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestGetMessagesListingSize.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestSetMessageStatus.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestSetNotificationRegistration.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestSetPath.java17 package android.bluetooth.client.map;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapVcardListing.java17 package android.bluetooth.client.pbap;
H A DBluetoothPbapCard.java17 package android.bluetooth.client.pbap;
H A DBluetoothPbapRequestPullPhoneBookSize.java17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
H A DBluetoothPbapRequestPullVcardListingSize.java17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
H A DBluetoothPbapRequestSetPath.java17 package android.bluetooth.client.pbap;
/frameworks/av/cmds/stagefright/
H A Drecord.cpp185 OMXClient client;
186 CHECK_EQ(client.connect(), (status_t)OK);
201 client.interface(), meta, false /* createEncoder */, source);
228 client.interface(), enc_meta, true /* createEncoder */, decoder);
263 client.disconnect();
302 OMXClient client; local
303 CHECK_EQ(client.connect(), (status_t)OK);
329 OMXCodec::Create(client.interface(), encMeta, true, audioSource);
351 client.disconnect();
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp43 SurfaceComposerClient* client = new SurfaceComposerClient(); local
44 client->incStrong((void*)nativeCreate);
45 return reinterpret_cast<jlong>(client);
49 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
50 client->decStrong((void*)nativeCreate);
54 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
55 client->dispose();
/frameworks/native/services/surfaceflinger/
H A DLayerDim.cpp34 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, argument
36 : Layer(flinger, client, name, w, h, flags) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexTime.java17 package android.bluetooth.client.map.utils;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexTime.java17 package android.bluetooth.client.pbap.utils;
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp181 OMXClient client; local
182 CHECK_EQ(client.connect(), (status_t)OK);
185 client.interface(),
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DBurstCapture.cpp31 BurstCapture::BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer): argument
33 mClient(client),
68 sp<Camera2Client> client = mClient.promote(); local
69 if(client == 0) return false;
71 res = processFrameAvailable(client);
107 status_t BurstCapture::processFrameAvailable(sp<Camera2Client> &/*client*/) {

Completed in 2116 milliseconds

123456