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

1234567891011>>

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiTrafficPoller.java106 void addClient(Messenger client) { argument
107 Message.obtain(mTrafficHandler, ADD_CLIENT, client).sendToTarget();
110 void removeClient(Messenger client) { argument
111 Message.obtain(mTrafficHandler, REMOVE_CLIENT, client).sendToTarget();
215 for (Messenger client : mClients) {
220 client.send(msg);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareStateManager.java235 * Get the client state for the specified ID (or null if none exists).
264 * Place a request for a new client connection on the state machine queue.
283 * Place a request to disconnect (destroy) an existing client on the state
1811 WifiAwareClientState client = new WifiAwareClientState(mContext, clientId, uid, pid,
1813 client.onInterfaceAddressChange(mCurrentDiscoveryInterfaceMac);
1814 mClients.append(clientId, client);
1839 WifiAwareClientState client = mClients.get(clientId);
1840 if (client == null) {
1845 client.destroy();
1874 WifiAwareClientState client
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java74 public boolean invokeCallback(WebChromeClient client, WebView webView) { argument
77 return client.onJsAlert(webView, mUrl, mMessage, mResult);
79 return client.onJsConfirm(webView, mUrl, mMessage, mResult);
81 return client.onJsBeforeUnload(webView, mUrl, mMessage, mResult);
83 return client.onJsPrompt(webView, mUrl, mMessage, mDefaultValue, mResult);
/frameworks/native/services/surfaceflinger/
H A DClient.cpp164 Client* client; member in class:android::MessageCreateLayer
177 const String8& name, Client* client,
182 : flinger(flinger), client(client),
189 result = flinger->createLayer(name, client, w, h, format, flags,
176 MessageCreateLayer(SurfaceFlinger* flinger, const String8& name, Client* client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, uint32_t windowType, uint32_t ownerUid, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java284 final ClientState client; field in class:InputMethodManagerService.SessionState
292 return "SessionState{uid " + client.uid + " pid " + client.pid
303 client = _client;
311 final IInputMethodClient client; field in class:InputMethodManagerService.ClientState
329 client = _client;
367 * The client that is currently bound to an input method.
373 * from the input method client. If the window state is already changed before the report is
386 * The client by which {@link #mCurFocusedWindow} was reported. Used only for debugging.
391 * The input context last provided by the current client
1586 addClient(IInputMethodClient client, IInputContext inputContext, int uid, int pid) argument
1598 removeClient(IInputMethodClient client) argument
1698 startInputLocked( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
1861 startInput( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
1891 finishInput(IInputMethodClient client) argument
2449 showSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
2533 hideSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
2611 startInputOrWindowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, @Nullable EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
2625 windowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
2792 showInputMethodPickerFromClient( IInputMethodClient client, int auxiliarySubtypeMode) argument
2836 showInputMethodAndSubtypeEnablerFromClient( IInputMethodClient client, String inputMethodId) argument
[all...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java27 import org.apache.http.client.HttpClient;
28 import org.apache.http.client.methods.HttpPost;
29 import org.apache.http.impl.client.DefaultHttpClient;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFingerprintGestureDispatcher.java80 FingerprintGestureClient client = clientList.get(i);
81 if (client.isCapturingFingerprintGestures()) {
82 mCapturingClients.add(client);
193 * @return {@code true} if the client is capturing fingerprint gestures
/frameworks/native/libs/vr/libdvr/
H A Ddvr_surface.cpp160 auto client = DisplayClient::Create(); local
161 if (!client) {
162 ALOGE("dvrGetNamedBuffer: Failed to create display client!");
172 auto status = client->GetNamedBuffer(name);
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java82 public void connect(IAccessibilityServiceClient client, int flags) { argument
83 if (client == null) {
92 registerUiTestAutomationServiceLocked(client, flags);
327 private void registerUiTestAutomationServiceLocked(IAccessibilityServiceClient client, argument
343 // process is gone the client calling in will be killed.
344 manager.registerUiTestAutomationService(mToken, client, info, flags);
345 mClient = client;
356 // process is gone the client calling in will be killed.
369 // process is gone the client calling in will be killed.
381 // process is gone the client callin
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp111 MyMediaScannerClient(JNIEnv *env, jobject client) argument
113 mClient(env->NewGlobalRef(client)),
240 JNIEnv *env, jobject thiz, jstring path, jobject client)
259 MyMediaScannerClient myClient(env, client);
270 jstring mimeType, jobject client)
299 MyMediaScannerClient myClient(env, client);
239 android_media_MediaScanner_processDirectory( JNIEnv *env, jobject thiz, jstring path, jobject client) argument
268 android_media_MediaScanner_processFile( JNIEnv *env, jobject thiz, jstring path, jstring mimeType, jobject client) argument
/frameworks/base/core/java/android/text/style/
H A DAccessibilityClickableSpan.java142 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
143 client.performAccessibilityAction(mConnectionId, mWindowId, mSourceNodeId,
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java192 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
193 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId,
220 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
221 return client.findAccessibilityNodeInfoByAccessibilityId(mConnectionId,
258 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
259 return client.getWindow(mConnectionId, mParentId);
412 AccessibilityInteractionClient client = AccessibilityInteractionClient.getInstance();
413 return client.getWindow(mConnectionId, childId);
/frameworks/base/drm/java/android/drm/
H A DDrmOutputStream.java56 public DrmOutputStream(DrmManagerClient client, ParcelFileDescriptor pfd, String mimeType) argument
58 mClient = client;
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java215 public void setWebViewClient(WebViewClient client) { argument
221 public void setWebChromeClient(WebChromeClient client) { argument
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.h16 // VSyncWaiter encapsulates a client blocked waiting for the next vsync.
35 // VSyncChannel manages the service-side per-client context for each client
86 void AddClient(const std::shared_ptr<VSyncChannel>& client);
87 void RemoveClient(const std::shared_ptr<VSyncChannel>& client);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsObexServer.java17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.utils.ObexAppParameters;
/frameworks/support/customtabs/tests/src/android/support/customtabs/
H A DPostMessageTest.java45 * and a client side {@link PostMessageService}. Both services are bound to through
94 public void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient client) {
95 mSession = client.newSession(mCallback);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackFragmentGlueHost.java111 public void setPlaybackSeekUiClient(Client client) { argument
112 mFragment.setPlaybackSeekUiClient(client);
H A DPlaybackSupportFragmentGlueHost.java114 public void setPlaybackSeekUiClient(Client client) { argument
115 mFragment.setPlaybackSeekUiClient(client);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DPlaybackGlueHostImplWithViewHolder.java95 public void setPlaybackSeekUiClient(Client client) { argument
96 mSeekClient = client;
/frameworks/av/include/media/
H A DIResourceManagerService.h43 const sp<IResourceManagerClient> client,
/frameworks/av/include/media/stagefright/
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/media/libmedia/include/media/
H A DIResourceManagerService.h43 const sp<IResourceManagerClient> client,
/frameworks/av/media/libstagefright/foundation/include/
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);

Completed in 4103 milliseconds

1234567891011>>