Searched defs:client (Results 76 - 83 of 83) sorted by relevance

1234

/frameworks/base/core/java/android/webkit/
H A DWebView.java1446 * @param client an implementation of WebViewClient
1448 public void setWebViewClient(WebViewClient client) { argument
1450 mProvider.setWebViewClient(client);
1470 * @param client an implementation of WebChromeClient
1472 public void setWebChromeClient(WebChromeClient client) { argument
1474 mProvider.setWebChromeClient(client);
H A DWebViewClassic.java2243 // We grab a copy of the back/forward list because a client of WebView
2931 if (0 == mNativeClass) return; // client isn't initialized
3608 if (0 == mNativeClass) return; // client isn't initialized
3628 if (0 == mNativeClass) return 0; // client isn't initialized
4042 public void setWebViewClient(WebViewClient client) { argument
4043 mCallbackProxy.setWebViewClient(client);
4068 public void setWebChromeClient(WebChromeClient client) { argument
4069 mCallbackProxy.setWebChromeClient(client);
4083 * Set the back/forward list client. This is an implementation of
4086 * @param client A
4088 setWebBackForwardListClient(WebBackForwardListClient client) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp158 sp<Client> client(new Client(this));
159 status_t err = client->initCheck();
161 bclient = client;
584 // will instead fail later on when the client tries to use the surface,
1606 ssize_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
1609 // attach this layer to the client
1610 size_t name = client->attachLayer(lbc);
1710 // one of our own. A malicious client could give us a NULL
1716 if (s.client != NULL) {
1717 sp<IBinder> binder = s.client
1793 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
1856 createLayer( ISurfaceComposerClient::surface_data_t* params, const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags) argument
1901 createNormalLayer( const sp<Client>& client, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format) argument
1935 createDimLayer( const sp<Client>& client, uint32_t w, uint32_t h, uint32_t flags) argument
1943 createScreenshotLayer( const sp<Client>& client, uint32_t w, uint32_t h, uint32_t flags) argument
1951 onLayerRemoved(const sp<Client>& client, SurfaceID sid) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java209 final ClientState client; field in class:InputMethodManagerService.SessionState
215 return "SessionState{uid " + client.uid + " pid " + client.pid
225 client = _client;
232 final IInputMethodClient client; field in class:InputMethodManagerService.ClientState
250 client = _client;
278 * The client that is currently bound to an input method.
288 * The input context last provided by the current client.
293 * The attributes last provided by the current client.
320 * Set if the client ha
995 addClient(IInputMethodClient client, IInputContext inputContext, int uid, int pid) argument
1007 removeClient(IInputMethodClient client) argument
1090 startInputLocked(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, int controlFlags) argument
1234 startInput(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, int controlFlags) argument
1250 finishInput(IInputMethodClient client) argument
1666 showSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
1747 hideSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
1814 windowGainedFocus(IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext) argument
1959 showInputMethodPickerFromClient(IInputMethodClient client) argument
2000 showInputMethodAndSubtypeEnablerFromClient( IInputMethodClient client, String inputMethodId) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java3061 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
3075 client = inClient;
3084 * than our client -- for the server, stop means to save state and give
3086 * For the client, we want to call onStop()/onStart() to indicate when
4664 // There was a race! Some other client managed to acquire
4712 if (prc.client != null && prc.client.mNames != null) {
4713 for (String name : prc.client.mNames) {
4722 // We found out about this due to execution in our client
4876 ProviderClientRecord client
[all...]
/frameworks/av/services/audioflinger/
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/base/services/java/com/android/server/am/
H A DActivityManagerService.java4873 // client identity accordingly before proceeding.
5722 // In this case all thumbnails were available and the client
6350 + conn.client.processName + " from process "
6360 conn.client.conProviders.remove(conn);
8190 // likewise in the client code, which also does
8907 pw.println(" provider [COMP_SPEC]: provider client-side state");
8909 pw.println(" service [COMP_SPEC]: service client-side state");
8918 pw.println(" -c: include client state.");
9912 String prefix, String label, boolean complete, boolean brief, boolean client,
9955 if (client
9911 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage) argument
[all...]
/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...]

Completed in 1063 milliseconds

1234