Searched refs:client (Results 226 - 244 of 244) sorted by relevance

12345678910

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp64 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client, argument
93 mClientRef(client),
318 * The layer handle is just a BBinder object passed to the client
794 // NOTE: buffer can be NULL if the client never drew into this
904 // SurfaceView because the WindowManager can't know when the client
1459 // the size changed, we need to ask our client to request a new buffer
1485 // record the new size, form this point on, when the client request
2201 sp<Client> client(mClientRef.promote());
2212 " client=%p\n",
2222 client
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp55 const sp<IRemoteDisplayClient> &client,
60 mClient(client),
229 ALOGW("A client tried to connect, but we already "
238 CHECK(msg->findString("client-ip", &mClientInfo.mRemoteIP));
254 ALOGI("We now have a client (%d) connected.", sessionID);
484 // Obsolete event, client is already gone.
1165 // We only support a single playback session per client.
52 WifiDisplaySource( const String16 &opPackageName, const sp<ANetworkSession> &netSession, const sp<IRemoteDisplayClient> &client, const char *path) argument
/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/am/
H A DActivityManagerService.java3257 ProcessRecord client) {
3317 if (client != null) {
3318 int clientIndex = mLruProcesses.lastIndexOf(client);
3319 if (clientIndex < 0) Slog.d(TAG, "Unknown client " + client + " when updating "
3408 if (client != null) {
3409 // If there is a client, don't allow the process to be moved up higher
3410 // in the list than that client.
3411 int clientIndex = mLruProcesses.lastIndexOf(client);
3412 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client "
3256 updateLruProcessLocked(ProcessRecord app, boolean activityChange, ProcessRecord client) argument
[all...]
H A DActivityStackSupervisor.java1196 // the paused state because they will first be resumed then paused on the client side.
1381 // their client may have activities.
1644 // in the client where it can be constructed with a
3323 String prefix, String label, boolean complete, boolean brief, boolean client,
3379 if (client && r.app != null && r.app.thread != null) {
3322 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
/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;
5907 /* these are unfilled buffers returned by client */
6385 // The client wants this buffer to be rendered.
6397 // use media timestamp if client did not request a specific render timestamp
6589 OMXClient client; local
6590 if (client.connect() != OK) {
6595 sp<IOMX> omx = client.interface();
8079 OMXClient client; local
8080 status_t err = client
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java422 public int addClient(IAccessibilityManagerClient client, int userId) { argument
429 // If the client is from a process that runs across users such as
434 mGlobalClients.register(client);
436 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid());
440 userState.mClients.register(client);
441 // If this client is not for the current user we do not
443 // We will send the state to the client on a user switch.
445 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid()
2125 IAccessibilityManagerClient client = clients.getBroadcastItem(i);
2127 client
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java98 * Note that the term Wifi when used without a p2p suffix refers to the client mode
312 * Handles client connections
461 * Get a reference to handler. This is used by a client to establish
688 loge("Send failed, client connection lost");
1821 if (DBG) logd("Remove unknown client from the list");
1954 // after a client joins. For autonomous, send now
1989 if (DBG) logd("Removed client " + deviceAddress);
1996 // Notify when a client disconnects from group
2000 if (DBG) logd("Failed to remove client " + deviceAddress);
2002 if (DBG) logd("client "
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScanner.java82 * - the processDirectory() JNI method wraps the provided mediascanner client in a native
1939 private native void processDirectory(String path, MediaScannerClient client); argument
1940 private native void processFile(String path, String mimeType, MediaScannerClient client); argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java1431 public void setClient(IPrintSpoolerClient client) { argument
1433 HandlerCallerCallback.MSG_SET_CLIENT, client);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanStateManagerTest.java892 * Summary: disconnect a client while there are pending transactions.
1095 * after a client is disconnected. To be used in every test which terminates
1096 * a client.
1098 * @param uid The ID of the client which should be deleted.
1101 WifiNanClientState client = getInternalClientState(mDut, uid);
1102 collector.checkThat("Client record not cleared up for uid=" + uid, client, nullValue());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java607 TestIntRangeManager testManager, int startId, int endId, String client) {
610 assertTrue("enabling range", testManager.enableRange(startId, endId, client));
606 verifyAddChannel( TestIntRangeManager testManager, int startId, int endId, String client) argument
/frameworks/av/services/audioflinger/
H A DThreads.cpp191 // Initially this heap is used to allocate client buffers for "fast" AudioRecord.
1399 const sp<AudioFlinger::Client>& client,
1474 handle = new EffectHandle(effect, client, effectClient, priority);
1858 const sp<AudioFlinger::Client>& client,
1888 // client expresses a preference for FAST, but we get the final say
1966 // or the client should compute and pass in a larger buffer request.
2044 track = new Track(this, client, streamType, sampleRate, format,
2149 // buffers before playing. This is to ensure the client will
4120 // indicate to client process that the track was disabled because of underrun;
4209 // enforce this condition only once to enable draining the buffer in case the client
1398 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
1857 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, int uid, status_t *status) argument
6525 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, audio_input_flags_t *flags, pid_t tid, status_t *status) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java3788 public final ProviderClientRecord client; field in class:ActivityThread.ProviderRefCount
3802 client = inClient;
3811 * than our client -- for the server, stop means to save state and give
3813 * For the client, we want to call onStop()/onStart() to indicate when
4468 // the children. However the client side view system does not support preserving
5683 // There was a race! Some other client managed to acquire
5691 // More complicated race!! Some client managed to acquire the
5744 // We found out about this due to execution in our client
5912 ProviderClientRecord client = installProviderAuthoritiesLocked(
5915 prc = new ProviderRefCount(holder, client, 100
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java3039 String client = config.getClientCertificateAlias();
3040 if (!TextUtils.isEmpty(client)) {
3041 // a valid client certificate is configured
3055 if (DBG) Slog.d(TAG, "Loading client certificate " + Credentials
3056 .USER_CERTIFICATE + client);
3064 byte[] certBytes = keyStore.get(Credentials.USER_CERTIFICATE + client);
3072 if (DBG) Slog.d(TAG, "Loaded client certificate " + Credentials
3073 .USER_CERTIFICATE + client);
3080 Slog.e(TAG, "Could not load client certificate " + Credentials
3081 .USER_CERTIFICATE + client);
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1436 HdmiPlaybackClient client = null;
1438 client = manager.getPlaybackClient();
1440 mHdmiControl = new HdmiControl(client);
1448 private HdmiControl(HdmiPlaybackClient client) { argument
1449 mClient = client;
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3580 #include <wayland-client.h>
/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 1995 milliseconds

12345678910