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

1234567891011>>

/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,
75 bool mOverflow; // overflow on most recent attempt to fill client buffer
77 AudioBufferProvider::Buffer mSink; // references client's buffer sink in shared memory
H A DAudioFlinger.cpp264 const MmapStreamInterface::Client& client,
277 direction, attr, config, client, deviceId, callback, interface);
285 const MmapStreamInterface::Client& client,
306 &streamType, client.clientUid,
314 client.clientPid,
315 client.clientUid,
385 sp<Client> client = mClients.valueAt(i).promote(); local
386 if (client != 0) {
387 snprintf(buffer, SIZE, " pid: %d\n", client->pid());
572 sp<Client> client local
261 openMmapStream(MmapStreamInterface::stream_direction_t direction, const audio_attributes_t *attr, audio_config_base_t *config, const MmapStreamInterface::Client& client, audio_port_handle_t *deviceId, const sp<MmapStreamCallback>& callback, sp<MmapStreamInterface>& interface) argument
282 openMmapStream(MmapStreamInterface::stream_direction_t direction, const audio_attributes_t *attr, audio_config_base_t *config, const MmapStreamInterface::Client& client, audio_port_handle_t *deviceId, const sp<MmapStreamCallback>& callback, sp<MmapStreamInterface>& interface) argument
657 sp<Client> client; local
1387 registerClient(const sp<IAudioFlingerClient>& client) argument
1523 NotificationClient(const sp<AudioFlinger>& audioFlinger, const sp<IAudioFlingerClient>& client, pid_t pid) argument
1598 sp<Client> client; local
3045 sp<Client> client = registerPid(pid); local
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.h49 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
75 * A capture request is created and submitted on behalf of the client.
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl71 IWindowSession openSession(in IWindowSessionCallback callback, in IInputMethodClient client,
73 boolean inputMethodClientHasFocus(IInputMethodClient client);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java861 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
862 AccessibilityNodeInfo refreshedInfo = client.findAccessibilityNodeInfoByAccessibilityId(
938 * <strong>Note:</strong> It is a client responsibility to recycle the
958 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
959 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId, mWindowId,
1473 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
1474 return client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
1496 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
1497 return client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
1507 * <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/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('}');
/frameworks/native/include/gui/
H A DSurfaceControl.h130 // the override scaling mode will take precedence over any client
153 const sp<SurfaceComposerClient>& client,
/frameworks/native/include/private/gui/
H A DLayerState.h115 sp<ISurfaceComposerClient> client; member in struct:android::ComposerState
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h5 #include <pdx/client.h>
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_hardware_composer_client.h17 // @param client_state Pointer to client state passed in |dvrHwcCreateClient()|.
18 // @param frame New frame. Owned by the client.
23 // @param client_state Pointer to client state passed back in the callback.
27 void dvrHwcClientDestroy(DvrHwcClient* client);
/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.h63 // However on failure, the client is responsible for release.
75 // However on failure, the client is responsible for release.
143 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
195 const sp<IEffectClient>& client,
197 // AudioFlinger doesn't take over handle reference from client
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h63 // However on failure, the client is responsible for release.
75 // However on failure, the client is responsible for release.
143 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
195 const sp<IEffectClient>& client,
197 // AudioFlinger doesn't take over handle reference from client
/frameworks/av/media/libstagefright/
H A DFileSource.cpp197 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
200 *client = mDrmManagerClient;
/frameworks/base/core/java/android/printservice/
H A DPrintService.java435 public void setClient(IPrintServiceClient client) {
436 mHandler.obtainMessage(ServiceHandler.MSG_SET_CLIENT, client)
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaInserterTest.java96 final ContentProviderClient client = new ContentProviderClient(
98 mMediaInserter = new MediaInserter(client, TEST_BUFFER_SIZE);
/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_client.cpp173 if (auto client = Surface::Create(attributes, &error))
174 return {std::move(client)};
/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp1 #include "pdx/client.h"
125 Transaction::Transaction(Client& client) : client_{client} {} argument
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsClient.java141 ComponentName name, CustomTabsClient client) {
142 client.warmup(0);
179 * then later with a Custom Tab. The client can then send later service calls or intents to
181 * @param callback The callback through which the client will receive updates about the created
183 * @return The session object that was created as a result of the transaction. The client can
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java143 ExternalClientInfo client = (ExternalClientInfo) mClients.get(msg.replyTo);
144 if (client != null) {
145 logw("duplicate client connection: " + msg.sendingUid + ", messenger="
147 client.mChannel.replyToMessage(msg, AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED,
155 client = new ExternalClientInfo(msg.sendingUid, msg.replyTo, ac);
156 client.register();
160 localLog("client connected: " + client);
164 ExternalClientInfo client = (ExternalClientInfo) mClients.get(msg.replyTo);
165 if (client !
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java447 * Windows that are being resized. Used so we can tell the client about
1170 public int addWindow(Session session, IWindow client, int seq, argument
1204 if (mWindowMap.containsKey(client.asBinder())) {
1205 Slog.w(TAG_WM, "Window " + client + " is already added");
1286 final IBinder binder = attrs.token != null ? attrs.token : client.asBinder();
1350 token = new WindowToken(this, client.asBinder(), type, false, displayContent,
1354 final WindowState win = new WindowState(this, session, client, token, parentWindow,
1360 Slog.w(TAG_WM, "Adding window client " + client.asBinder()
1428 mWindowMap.put(client
1682 removeWindow(Session session, IWindow client) argument
1796 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
1813 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
1844 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
1884 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, Rect outOutsets, Rect outBackdropFrame, MergedConfiguration mergedConfiguration, Surface outSurface) argument
2266 outOfMemoryWindow(Session session, IWindow client) argument
2282 finishDrawingWindow(Session session, IWindow client) argument
4146 viewServerListWindows(Socket client) argument
4201 viewServerGetFocusedWindow(Socket client) argument
4259 viewServerWindowCommand(Socket client, String command, String parameters) argument
5297 openSession(IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
5306 inputMethodClientHasFocus(IInputMethodClient client) argument
5699 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
5703 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
7093 updatePointerIcon(IWindow client) argument
[all...]

Completed in 637 milliseconds

1234567891011>>