Searched refs:client (Results 151 - 175 of 244) sorted by relevance

12345678910

/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java58 * This class represents an active client session. There is generally one
76 IInputMethodClient client, IInputContext inputContext) {
79 mClient = client;
113 mService.mInputMethodManager.addClient(client, inputContext,
116 client.setUsingInputMethod(false);
118 client.asBinder().linkToDeath(this, 0);
123 mService.mInputMethodManager.removeClient(client);
75 Session(WindowManagerService service, IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h298 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s);
304 status_t createLayer(const String8& name, const sp<Client>& client,
308 status_t createNormalLayer(const sp<Client>& client, const String8& name,
313 status_t createDimLayer(const sp<Client>& client, const String8& name,
319 status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);
330 status_t addClientLayer(const sp<Client>& client,
/frameworks/av/cmds/stagefright/
H A Dstream.cpp348 sp<MyClient> client = new MyClient; local
377 service->create(client, AUDIO_SESSION_ALLOCATE);
383 client->waitForEOS();
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp39 sp<Camera2Client> client,
42 mDevice(client->getCameraDevice()),
44 mId(client->getCameraId()),
38 JpegProcessor( sp<Camera2Client> client, wp<CaptureSequencer> sequencer) argument
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/services/audioflinger/
H A DRecordTracks.h26 const sp<Client>& client,
74 bool mOverflow; // overflow on most recent attempt to fill client buffer
76 AudioBufferProvider::Buffer mSink; // references client's buffer sink in shared memory
H A DAudioFlinger.cpp329 sp<Client> client = mClients.valueAt(i).promote(); local
330 if (client != 0) {
331 snprintf(buffer, SIZE, " pid: %d\n", client->pid());
507 sp<Client> client = mClients.valueFor(pid).promote(); local
508 if (client == 0) {
509 client = new Client(this, pid);
510 mClients.add(pid, client);
513 return client;
593 sp<Client> client; local
606 // client AudioTrac
1316 registerClient(const sp<IAudioFlingerClient>& client) argument
1448 NotificationClient(const sp<AudioFlinger>& audioFlinger, const sp<IAudioFlingerClient>& client, pid_t pid) argument
1487 sp<Client> client; local
2789 sp<Client> client = registerPid(pid); local
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java771 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
772 AccessibilityNodeInfo refreshedInfo = client.findAccessibilityNodeInfoByAccessibilityId(
830 * <strong>Note:</strong> It is a client responsibility to recycle the
850 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
851 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId, mWindowId,
1315 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
1316 return client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
1338 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
1339 return client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
1349 * <strong>Note:</strong> It is a client responsibilit
[all...]
H A DAccessibilityInteractionClient.java45 * Rationale: The content retrieval APIs are synchronous from a client's
46 * perspective but internally they are asynchronous. The client thread
53 * the blocked client thread and the main UI thread of the target view
59 * when making a call the client also passes its process and thread ids so
60 * the accessed view hierarchy can detect if the client making the request
64 * interaction client through which all interactions occur and the latter is
110 * @return The client for the current thread.
121 * look up the correct client knowing a thread id. See ViewRootImpl for details.
123 * @return The client for a given <code>threadId</code>.
127 AccessibilityInteractionClient client
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java321 ContentProviderClient client = null;
324 client = DocumentsApplication.acquireUnstableProviderOrThrow(resolver, authority);
325 cursor = client.query(rootsUri, null, null, null, null);
334 ContentProviderClient.releaseQuietly(client);
/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java31 final IServiceConnection conn; // The client connection.
33 final int clientLabel; // String resource labeling this client.
34 final PendingIntent clientIntent; // How to launch the client.
66 sb.append(binding.client.userId);
H A DIntentBindRecord.java69 pw.print(' '); pw.print(a.client); pw.println('}');
H A DActiveServices.java132 * the client's IServiceConnection.
804 if (modCr != null && modCr.binding.client != null) {
805 if (modCr.binding.client.activities.size() <= 0) {
806 // This connection is from a client without activities, so adding
819 if (cr.binding.client == null || cr.binding.client == proc) {
823 if (cr.binding.client.activities.size() > 0) {
1027 b.client.connections.add(c);
1029 b.client.hasAboveClient = true;
1061 || s.app.treatLikeActivity, b.client);
[all...]
/frameworks/native/include/gui/
H A DSurfaceControl.h87 // the override scaling mode will take precedence over any client
111 const sp<SurfaceComposerClient>& client,
/frameworks/native/include/private/gui/
H A DLayerState.h105 sp<ISurfaceComposerClient> client; member in struct:android::ComposerState
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequest.java17 package android.bluetooth.client.map;
/frameworks/av/include/media/
H A DIAudioFlinger.h64 // However on failure, the client is responsible for release.
75 // However on failure, the client is responsible for release.
142 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
194 const sp<IEffectClient>& client,
196 // AudioFlinger doesn't take over handle reference from client
/frameworks/av/media/libstagefright/
H A DFileSource.cpp195 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
198 *client = mDrmManagerClient;
/frameworks/base/core/java/android/printservice/
H A DPrintService.java412 public void setClient(IPrintServiceClient client) {
413 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLIENT, client)
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaInserterTest.java85 final ContentProviderClient client = new ContentProviderClient(
87 mMediaInserter = new MediaInserter(client, TEST_BUFFER_SIZE);
/frameworks/base/packages/DocumentsUI/
H A DAndroid.mk10 # The design lib requires that the client package use appcompat themes.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java137 ExternalClientInfo client = (ExternalClientInfo) mClients.get(msg.replyTo);
138 if (client != null) {
139 logw("duplicate client connection: " + msg.sendingUid + ", messenger="
141 client.mChannel.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
149 client = new ExternalClientInfo(msg.sendingUid, msg.replyTo, ac);
150 client.register();
155 localLog("client connected: " + client);
159 ExternalClientInfo client = (ExternalClientInfo) mClients.get(msg.replyTo);
160 if (client !
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java468 * Closes this client connection, indicating to the system that the
509 * client. If the {@link ContentProvider} is running in a different process then
521 public static void releaseQuietly(ContentProviderClient client) { argument
522 if (client != null) {
524 client.release();
/frameworks/av/include/media/stagefright/
H A DDataSource.h120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument

Completed in 3170 milliseconds

12345678910