Searched defs:client (Results 151 - 164 of 164) sorted by relevance

1234567

/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/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp252 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { argument
253 status_t err = client->initCheck();
255 return client;
2584 ALOGV("Rendering client layers");
2649 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2676 // attach this layer to the client
2677 client->attachLayer(handle, lbc);
2778 // one of our own. A malicious client could give us a NULL
2784 if (s.client != NULL) {
2785 sp<IBinder> binder = IInterface::asBinder(s.client);
2881 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
3001 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, uint32_t windowType, uint32_t ownerUid, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
3076 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
3102 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
3112 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp232 static sp<ISurfaceComposerClient> initClient(const sp<Client>& client) { argument
233 status_t err = client->initCheck();
235 return client;
2314 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2341 // attach this layer to the client
2342 client->attachLayer(handle, lbc);
2443 // one of our own. A malicious client could give us a NULL
2449 if (s.client != NULL) {
2450 sp<IBinder> binder = IInterface::asBinder(s.client);
2453 sp<Client> client( static_cas
2546 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2661 createLayer( const String8& name, const sp<Client>& client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, uint32_t windowType, uint32_t ownerUid, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent) argument
2736 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
2762 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
2772 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp396 // Submit output buffers to the decoder, submit input buffers to client
993 // if we require conversion, allocate conversion buffer for client use;
5679 // these are unfilled buffers returned by client
6113 // The client wants this buffer to be rendered.
6146 // use media timestamp if client did not request a specific render timestamp
6337 OMXClient client; local
6339 if (client.connect(&trebleFlag) != OK) {
6345 sp<IOMX> omx = client.interface();
7504 // don't set vendor extension if client has not provided any of its parameters
7505 // or if client simpl
8210 OMXClient client; local
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp201 // Initially this heap is used to allocate client buffers for "fast" AudioRecord.
904 // Uses AID_AUDIOSERVER for wakelock. updateWakeLockUids_l() updates with client uids.
1274 const sp<AudioFlinger::Client>& client,
1345 handle = new EffectHandle(effect, client, effectClient, priority);
1589 // Updates ActiveTracks client uids to the thread wakelock.
1832 const sp<AudioFlinger::Client>& client,
1863 // client expresses a preference for FAST, but we get the final say
1946 // or the client should compute and pass in a larger buffer request.
2024 track = new Track(this, client, streamType, sampleRate, format,
2132 // buffers before playing. This is to ensure the client wil
1273 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, bool pinned) argument
1831 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, audio_output_flags_t *flags, pid_t tid, uid_t uid, status_t *status, audio_port_handle_t portId) argument
6577 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, uid_t uid, audio_input_flags_t *flags, pid_t tid, status_t *status, audio_port_handle_t portId) argument
7515 start(const MmapStreamInterface::Client& client, audio_port_handle_t *handle) argument
7608 start(const MmapStreamInterface::Client& client, audio_port_handle_t *handle) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java4013 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
4027 client = inClient;
4036 * than our client -- for the server, stop means to save state and give
4038 * For the client, we want to call onStop()/onStart() to indicate when
4703 // the children. However the client side view system does not support preserving
4856 * @return {@link Configuration} instance sent to client, null if not sent.
4921 * @return Configuration sent to client, null if no changes and not moved to different display.
6089 // There was a race! Some other client managed to acquire
6097 // More complicated race!! Some client managed to acquire the
6150 // We found out about this due to execution in our client
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java446 public long addClient(IAccessibilityManagerClient client, int userId) { argument
453 // If the client is from a process that runs across users such as
458 mGlobalClients.register(client);
460 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid());
465 userState.mUserClients.register(client);
466 // If this client is not for the current user we do not
468 // We will send the state to the client on a user switch.
470 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid()
1388 broadcastToClients(userState, (client) -> {
1390 client
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1331 // the paused state because they will first be resumed then paused on the client side.
1544 // their client may have activities.
1876 // in the client where it can be constructed with a
2637 * that the client receives onStop() before it is reparented. We do this by detaching
3821 String prefix, String label, boolean complete, boolean brief, boolean client,
3877 if (client && r.app != null && r.app.thread != null) {
3820 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.java3361 ProcessRecord client) {
3421 if (client != null) {
3422 int clientIndex = mLruProcesses.lastIndexOf(client);
3423 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
3512 if (client != null) {
3513 // If there is a client, don't allow the process to be moved up higher
3514 // in the list than that client.
3515 int clientIndex = mLruProcesses.lastIndexOf(client);
3516 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client "
3360 updateLruProcessLocked(ProcessRecord app, boolean activityChange, ProcessRecord client) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1736 HdmiPlaybackClient client = null;
1738 client = manager.getPlaybackClient();
1740 mHdmiControl = new HdmiControl(client);
1748 private HdmiControl(HdmiPlaybackClient client) { argument
1749 mClient = client;
/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...]
/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 8568 milliseconds

1234567