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

123456

/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java71 pw.print(' '); pw.print(a.client); pw.println('}');
H A DActiveServices.java98 * the client's IServiceConnection.
509 b.client.connections.add(c);
511 b.client.hasAboveClient = true;
545 + " (in " + c.binding.client.processName + ")", e);
599 " (in " + c.binding.client.processName + ")", e);
660 // a new client.
1215 " (in " + c.get(i).binding.client.processName + ")", e);
1327 if (b.client != skipApp) {
1328 b.client.connections.remove(c);
1330 b.client
[all...]
/frameworks/av/include/media/
H A DIAudioFlinger.h49 TRACK_DEFAULT = 0, // client requests a default AudioTrack
50 TRACK_TIMED = 1, // client requests a TimedAudioTrack
51 TRACK_FAST = 2, // client requests a fast AudioTrack or AudioRecord
129 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
178 const sp<IEffectClient>& client,
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp297 wp<MediaRecorderClient> client(this);
298 mMediaPlayerService->removeMediaRecorderClient(client);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp294 sp<DecryptHandle> &handle, DrmManagerClient **client) {
298 *client = mDrmManagerClient;
293 getDrmInfo( sp<DecryptHandle> &handle, DrmManagerClient **client) argument
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java210 public void setWebViewClient(WebViewClient client); argument
214 public void setWebChromeClient(WebChromeClient client); argument
H A DCallbackProxy.java51 * posted to the UI thread for the actual client callback.
60 // Instance of WebViewClient that is the client callback.
75 // Back/Forward list client
124 // Message triggered by the client to resume execution
206 * @param client An implementation of WebViewClient.
208 public void setWebViewClient(WebViewClient client) { argument
209 mWebViewClient = client;
222 * @param client An implementation of WebChromeClient.
224 public void setWebChromeClient(WebChromeClient client) { argument
225 mWebChromeClient = client;
240 setDownloadListener(DownloadListener client) argument
252 setWebBackForwardListClient(WebBackForwardListClient client) argument
[all...]
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp131 OMXClient *client, const sp<MediaSource>& source) {
134 client->interface(), meta, false /* createEncoder */, source);
130 getDecoder( OMXClient *client, const sp<MediaSource>& source) argument
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp114 OMXClient *client,
121 if (QueryCodecs(client->interface(), mime,
139 OMXClient *client,
151 if (isYUV420PlanarSupported(client, trackMeta)) {
157 client->interface(), format, false, source,
113 isYUV420PlanarSupported( OMXClient *client, const sp<MetaData> &trackMeta) argument
138 extractVideoFrameWithCodecFlags( OMXClient *client, const sp<MetaData> &trackMeta, const sp<MediaSource> &source, uint32_t flags, int64_t frameTimeUs, int seekMode) argument
H A DMediaCodecList.cpp522 OMXClient client; local
523 status_t err = client.connect();
530 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/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp297 OMXClient client; local
298 CHECK_EQ(client.connect(), (status_t)OK);
301 client.interface(), meta, false /* createEncoder */,
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h40 const sp<IRemoteDisplayClient> &client);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h53 // returns plain pointer of client. Note that mClientLock should be acquired to
54 // prevent the client from destruction. The result can be NULL.
80 virtual status_t connect(const sp<ICameraClient>& client) = 0;
110 // return our camera client
121 // convert client from cookie. Client lock should be acquired before getting Client.
148 // atomics to record whether the hardware is allocated to some client.
H A DCamera2Client.cpp78 ALOGV("%s: Initializing client for camera %d", __FUNCTION__, mCameraId);
375 // Allow both client and the media server to disconnect at all times
420 status_t Camera2Client::connect(const sp<ICameraClient>& client) { argument
434 mCameraClient = client;
435 mSharedCameraClient = client;
444 ALOGV("%s: Camera %d: Lock call from pid %d; current client pid %d",
465 ALOGV("%s: Camera %d: Unlock call from pid %d; current client pid %d",
999 * Send immediate notification back to client
1509 Camera2Client::SharedCameraClient::Lock::Lock(SharedCameraClient &client): argument
1510 mCameraClient(client
[all...]
/frameworks/native/include/gui/
H A DSurface.h89 const sp<SurfaceComposerClient>& client,
/frameworks/native/services/surfaceflinger/
H A DLayer.h53 Layer(SurfaceFlinger* flinger, const sp<Client>& client);
H A DLayerBase.cpp489 const sp<Client>& client)
492 mClientRef(client),
544 sp<Client> client(mClientRef.promote());
546 " client=%p, identity=%u\n",
547 client.get(), getIdentity());
566 // destroy client resources
488 LayerBaseClient(SurfaceFlinger* flinger, const sp<Client>& client) argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h143 virtual void registerClient(const sp<IAudioFlingerClient>& client);
316 const sp<IAudioFlingerClient>& client,
387 const sp<Client>& client,
586 const sp<AudioFlinger::Client>& client,
703 // Parameter sequence by client: binder thread calling setParameters():
778 const sp<Client>& client,
902 const sp<Client>& client,
945 const sp<Client>& client,
1076 const sp<AudioFlinger::Client>& client,
1402 // server side of the client'
[all...]
H A DAudioFlinger.cpp168 // IAudioFlinger::createTrack() reports back to client the total size of shared memory area
169 // for the track. The client then sub-divides this into smaller buffers for its use.
170 // Currently the client uses double-buffering by default, but doesn't tell us about that.
171 // So for now we just assume that client is double-buffered.
172 // FIXME It would be better for client to tell AudioFlinger whether it wants double-buffering or
174 // See the client's minBufCount and mNotificationFramesAct calculations for details.
321 sp<Client> client = mClients.valueAt(i).promote(); local
322 if (client != 0) {
323 snprintf(buffer, SIZE, " pid: %d\n", client->pid());
429 sp<Client> client local
457 sp<Client> client; local
1046 registerClient(const sp<IAudioFlingerClient>& client) argument
1709 createTrack_l( const sp<AudioFlinger::Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, const sp<IMemory>& sharedBuffer, int sessionId, IAudioFlinger::track_flags_t flags, pid_t tid, status_t *status) argument
4140 TrackBase( ThreadBase *thread, const sp<Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, const sp<IMemory>& sharedBuffer, int sessionId) argument
4314 Track( PlaybackThread *thread, const sp<Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, const sp<IMemory>& sharedBuffer, int sessionId, IAudioFlinger::track_flags_t flags) argument
4854 create( PlaybackThread *thread, const sp<Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, const sp<IMemory>& sharedBuffer, int sessionId) argument
4872 TimedTrack( PlaybackThread *thread, const sp<Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, const sp<IMemory>& sharedBuffer, int sessionId) argument
5368 RecordTrack( RecordThread *thread, const sp<Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, int sessionId) argument
5776 NotificationClient(const sp<AudioFlinger>& audioFlinger, const sp<IAudioFlingerClient>& client, pid_t pid) argument
5892 sp<Client> client; local
6241 createRecordTrack_l( const sp<AudioFlinger::Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, int frameCount, int sessionId, IAudioFlinger::track_flags_t flags, pid_t tid, status_t *status) argument
7633 sp<Client> client = registerPid_l(pid); local
7741 createEffect_l( const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority, int sessionId, effect_descriptor_t *desc, int *enabled, status_t *status ) argument
8914 EffectHandle(const sp<EffectModule>& effect, const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority) argument
[all...]
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp348 virtual void registerClient(const sp<IAudioFlingerClient>& client) argument
352 data.writeStrongBinder(client->asBinder());
623 const sp<IEffectClient>& client,
644 data.writeStrongBinder(client->asBinder());
868 sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient>(data.readStrongBinder()); local
869 registerClient(client);
1038 sp<IEffectClient> client = interface_cast<IEffectClient>(data.readStrongBinder()); local
1046 sp<IEffect> effect = createEffect(pid, &desc, client, priority, output, sessionId, &status, &id, &enabled);
621 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
/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/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp182 JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) {
188 if (client.get()) {
189 client->incStrong(thiz);
194 env->SetIntField(thiz, fieldId, (int)client.get());
203 DrmManagerClientImpl* const client = (DrmManagerClientImpl*)env->GetIntField(thiz, fieldId); local
204 return sp<DrmManagerClientImpl>(client);
181 setDrmManagerClientImpl( JNIEnv* env, jobject thiz, const sp<DrmManagerClientImpl>& client) argument
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java382 * Windows that are being resized. Used so we can tell the client about
923 final IWindow client = win.mClient;
976 + client.asBinder() + " (token=" + token + ")");
1836 // First, make sure the client has the current visibility
2089 public int addWindow(Session session, IWindow client, int seq, argument
2113 if (mWindowMap.containsKey(client.asBinder())) {
2114 Slog.w(TAG, "Window " + client + " is already added");
2195 win = new WindowState(this, session, client, token,
2200 Slog.w(TAG, "Adding window client " + client
2330 removeWindow(Session session, IWindow client) argument
2540 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
2554 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
2581 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
2719 relayoutWindow(Session session, IWindow client, int seq, WindowManager.LayoutParams attrs, int requestedWidth, int requestedHeight, int viewVisibility, int flags, Rect outFrame, Rect outContentInsets, Rect outVisibleInsets, Configuration outConfig, Surface outSurface) argument
3031 performDeferredDestroyWindow(Session session, IWindow client) argument
3047 outOfMemoryWindow(Session session, IWindow client) argument
3063 finishDrawingWindow(Session session, IWindow client) argument
6315 viewServerListWindows(Socket client) argument
6372 viewServerGetFocusedWindow(Socket client) argument
6430 viewServerWindowCommand(Socket client, String command, String parameters) argument
7805 openSession(IInputMethodClient client, IInputContext inputContext) argument
7814 inputMethodClientHasFocus(IInputMethodClient client) argument
8040 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
8045 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java73 * @param client The <code>DrmManagerClient</code> instance.
77 public void onInfo(DrmManagerClient client, DrmInfoEvent event); argument
88 * @param client The <code>DrmManagerClient</code> instance.
92 public void onEvent(DrmManagerClient client, DrmEvent event); argument
102 * @param client The <code>DrmManagerClient</code> instance.
105 public void onError(DrmManagerClient client, DrmErrorEvent event); argument

Completed in 3159 milliseconds

123456