Searched refs:client (Results 126 - 148 of 148) sorted by relevance

123456

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp89 // The client side of mediaserver asks it to creat a SurfaceMediaSource
90 // and return a interface reference. The client side will use that
850 OMXClient client; local
851 CHECK_EQ(client.connect(), (status_t)OK);
853 OMXCodec::Create(client.interface(), encMeta,
1258 // to the client side when queried
1408 OMXClient client; local
1409 CHECK_EQ(client.connect(), (status_t)OK);
1424 client.interface(), enc_meta,
/frameworks/base/core/java/android/webkit/
H A DWebView.java1446 * @param client an implementation of WebViewClient
1448 public void setWebViewClient(WebViewClient client) { argument
1450 mProvider.setWebViewClient(client);
1470 * @param client an implementation of WebChromeClient
1472 public void setWebChromeClient(WebChromeClient client) { argument
1474 mProvider.setWebChromeClient(client);
H A DAccessibilityInjector.java36 import org.apache.http.client.utils.URLEncodedUtils;
H A DWebViewClassic.java2243 // We grab a copy of the back/forward list because a client of WebView
2931 if (0 == mNativeClass) return; // client isn't initialized
3608 if (0 == mNativeClass) return; // client isn't initialized
3628 if (0 == mNativeClass) return 0; // client isn't initialized
4042 public void setWebViewClient(WebViewClient client) { argument
4043 mCallbackProxy.setWebViewClient(client);
4068 public void setWebChromeClient(WebChromeClient client) { argument
4069 mCallbackProxy.setWebChromeClient(client);
4083 * Set the back/forward list client. This is an implementation of
4086 * @param client A
4088 setWebBackForwardListClient(WebBackForwardListClient client) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h314 LayerBaseClient(SurfaceFlinger* flinger, const sp<Client>& client);
H A DLayer.cpp53 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client) argument
54 : LayerBaseClient(flinger, client),
286 // NOTE: buffer can be NULL if the client never drew into this
317 // SurfaceView because the WindowManager can't know when the client
438 // the size changed, we need to ask our client to request a new buffer
475 // record the new size, form this point on, when the client request
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp199 // and we are not guaranteeing support for client-specified cache
619 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
620 mSource->getDrmInfo(handle, client);
H A DACodec.cpp238 // Submit output buffers to the decoder, submit input buffers to client
717 // We shouldn't have sent out any buffers to the client at this
2202 // We need to reconnect to the ANativeWindow as a CPU client to ensure that
2880 // The client wants this buffer to be rendered.
3019 OMXClient client; local
3020 CHECK_EQ(client.connect(), (status_t)OK);
3022 sp<IOMX> omx = client.interface();
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java316 public int addClient(IAccessibilityManagerClient client, int userId) { argument
320 // If the client is from a process that runs across users such as
325 mGlobalClients.register(client);
327 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid());
331 userState.mClients.register(client);
332 // If this client is not for the current user we do not
334 // We will send the state to the client on a user switch.
336 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid()
606 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
607 client
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp319 OMXClient client; local
333 // Connect to the OMX client
334 result = client.connect();
340 encoder = OMXCodec::Create(client.interface(), metaData, true,
393 client.disconnect();
706 // Connect to the OMX client
H A DVideoEditorVideoDecoder.cpp674 OMXClient client; local
682 status = client.connect();
687 CHECK_EQ(QueryCodecs(client.interface(), kMimeTypes[k],
1029 // Connect to the OMX client
1191 // Connect to the OMX client
1411 // The OMXCodec client should expect to receive 0-length buffers
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h117 OMXClient client; local
118 client.connect();
121 client.interface(), encMeta,
/frameworks/base/media/java/android/media/
H A DAudioService.java104 /** Debug remote control client/display feature */
348 // List of binder death handlers for setMode() client processes.
406 // VolumePanel is currently the only client of forceVolumeControlStream() and runs in system
407 // server process so in theory it is not necessary to monitor the client death.
838 // If either the client forces allowing ringer modes for this adjustment,
975 private IBinder mCb; // To be notified of client's death
992 Log.w(TAG, "SCO client died");
994 Log.w(TAG, "unregistered control stream client died");
1406 private IBinder mCb; // To be notified of client's death
1408 private int mMode = AudioSystem.MODE_NORMAL; // Current mode set by this client
[all...]
H A DMediaScanner.java72 * - the processDirectory() JNI method wraps the provided mediascanner client in a native
1825 private native void processDirectory(String path, MediaScannerClient client); argument
1826 private native void processFile(String path, String mimeType, MediaScannerClient client); argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java4873 // client identity accordingly before proceeding.
5722 // In this case all thumbnails were available and the client
6350 + conn.client.processName + " from process "
6360 conn.client.conProviders.remove(conn);
8190 // likewise in the client code, which also does
8907 pw.println(" provider [COMP_SPEC]: provider client-side state");
8909 pw.println(" service [COMP_SPEC]: service client-side state");
8918 pw.println(" -c: include client state.");
9912 String prefix, String label, boolean complete, boolean brief, boolean client,
9955 if (client
9911 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp92 MyMtpDatabase(JNIEnv *env, jobject client);
185 MyMtpDatabase::MyMtpDatabase(JNIEnv *env, jobject client) argument
186 : mDatabase(env->NewGlobalRef(client)),
H A Dandroid_media_MediaCodec.cpp117 sp<SurfaceTextureClient> client; local
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp182 * the client is is not remote, and therefore is allowed to have
278 sp<SurfaceComposerClient> client(android_view_SurfaceSession_getClient(env, sessionObj));
280 sp<SurfaceControl> surface = client->createSurface(
751 // otherwise we would loose our client-side state.
/frameworks/base/services/java/com/android/server/
H A DNsdService.java78 /* A map from unique id to client info */
159 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
169 Slog.e(TAG, "Send failed, client connection lost");
269 //First client
277 //Last client
514 Slog.e(TAG, "Unique id with no client mapping: " + id);
761 for (ClientInfo client : mClients.values()) {
763 pw.println(client);
800 /* Information tracked per client */
809 /* A map from client i
[all...]
H A DWifiService.java89 // as a SM to track soft AP/client/adhoc bring up based
233 * Handles client connections
246 if (DBG) Slog.d(TAG, "New client listening to asynchronous messages");
255 if (DBG) Slog.d(TAG, "Send failed, client connection lost");
986 * Get a reference to handler. This is used by a client to establish
1669 for (AsyncChannel client : mClients) {
1670 client.sendMessage(WifiManager.DATA_ACTIVITY_NOTIFICATION, mDataActivity);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java98 * Note that the term Wifi when used without a p2p suffix refers to the client mode
336 * Get a reference to handler. This is used by a client to establish
459 loge("Send failed, client connection lost");
1043 //TODO In the p2p client case, we should set source address correctly.
1361 if (DBG) logd("Remove unknown client from the list");
1484 // after a client joins. For autonomous, send now
1521 if (DBG) logd("Removed client " + deviceAddress);
1528 // Notify when a client disconnects from group
1532 if (DBG) logd("Failed to remove client " + deviceAddress);
1534 if (DBG) logd("client "
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java3061 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
3075 client = inClient;
3084 * than our client -- for the server, stop means to save state and give
3086 * For the client, we want to call onStop()/onStart() to indicate when
4664 // There was a race! Some other client managed to acquire
4712 if (prc.client != null && prc.client.mNames != null) {
4713 for (String name : prc.client.mNames) {
4722 // We found out about this due to execution in our client
4876 ProviderClientRecord client
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp46 const sp<IRemoteDisplayClient> &client)
49 mClient(client),
197 ALOGW("A client tried to connect, but we already "
206 CHECK(msg->findString("client-ip", &mClientInfo.mRemoteIP));
222 ALOGI("We now have a client (%d) connected.", sessionID);
365 // Obsolete event, client is already gone.
973 // We only support a single playback session per client.
44 WifiDisplaySource( const sp<ANetworkSession> &netSession, const sp<IRemoteDisplayClient> &client) argument

Completed in 821 milliseconds

123456