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

1234567891011>>

/frameworks/base/core/java/android/app/
H A DApplication.java319 final AutofillManager.AutofillClient client = super.getAutofillClient();
320 if (client != null) {
321 return client;
329 // client only if a call comes from the focused activity. Sigh...
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java55 @NonNull IPrintServiceClient client) {
58 mPrintServiceClient = client;
59 mDocument = new PrintDocument(mCachedInfo.getId(), client,
54 PrintJob(@onNull Context context, @NonNull PrintJobInfo jobInfo, @NonNull IPrintServiceClient client) argument
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_tests.cpp13 #include <pdx/client.h>
139 auto worker = [](std::shared_ptr<TestClient> client,
144 ASSERT_EQ(expected, client->Sum(data));
148 // Start client threads.
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp11 #include <pdx/client.h>
138 // Opcodes for client/service protocol.
184 const char kOptionClient[] = "client";
407 // Implements the client side of the benchmark.
573 // Start the requested number of client threads.
604 std::cerr << "Starting client thread " << thread_id_counter << " service "
616 SetThreadName("client" + std::to_string(thread_id) + "/" +
621 auto client =
623 if (!client) {
624 std::cerr << "Failed to create client fo
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h226 // Return the package name for this client
229 // Notify client about a fatal error
233 // Get the UID of the application client using this
236 // Get the PID of the application client using this
239 // Check what API level is used for this client. This is used to determine which
243 // Block the client form using the camera
285 explicit OpsCallback(wp<BasicClient> client);
309 virtual status_t connect(const sp<hardware::ICameraClient>& client) = 0;
344 // return our camera client
356 // Check what API level is used for this client
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp43 StreamingProcessor::StreamingProcessor(sp<Camera2Client> client): argument
44 mClient(client),
45 mDevice(client->getCameraDevice()),
46 mId(client->getCameraId()),
110 sp<Camera2Client> client = mClient.promote(); local
111 if (client == 0) {
H A DJpegProcessor.cpp39 sp<Camera2Client> client,
42 mDevice(client->getCameraDevice()),
44 mId(client->getCameraId()),
38 JpegProcessor( sp<Camera2Client> client, wp<CaptureSequencer> sequencer) argument
H A DZslProcessor.h49 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
75 * A capture request is created and submitted on behalf of the client.
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java69 * This class represents an active client session. There is generally one
97 IInputMethodClient client, IInputContext inputContext) {
100 mClient = client;
141 mService.mInputMethodManager.addClient(client, inputContext,
144 client.setUsingInputMethod(false);
146 client.asBinder().linkToDeath(this, 0);
151 mService.mInputMethodManager.removeClient(client);
96 Session(WindowManagerService service, IWindowSessionCallback callback, IInputMethodClient client, IInputContext inputContext) argument
/frameworks/av/cmds/stagefright/
H A Dstream.cpp355 sp<MyClient> client = new MyClient; local
382 service->create(client, AUDIO_SESSION_ALLOCATE);
388 client->waitForEOS();
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.h26 #include "client/IsochronousClockModel.h"
27 #include "client/AudioEndpoint.h"
93 aaudio_result_t startClient(const android::AudioClient& client,
163 bool mInService = false; // Is this running in the client or the service?
/frameworks/av/services/audioflinger/
H A DRecordTracks.h26 const sp<Client>& client,
81 bool mOverflow; // overflow on most recent attempt to fill client buffer
83 AudioBufferProvider::Buffer mSink; // references client's buffer sink in shared memory
H A DAudioFlinger.cpp267 const AudioClient& client,
282 direction, attr, config, client, deviceId,
291 const AudioClient& client,
316 &streamType, client.clientPid, client.clientUid,
324 client.clientPid,
325 client.clientUid,
326 client.packageName,
402 sp<Client> client = mClients.valueAt(i).promote(); local
403 if (client !
264 openMmapStream(MmapStreamInterface::stream_direction_t direction, const audio_attributes_t *attr, audio_config_base_t *config, const AudioClient& client, audio_port_handle_t *deviceId, audio_session_t *sessionId, const sp<MmapStreamCallback>& callback, sp<MmapStreamInterface>& interface, audio_port_handle_t *handle) argument
288 openMmapStream(MmapStreamInterface::stream_direction_t direction, const audio_attributes_t *attr, audio_config_base_t *config, const AudioClient& client, audio_port_handle_t *deviceId, audio_session_t *sessionId, const sp<MmapStreamCallback>& callback, sp<MmapStreamInterface>& interface, audio_port_handle_t *handle) argument
589 sp<Client> client = mClients.valueFor(pid).promote(); local
661 sp<Client> client; local
1438 registerClient(const sp<IAudioFlingerClient>& client) argument
1566 NotificationClient(const sp<AudioFlinger>& audioFlinger, const sp<IAudioFlingerClient>& client, pid_t pid) argument
1627 sp<Client> client; local
3151 sp<Client> client = registerPid(pid); local
[all...]
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl74 IWindowSession openSession(in IWindowSessionCallback callback, in IInputMethodClient client,
76 boolean inputMethodClientHasFocus(IInputMethodClient client);
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderResourcesAdapter.java17 package com.android.layoutlib.bridge.remote.client.adapters;
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h6 #include <pdx/client.h>
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_hardware_composer_client.h17 // @param client_state Pointer to client state passed in |dvrHwcCreateClient()|.
18 // @param frame New frame. Owned by the client.
23 // @param client_state Pointer to client state passed back in the callback.
28 void dvrHwcClientDestroy(DvrHwcClient* client);
/frameworks/native/services/surfaceflinger/
H A DBufferLayer.h59 BufferLayer(SurfaceFlinger* flinger, const sp<Client>& client, const String8& name, uint32_t w,
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
H A DMediaItemTest.java16 package android.support.mediacompat.client;
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
H A DTestHelper.java17 package androidx.media.test.client;
H A DTestUtils.java17 package androidx.media.test.client;
/frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
H A DMediaItemTest.java16 package android.support.mediacompat.client;
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java303 boolean addClientLocked(IAutoFillManagerClient client) { argument
307 mClients.register(client);
312 void removeClientLocked(IAutoFillManagerClient client) { argument
314 mClients.unregister(client);
359 final IAutoFillManagerClient client = IAutoFillManagerClient.Stub
362 client.setSessionFinished(AutofillManager.STATE_DISABLED_BY_SERVICE);
1088 final IAutoFillManagerClient client = clients.getBroadcastItem(i);
1093 resetSession = resetClient || isClientSessionDestroyedLocked(client);
1112 client.setState(flags);
1123 private boolean isClientSessionDestroyedLocked(IAutoFillManagerClient client) { argument
[all...]
/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp28 AudioPolicyTestClient client; local
29 AudioPolicyTestManager manager(&client);
31 // Since the default client fails to open anything,
/frameworks/av/services/oboeservice/
H A DAAudioClientTracker.cpp65 // Create a tracker for the client.
67 const sp<IAAudioClient>& client) {
75 sp<IBinder> binder = IInterface::asBinder(client);
97 return 0; // no existing client
163 // Close any open streams for the client.
200 result << " client: pid = " << mProcessId << " has " << mStreams.size() << " streams\n";
66 registerClient(pid_t pid, const sp<IAAudioClient>& client) argument

Completed in 381 milliseconds

1234567891011>>