Searched refs:client (Results 201 - 225 of 244) sorted by relevance

12345678910

/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h57 virtual status_t connect(const sp<hardware::ICameraClient>& client);
H A DCamera2Client.cpp73 ALOGV("%s: Initializing client for camera %d", __FUNCTION__, mCameraId);
379 // Allow both client and the cameraserver to disconnect at all times
442 status_t Camera2Client::connect(const sp<hardware::ICameraClient>& client) { argument
456 mRemoteCallback = client;
457 mSharedCameraCallbacks = client;
466 ALOGV("%s: Camera %d: Lock call from pid %d; current client pid %d",
487 ALOGV("%s: Camera %d: Unlock call from pid %d; current client pid %d",
1297 * Send immediate notification back to client
/frameworks/base/core/java/android/webkit/
H A DWebView.java1598 * Clears the client certificate preferences stored in response
1599 * to proceeding/cancelling client cert requests. Note that Webview
1604 * @param onCleared A runnable to be invoked when client certs are cleared.
1774 * @param client an implementation of WebViewClient
1776 public void setWebViewClient(WebViewClient client) { argument
1778 mProvider.setWebViewClient(client);
1798 * @param client an implementation of WebChromeClient
1800 public void setWebChromeClient(WebChromeClient client) { argument
1802 mProvider.setWebChromeClient(client);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageBuilder.java17 package android.bluetooth.client.map;
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp646 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) argument
650 data.writeStrongBinder(IInterface::asBinder(client));
1265 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
1267 registerClient(client);
1279 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
1296 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp202 // and we are not guaranteeing support for client-specified cache
684 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
685 mSource->getDrmInfo(handle, client);
H A DMediaCodecList.cpp194 OMXClient client; local
195 mInitCheck = client.connect();
199 mOMX = client.interface();
H A DMediaCodec.cpp56 static int64_t getId(sp<IResourceManagerClient> client) { argument
57 return (int64_t) client.get();
78 ALOGD("Wait for the client to release codec.");
145 const sp<IResourceManagerClient> client,
151 mService->addResource(mPid, clientId, client, resources);
213 OMXClient client; local
214 CHECK_EQ(client.connect(), (status_t)OK);
215 sp<IOMX> omx = client.interface();
951 "(the index %zu is not owned by client)", index);
1590 // We already notify the client o
143 addResource( int64_t clientId, const sp<IResourceManagerClient> client, const Vector<MediaResource> &resources) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h83 // Max shared memory size for audio tracks and audio records per client process
161 virtual void registerClient(const sp<IAudioFlingerClient>& client);
432 const sp<IAudioFlingerClient>& client,
485 // server side of the client's IAudioTrack
507 // server side of the client's IAudioRecord
H A DEffects.h35 // from different client threads. It keeps a list of EffectHandle objects corresponding
36 // to all client applications using this effect and notifies applications of effect state,
154 Vector<EffectHandle *> mHandles; // list of client handles
174 const sp<AudioFlinger::Client>& client,
199 // - signal: true client app should be signaled of change, false otherwise
226 sp<IEffectClient> mEffectClient; // callback interface for client notifications
227 /*const*/ sp<Client> mClient; // client for shared memory allocation, see disconnect()
232 int mPriority; // client application priority to control the effect
H A DThreads.h67 // Config event sequence by client if status needed (e.g binder thread calling setParameters()):
292 const sp<AudioFlinger::Client>& client,
375 // objects that will be read-only to client processes, read/write to mediaserver,
376 // and shared by all client processes of the thread.
503 // we need to make sure that AudioTrack client has enough time to send large buffers
509 // 14 tracks max per client allows for 2 misbehaving application leaving 4 available tracks.
581 const sp<AudioFlinger::Client>& client,
1282 const sp<AudioFlinger::Client>& client,
1359 // resampler converts input at HAL Hz to output at AudioRecord client Hz
H A DEffects.cpp1071 result.append("\t\t\t Pid Priority Ctrl Locked client server\n");
1095 const sp<AudioFlinger::Client>& client,
1099 mEffect(effect), mEffectClient(effectClient), mClient(client), mCblk(NULL),
1104 if (client == 0) {
1108 mCblkMemory = client->heap()->allocate(EFFECT_PARAM_BUFFER_SIZE + bufOffset);
1253 // Client destructor must run with AudioFlinger client mutex locked
1282 // particular client process: no risk to block the whole media server process or mixer
1094 EffectHandle(const sp<EffectModule>& effect, const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority) argument
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h187 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client);
536 const sp<IAudioPolicyServiceClient>& client,
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java63 * A DHCPv4 client.
98 // This is not strictly needed, since the client is asynchronous and implements exponential
264 DhcpClient client = new DhcpClient(context, controller, intf);
265 client.start();
266 return client;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp271 sp<Surface> client; local
284 sp<Surface> client; local
286 client = new Surface(bufferProducer, true /* controlledByApp */);
288 status_t err = mCodec->setSurface(client);
290 mSurfaceTextureClient = client;
H A Dandroid_mtp_MtpDatabase.cpp104 MyMtpDatabase(JNIEnv *env, jobject client);
197 MyMtpDatabase::MyMtpDatabase(JNIEnv *env, jobject client) argument
198 : mDatabase(env->NewGlobalRef(client)),
/frameworks/base/
H A Dcompiled-classes-phone7757 org.apache.http.client.AuthenticationHandler
7758 org.apache.http.client.ClientProtocolException
7759 org.apache.http.client.CookieStore
7760 org.apache.http.client.CredentialsProvider
7761 org.apache.http.client.HttpClient
7762 org.apache.http.client.HttpRequestRetryHandler
7763 org.apache.http.client.HttpResponseException
7764 org.apache.http.client.RedirectHandler
7765 org.apache.http.client.RequestDirector
7766 org.apache.http.client
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java1076 ClientState client = (ClientState)token;
1116 if (client.mStartedOps != null) {
1117 client.mStartedOps.add(op);
1134 ClientState client = (ClientState) token;
1140 if (client.mStartedOps != null) {
1141 if (!client.mStartedOps.remove(op)) {
1316 // For each client, check that the given op is not restricted, or that the given
H A DNsdService.java70 /* A map from unique id to client info */
152 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
163 Slog.e(TAG, "Send failed, client connection lost");
177 //Last client
278 //First client
414 Slog.e(TAG, "Unique id with no client mapping: " + id);
822 for (ClientInfo client : mClients.values()) {
824 pw.println(client);
861 /* Information tracked per client */
870 /* A map from client i
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java437 // List of binder death handlers for setMode() client processes.
504 // VolumePanel is currently the only client of forceVolumeControlStream() and runs in system
505 // server process so in theory it is not necessary to monitor the client death.
1284 // If either the client forces allowing ringer modes for this adjustment,
1639 private IBinder mCb; // To be notified of client's death
1656 Log.w(TAG, "SCO client died");
1658 Log.w(TAG, "unregistered control stream client died");
1802 private IBinder mICallback; // To be notified of client's death
2229 private IBinder mCb; // To be notified of client's death
2231 private int mMode = AudioSystem.MODE_NORMAL; // Current mode set by this client
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h277 const sp<IResourceManagerClient> client,
/frameworks/native/services/surfaceflinger/
H A DLayer.h143 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp97 sp<SurfaceComposerClient> client(android_view_SurfaceSession_getClient(env, sessionObj));
98 sp<SurfaceControl> surface = client->createSurface(
/frameworks/base/media/java/android/media/
H A DMediaRouter.java350 Log.e(TAG, "Unable to unregister media router client.", ex);
358 Client client = new Client();
359 mMediaRouterService.registerClientAsUser(client,
361 mClient = client;
363 Log.e(TAG, "Unable to register media router client.", ex);
378 Log.e(TAG, "Unable to publish media router client discovery request.", ex);
390 Log.e(TAG, "Unable to publish media router client selected route.", ex);
396 // Update the client state.
402 Log.e(TAG, "Unable to retrieve media router client state.", ex);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java20 import org.apache.http.client.methods.HttpGet;
245 + mSafeToCloseClient + " client? " + mHttpClient);

Completed in 809 milliseconds

12345678910