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

1234567

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java938 // Don't modify the client's object!
1140 // Don't modify the client's object!
1359 // their client may have activities.
2130 // the client said not to do anything if that
2233 // We didn't do anything... but it was needed (a.k.a., client
2280 // the client said not to do anything if that
2414 // the client said not to do anything if that
2546 // in the client where it can be constructed with a
3621 String prefix, String label, boolean complete, boolean brief, boolean client,
3677 if (client
3620 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
[all...]
H A DActivityManagerService.java2830 ProcessRecord client) {
2890 if (client != null) {
2891 int clientIndex = mLruProcesses.lastIndexOf(client);
2892 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
2981 if (client != null) {
2982 // If there is a client, don't allow the process to be moved up higher
2983 // in the list than that client.
2984 int clientIndex = mLruProcesses.lastIndexOf(client);
2985 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client "
2829 updateLruProcessLocked(ProcessRecord app, boolean activityChange, ProcessRecord client) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp210 sp<Client> client(new Client(this));
211 status_t err = client->initCheck();
213 bclient = client;
2044 status_t SurfaceFlinger::addClientLayer(const sp<Client>& client, argument
2059 // attach this layer to the client
2060 client->attachLayer(handle, lbc);
2128 // one of our own. A malicious client could give us a NULL
2134 if (s.client != NULL) {
2135 sp<IBinder> binder = IInterface::asBinder(s.client);
2139 sp<Client> client( static_cas
2221 setClientStateLocked( const sp<Client>& client, const layer_state_t& s) argument
2284 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
2330 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
2356 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
2366 onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle) argument
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp169 // IAudioFlinger::createTrack() reports back to client the total size of shared memory area
170 // for the track. The client then sub-divides this into smaller buffers for its use.
171 // Currently the client uses N-buffering by default, but doesn't tell us about the value of N.
172 // So for now we just assume that client is double-buffered for fast tracks.
173 // FIXME It would be better for client to tell AudioFlinger the value of N,
175 // See the client's minBufCount and mNotificationFramesAct calculations for details.
188 // Initially this heap is used to allocate client buffers for "fast" AudioRecord.
1133 const sp<AudioFlinger::Client>& client,
1246 handle = new EffectHandle(effect, client, effectClient, priority);
1616 const sp<AudioFlinger::Client>& client,
1132 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
1615 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, int sessionId, IAudioFlinger::track_flags_t *flags, pid_t tid, int uid, status_t *status) argument
6043 createRecordTrack_l( const sp<AudioFlinger::Client>& client, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, int 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.java3426 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
3440 client = inClient;
3449 * than our client -- for the server, stop means to save state and give
3451 * For the client, we want to call onStop()/onStart() to indicate when
4984 // There was a race! Some other client managed to acquire
4992 // More complicated race!! Some client managed to acquire the
5045 // We found out about this due to execution in our client
5212 ProviderClientRecord client = installProviderAuthoritiesLocked(
5215 prc = new ProviderRefCount(holder, client, 1000, 1000);
5218 ? new ProviderRefCount(holder, client,
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1262 HdmiPlaybackClient client = null;
1264 client = manager.getPlaybackClient();
1266 mHdmiControl = new HdmiControl(client);
1274 private HdmiControl(HdmiPlaybackClient client) { argument
1275 mClient = client;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java384 * Windows that are being resized. Used so we can tell the client about
1100 final IWindow client = win.mClient;
1152 if (localLOGV) Slog.v(TAG, "Figuring out where to add app window " + client.asBinder()
2076 // First, make sure the client has the current visibility state.
2353 public int addWindow(Session session, IWindow client, int seq, argument
2385 if (mWindowMap.containsKey(client.asBinder())) {
2386 Slog.w(TAG, "Window " + client + " is already added");
2501 WindowState win = new WindowState(this, session, client, token,
2506 Slog.w(TAG, "Adding window client " + client
2696 removeWindow(Session session, IWindow client) argument
2947 setTransparentRegionWindow(Session session, IWindow client, Region region) argument
2961 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
2991 getWindowDisplayFrame(Session session, IWindow client, Rect outDisplayFrame) argument
3087 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, Configuration outConfig, Surface outSurface) argument
3414 performDeferredDestroyWindow(Session session, IWindow client) argument
3430 outOfMemoryWindow(Session session, IWindow client) argument
3446 finishDrawingWindow(Session session, IWindow client) argument
6907 viewServerListWindows(Socket client) argument
6965 viewServerGetFocusedWindow(Socket client) argument
7023 viewServerWindowCommand(Socket client, String command, String parameters) argument
8294 openSession(IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
8303 inputMethodClientHasFocus(IInputMethodClient client) argument
8725 windowForClientLocked(Session session, IWindow client, boolean throwOnError) argument
8730 windowForClientLocked(Session session, IBinder client, boolean throwOnError) 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 289 milliseconds

1234567