Searched defs:client (Results 126 - 136 of 136) sorted by relevance

123456

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java237 final ClientState client; field in class:InputMethodManagerService.SessionState
245 return "SessionState{uid " + client.uid + " pid " + client.pid
256 client = _client;
264 final IInputMethodClient client; field in class:InputMethodManagerService.ClientState
282 client = _client;
320 * The client that is currently bound to an input method.
326 * from the input method client. If the window state is already changed before the report is
332 * The client by which {@link #mCurFocusedWindow} was reported. Used only for debugging.
337 * The input context last provided by the current client
1222 addClient(IInputMethodClient client, IInputContext inputContext, int uid, int pid) argument
1234 removeClient(IInputMethodClient client) argument
1331 startInputLocked( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
1494 startInput( final int startInputReason, IInputMethodClient client, IInputContext inputContext, final int missingMethods, @Nullable EditorInfo attribute, int controlFlags) argument
1524 finishInput(IInputMethodClient client) argument
2065 showSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
2152 hideSoftInput(IInputMethodClient client, int flags, ResultReceiver resultReceiver) argument
2230 startInputOrWindowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, @Nullable EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
2244 windowGainedFocus( final int startInputReason, IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext, final int missingMethods) argument
2405 showInputMethodPickerFromClient( IInputMethodClient client, int auxiliarySubtypeMode) argument
2449 showInputMethodAndSubtypeEnablerFromClient( IInputMethodClient client, String inputMethodId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1165 // the paused state because they will first be resumed then paused on the client side.
1347 // their client may have activities.
1610 // in the client where it can be constructed with a
3237 String prefix, String label, boolean complete, boolean brief, boolean client,
3293 if (client && r.app != null && r.app.thread != null) {
3236 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List<ActivityRecord> list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage, boolean needNL, String header1, String header2) argument
H A DActivityManagerService.java3203 ProcessRecord client) {
3263 if (client != null) {
3264 int clientIndex = mLruProcesses.lastIndexOf(client);
3265 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
3354 if (client != null) {
3355 // If there is a client, don't allow the process to be moved up higher
3356 // in the list than that client.
3357 int clientIndex = mLruProcesses.lastIndexOf(client);
3358 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client "
3202 updateLruProcessLocked(ProcessRecord app, boolean activityChange, ProcessRecord client) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp214 sp<Client> client(new Client(this));
215 status_t err = client->initCheck();
217 bclient = client;
2002 ALOGV("Rendering client layers");
2062 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2077 // attach this layer to the client
2078 client->attachLayer(handle, lbc);
2146 // one of our own. A malicious client could give us a NULL
2152 if (s.client != NULL) {
2153 sp<IBinder> binder = IInterface::asBinder(s.client);
2246 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2326 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
2372 createNormalLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2398 createDimLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2408 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp213 sp<Client> client(new Client(this));
214 status_t err = client->initCheck();
216 bclient = client;
2078 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2093 // attach this layer to the client
2094 client->attachLayer(handle, lbc);
2162 // one of our own. A malicious client could give us a NULL
2168 if (s.client != NULL) {
2169 sp<IBinder> binder = IInterface::asBinder(s.client);
2173 sp<Client> client( static_cas
2262 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2342 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
2388 createNormalLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2414 createDimLayer(const sp<Client>& client, const String8& name, uint32_t w, uint32_t h, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* outLayer) argument
2424 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp365 // Submit output buffers to the decoder, submit input buffers to client
910 // if we require conversion, allocate conversion buffer for client use;
5671 /* these are unfilled buffers returned by client */
6149 // The client wants this buffer to be rendered.
6161 // use media timestamp if client did not request a specific render timestamp
6353 OMXClient client; local
6354 if (client.connect() != OK) {
6359 sp<IOMX> omx = client.interface();
7821 OMXClient client; local
7822 status_t err = client
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp191 // Initially this heap is used to allocate client buffers for "fast" AudioRecord.
1261 const sp<AudioFlinger::Client>& client,
1374 handle = new EffectHandle(effect, client, effectClient, priority);
1748 const sp<AudioFlinger::Client>& client,
1765 // client expresses a preference for FAST, but we get the final say
1822 // or the client should compute and pass in a larger buffer request.
1900 track = new Track(this, client, streamType, sampleRate, format,
2005 // buffers before playing. This is to ensure the client will
3946 // indicate to client process that the track was disabled because of underrun;
4035 // enforce this condition only once to enable draining the buffer in case the client
1260 createEffect_l( const sp<AudioFlinger::Client>& client, const sp<IEffectClient>& effectClient, int32_t priority, audio_session_t sessionId, effect_descriptor_t *desc, int *enabled, status_t *status) argument
1747 createTrack_l( const sp<AudioFlinger::Client>& client, audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, const sp<IMemory>& sharedBuffer, audio_session_t sessionId, IAudioFlinger::track_flags_t *flags, pid_t tid, int uid, status_t *status) argument
6276 createRecordTrack_l( const sp<AudioFlinger::Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, audio_session_t sessionId, size_t *notificationFrames, int uid, IAudioFlinger::track_flags_t *flags, pid_t tid, status_t *status) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java3759 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
3773 client = inClient;
3782 * than our client -- for the server, stop means to save state and give
3784 * For the client, we want to call onStop()/onStart() to indicate when
4432 // the children. However the client side view system does not support preserving
5641 // There was a race! Some other client managed to acquire
5649 // More complicated race!! Some client managed to acquire the
5702 // We found out about this due to execution in our client
5870 ProviderClientRecord client = installProviderAuthoritiesLocked(
5873 prc = new ProviderRefCount(holder, client, 100
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1414 HdmiPlaybackClient client = null;
1416 client = manager.getPlaybackClient();
1418 mHdmiControl = new HdmiControl(client);
1426 private HdmiControl(HdmiPlaybackClient client) { argument
1427 mClient = client;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java443 * Windows that are being resized. Used so we can tell the client about
1153 final IWindow client = win.mClient;
1164 if (localLOGV) Slog.v(TAG_WM, "Figuring out where to add app window " + client.asBinder()
1849 public int addWindow(Session session, IWindow client, int seq, argument
1881 if (mWindowMap.containsKey(client.asBinder())) {
1882 Slog.w(TAG_WM, "Window " + client + " is already added");
2009 WindowState win = new WindowState(this, session, client, token,
2014 Slog.w(TAG_WM, "Adding window client " + client.asBinder()
2052 mWindowMap.put(client
2294 removeWindow(Session session, IWindow client) argument
2600 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
2617 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
2648 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
2688 repositionChild(Session session, IWindow client, int left, int top, int right, int bottom, long frameNumber, Rect outFrame) argument
2746 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, Configuration outConfig, Surface outSurface) argument
3104 performDeferredDestroyWindow(Session session, IWindow client) argument
3121 outOfMemoryWindow(Session session, IWindow client) argument
3137 finishDrawingWindow(Session session, IWindow client) argument
6938 viewServerListWindows(Socket client) argument
6996 viewServerGetFocusedWindow(Socket client) argument
7054 viewServerWindowCommand(Socket client, String command, String parameters) argument
8666 openSession(IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
8675 inputMethodClientHasFocus(IInputMethodClient client) argument
9089 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
9094 windowForClientLocked(Session session, IBinder client, boolean throwOnError) argument
11090 updatePointerIcon(IWindow client) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 943 milliseconds

123456