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

1234567

/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp30 const sp<IRemoteDisplayClient> &client,
36 mSource = new WifiDisplaySource(opPackageName, mNetSession, client);
28 RemoteDisplay( const String16 &opPackageName, 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 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/support/customtabs/src/android/support/customtabs/
H A DCustomTabsServiceConnection.java25 * client implementing this is responsible for handling changes related with the lifetime of the
40 * @param client {@link CustomTabsClient} that contains the {@link IBinder} with which the
42 * using this client.
44 public abstract void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient client); argument
/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/av/services/mediaresourcemanager/
H A DResourceManagerService.h38 sp<IResourceManagerClient> client; member in struct:android::ResourceInfo
63 const sp<IResourceManagerClient> client,
80 // Returns false if any client belongs to a process with higher priority than the
85 // Gets the client who owns specified resource type from lowest possible priority process.
87 // priority. The client will remain unchanged if returns false.
89 sp<IResourceManagerClient> *client);
95 // Gets the client who owns biggest piece of specified resource type from pid.
96 // Returns false if failed. The client will remain unchanged if failed.
97 bool getBiggestClient_l(int pid, const String8 &type, sp<IResourceManagerClient> *client);
101 // A helper function basically calls getLowestPriorityBiggestClient_l and add the result client
[all...]
/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(),

Completed in 271 milliseconds

1234567