Searched refs:client (Results 176 - 200 of 242) sorted by relevance

12345678910

/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp298 wp<MediaRecorderClient> client(this);
299 mMediaPlayerService->removeMediaRecorderClient(client);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java388 public void setClient(IPrintServiceClient client) {
389 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLEINT, client)
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java219 public void setWebViewClient(WebViewClient client); argument
223 public void setWebChromeClient(WebChromeClient client); argument
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp121 OMXClient *client,
128 if (QueryCodecs(client->interface(), mime,
146 OMXClient *client,
158 if (isYUV420PlanarSupported(client, trackMeta)) {
164 client->interface(), format, false, source,
120 isYUV420PlanarSupported( OMXClient *client, const sp<MetaData> &trackMeta) argument
145 extractVideoFrameWithCodecFlags( OMXClient *client, const sp<MetaData> &trackMeta, const sp<MediaSource> &source, uint32_t flags, int64_t frameTimeUs, int seekMode) argument
H A DMediaCodecList.cpp112 OMXClient client; local
113 mInitCheck = client.connect();
117 mOMX = client.interface();
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java452 // Regression test for #1204316: Missing client cert unit test. Passes on
518 * Defines the keystore contents for the client, JKS version. Holds just a
548 * Defines the keystore contents for the client, BKS version. Holds just a
617 * port, requests client authentication (if specified), and read 256 bytes
702 * Implements a test SSL socket client. It open a connection to localhost on
783 * Implements the actual test case. Launches a server and a client, requires
784 * client authentication and checks the certificates afterwards (not in the
791 TestClient client = new TestClient(8088, true);
794 Thread clientThread = new Thread(client);
807 // The client mus
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java121 * the client's IServiceConnection.
651 if (modCr != null && modCr.binding.client != null) {
652 if (modCr.binding.client.activities.size() <= 0) {
653 // This connection is from a client without activities, so adding
666 if (cr.binding.client == null || cr.binding.client == proc) {
670 if (cr.binding.client.activities.size() > 0) {
791 b.client.connections.add(c);
793 b.client.hasAboveClient = true;
818 || s.app.treatLikeActivity, b.client);
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp299 OMXClient client; local
300 CHECK_EQ(client.connect(), (status_t)OK);
303 client.interface(), meta, false /* createEncoder */,
/frameworks/av/services/audioflinger/
H A DTrackBase.h59 const sp<Client>& client,
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h57 virtual status_t connect(const sp<ICameraClient>& client);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java17 package android.bluetooth.client.map;
H A DBluetoothMnsService.java17 package android.bluetooth.client.map;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java17 package android.bluetooth.client.map.utils;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapCard.java17 package android.bluetooth.client.pbap;
H A DBluetoothPbapObexSession.java17 package android.bluetooth.client.pbap;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexAppParameters.java17 package android.bluetooth.client.pbap.utils;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java153 * <strong>Note:</strong> It is a client responsibility to recycle the received info
165 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
166 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId, mSourceWindowId,
/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl55 void createSession(in ITvInputClient client, in String inputId, int seq, int userId);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java600 ContentProviderClient client = null;
602 client = DocumentsApplication.acquireUnstableProviderOrThrow(
604 DocumentsContract.deleteDocument(client, doc.derivedUri);
609 ContentProviderClient.releaseQuietly(client);
1024 ContentProviderClient client = null;
1027 client = DocumentsApplication.acquireUnstableProviderOrThrow(
1029 result = DocumentsContract.getDocumentThumbnail(client, mUri, mThumbSize, mSignal);
1040 ContentProviderClient.releaseQuietly(client);
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp147 // A notification client is always registered by AudioSystem when the client process
149 void AudioPolicyService::registerClient(const sp<IAudioPolicyServiceClient>& client) argument
157 client,
159 ALOGV("registerClient() client %p, uid %d", client.get(), uid);
163 sp<IBinder> binder = client->asBinder();
168 // removeNotificationClient() is called when the client process dies.
231 const sp<IAudioPolicyServiceClient>& client,
233 : mService(service), mUid(uid), mAudioPolicyServiceClient(client)
230 NotificationClient(const sp<AudioPolicyService>& service, const sp<IAudioPolicyServiceClient>& client, uid_t uid) argument
[all...]
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp182 JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) {
189 if (client.get()) {
190 client->incStrong(thiz);
195 env->SetLongField(thiz, fieldId, reinterpret_cast<jlong>(client.get()));
205 DrmManagerClientImpl* const client = reinterpret_cast<DrmManagerClientImpl*>(clientHandle); local
206 return sp<DrmManagerClientImpl>(client);
181 setDrmManagerClientImpl( JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp202 sp<Client> client(new Client(this));
203 status_t err = client->initCheck();
205 bclient = client;
1943 void SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
1948 // attach this layer to the client
1949 client->attachLayer(handle, lbc);
2020 // one of our own. A malicious client could give us a NULL
2026 if (s.client != NULL) {
2027 sp<IBinder> binder = s.client->asBinder();
2031 sp<Client> client( static_cas
2113 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2178 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
2218 createNormalLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2244 createDimLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2254 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java212 void setWebViewClient(WebViewClient client) { argument
213 if (client != null) {
214 mWebViewClient = client;
220 void setWebChromeClient(WebChromeClient client) { argument
221 mWebChromeClient = client;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java386 * Windows that are being resized. Used so we can tell the client about
1021 final IWindow client = win.mClient;
1073 if (localLOGV) Slog.v(TAG, "Figuring out where to add app window " + client.asBinder()
1970 // First, make sure the client has the current visibility
2271 public int addWindow(Session session, IWindow client, int seq, argument
2303 if (mWindowMap.containsKey(client.asBinder())) {
2304 Slog.w(TAG, "Window " + client + " is already added");
2419 win = new WindowState(this, session, client, token,
2424 Slog.w(TAG, "Adding window client " + client
2591 removeWindow(Session session, IWindow client) argument
2829 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
2843 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
2873 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
2995 relayoutWindow(Session session, IWindow client, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewVisibility, int flags, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, Rect outVisibleInsets, Rect outStableInsets, Configuration outConfig, Surface outSurface) argument
3316 performDeferredDestroyWindow(Session session, IWindow client) argument
3332 outOfMemoryWindow(Session session, IWindow client) argument
3348 finishDrawingWindow(Session session, IWindow client) argument
6790 viewServerListWindows(Socket client) argument
6848 viewServerGetFocusedWindow(Socket client) argument
6906 viewServerWindowCommand(Socket client, String command, String parameters) argument
8149 openSession(IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
8158 inputMethodClientHasFocus(IInputMethodClient client) argument
8528 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
8533 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java80 * @param client The <code>DrmManagerClient</code> instance.
84 public void onInfo(DrmManagerClient client, DrmInfoEvent event); argument
95 * @param client The <code>DrmManagerClient</code> instance.
99 public void onEvent(DrmManagerClient client, DrmEvent event); argument
109 * @param client The <code>DrmManagerClient</code> instance.
112 public void onError(DrmManagerClient client, DrmErrorEvent event); argument

Completed in 608 milliseconds

12345678910