Searched refs:client (Results 201 - 225 of 372) sorted by relevance

1234567891011>>

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp110 const sp<ISoundTriggerClient>& client,
121 if (client == 0) {
130 sp<ModuleClient> moduleClient = module->addClient(client);
493 SoundTriggerHwService::Module::addClient(const sp<ISoundTriggerClient>& client) argument
499 if (mModuleClients[i]->client() == client) {
500 // Client already present, reuse client
504 moduleClient = new ModuleClient(this, client);
506 ALOGV("addClient() client %p", moduleClient.get());
531 ALOGV("remove client
109 attach(const sound_trigger_module_handle_t handle, const sp<ISoundTriggerClient>& client, sp<ISoundTrigger>& moduleInterface) argument
915 ModuleClient(const sp<Module>& module, const sp<ISoundTriggerClient>& client) argument
1056 sp<ISoundTriggerClient> client; local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp315 // Remove the client from the list of active clients, if there is one
319 // Disconnect client
323 // Notify the client of disconnection
327 // Ensure not in binder RPC so client disconnect PID checks work correctly
586 /*out*/sp<BasicClient>* client) {
595 *client = new CameraClient(cameraService, tmp, packageName,
612 *client = new Camera2Client(cameraService, tmp, packageName,
619 *client = new CameraDeviceClient(cameraService, tmp, packageName, cameraId,
637 *client = new CameraClient(cameraService, tmp, packageName,
882 "forward camera access to camera %s for client
582 makeClient(const sp<CameraService>& cameraService, const sp<IInterface>& cameraCb, const String16& packageName, const String8& cameraId, int api1CameraId, int facing, int clientPid, uid_t clientUid, int servicePid, bool legacyMode, int halVersion, int deviceVersion, apiLevel effectiveApiLevel, sp<BasicClient>* client) argument
962 finishConnectLocked(const sp<BasicClient>& client, const CameraService::DescriptorPtr& desc) argument
994 handleEvictionsLocked(const String8& cameraId, int clientPid, apiLevel effectiveApiLevel, const sp<IBinder>& remoteCallback, const String8& packageName, sp<BasicClient>* client, std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>>* partial) argument
1200 sp<Client> client = nullptr; local
1228 sp<Client> client = nullptr; local
1255 sp<CameraDeviceClient> client = nullptr; local
1289 sp<CLIENT> client = nullptr; local
1732 removeByClient(const BasicClient* client) argument
2363 OpsCallback(wp<BasicClient> client) argument
2369 sp<BasicClient> client = mClient.promote(); local
2752 auto client = clientDescriptor->getValue(); local
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java425 if (state.client != null) {
427 state.client.onSessionReleased(state.seq);
438 sessionState.client.onSessionReleased(sessionState.seq);
623 sendSessionTokenToClientLocked(sessionState.client,
651 sendSessionTokenToClientLocked(sessionState.client, sessionState.inputId, null,
657 private void sendSessionTokenToClientLocked(ITvInputClient client, String inputId, argument
660 client.onSessionCreated(inputId, sessionToken, channel, seq);
703 // Also remove the session token from the session token list of the current client and
705 ClientState clientState = userState.clientStateMap.get(sessionState.client.asBinder());
709 userState.clientStateMap.remove(sessionState.client
1149 createSession(final ITvInputClient client, final String inputId, boolean isRecordingSession, int seq, int userId) argument
2219 private final ITvInputClient client; field in class:TvInputManagerService.SessionState
2229 SessionState(IBinder sessionToken, String inputId, ComponentName componentName, boolean isRecordingSession, ITvInputClient client, int seq, int callingUid, int userId) argument
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method.h7 #include <pdx/client.h>
120 // Returns an error code from a remote method to the client. May be called
129 // Returns a value from a remote method to the client. The usual method to
328 // Definitions for template methods declared in pdx/client.h.
336 static typename rpc::EnableIfDirectReturn<R, Status<R>> Invoke(Client& client, argument
338 Transaction trans{client};
347 Client& client, Args... args) {
348 Transaction trans{client};
390 Client& client, R* return_value, Args... args) {
391 Transaction trans{client};
346 Invoke( Client& client, Args... args) argument
389 InvokeInPlace( Client& client, R* return_value, Args... args) argument
410 InvokeInPlace( Client& client, R* return_value, Args... args) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java108 public void registerClient(FrameClient client) { argument
111 clientTargets.add(client);
112 mClients.add(client);
113 onRegisterClient(client, context);
116 public void unregisterClient(FrameClient client) { argument
119 clientTargets.remove(client);
123 mClients.remove(client);
150 protected void onRegisterClient(FrameClient client, EGLContext context) { argument
256 for (FrameClient client : mClients) {
257 client
313 onRegisterClient(FrameClient client, EGLContext context) argument
1775 registerClient(FrameClient client) argument
1783 unregisterClient(FrameClient client) argument
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h37 virtual status_t connect(const sp<hardware::ICameraClient>& client);
127 const sp<hardware::ICameraClient>& client,
168 // trying to deliver the callback messages if the client is not
169 // interested in it anymore. For example, if the client is calling
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamBase.h49 * Each instance of AAudioServiceStreamBase corresponds to a client stream.
83 * An AAUDIO_SERVICE_EVENT_STARTED will be sent to the client when complete.
91 * An AAUDIO_SERVICE_EVENT_PAUSED will be sent to the client when complete.
99 * An AAUDIO_SERVICE_EVENT_STOPPED will be sent to the client when complete.
109 * An AAUDIO_SERVICE_EVENT_FLUSHED will be sent to the client when complete.
114 virtual aaudio_result_t startClient(const android::AudioClient& client __unused,
116 ALOGD("AAudioServiceStreamBase::startClient(%p, ...) AAUDIO_ERROR_UNAVAILABLE", &client);
132 * Send a message to the client with an int64_t data value.
137 * Send a message to the client with an double data value.
H A DAAudioServiceStreamMMAP.cpp62 // Open stream on HAL and pass information about the shared memory buffer back to the client.
124 aaudio_result_t AAudioServiceStreamMMAP::startClient(const android::AudioClient& client, argument
131 // Start the client on behalf of the application. Generate a new porthandle.
132 aaudio_result_t result = endpoint->startClient(client, clientHandle);
H A DAAudioClientTracker.h49 aaudio_result_t registerClient(pid_t pid, const android::sp<android::IAAudioClient>& client);
H A DAAudioService.cpp76 void AAudioService::registerClient(const sp<IAAudioClient>& client) { argument
78 AAudioClientTracker::getInstance().registerClient(pid, client);
89 // Enforce limit on client processes.
304 const android::AudioClient& client,
311 aaudio_result_t result = serviceStream->startClient(client, clientHandle);
303 startClient(aaudio_handle_t streamHandle, const android::AudioClient& client, audio_port_handle_t *clientHandle) argument
/frameworks/base/core/java/android/app/servertransaction/
H A DClientTransaction.java34 * A container that holds a sequence of messages, which may be sent to a client.
44 /** A list of individual callbacks to a client. */
48 * Final lifecycle state in which the client activity should be after the transaction is
53 /** Target client. */
56 /** Target client activity. Might be null if the entire transaction is targeting an app. */
59 /** Get the target client of the transaction. */
94 * Set the lifecycle state in which the client should be after executing the transaction.
102 * Do what needs to be done while the transaction is being scheduled on the client side.
103 * @param clientTransactionHandler Handler on the client side that will executed all operations
119 * Schedule the transaction after it was initialized. It will be send to client an
138 obtain(IApplicationThread client, IBinder activityToken) argument
[all...]
/frameworks/base/core/java/android/os/
H A DFileBridge.java40 * server side needs to strongly assert that a client side is completely
146 public FileBridgeOutputStream(FileDescriptor client) { argument
148 mClient = client;
/frameworks/base/core/java/android/print/
H A DIPrintSpooler.aidl108 void setClient(IPrintSpoolerClient client);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DDocumentsProviderTest.java61 try (ContentProviderClient client =
63 final Path actual = DocumentsContract.findDocumentPath(client, docUri);
/frameworks/av/camera/include/camera/android/hardware/
H A DICamera.h55 // connect new client with existing camera remote
56 virtual status_t connect(const sp<ICameraClient>& client) = 0;
72 // set a buffer interface to use for client-received preview frames instead
/frameworks/av/include/camera/android/hardware/
H A DICamera.h55 // connect new client with existing camera remote
56 virtual status_t connect(const sp<ICameraClient>& client) = 0;
72 // set a buffer interface to use for client-received preview frames instead
/frameworks/av/media/libaaudio/src/binding/
H A DIAAudioService.cpp48 void registerClient(const sp<IAAudioClient>& client) override
52 data.writeStrongBinder(IInterface::asBinder(client));
65 ALOGE("BpAAudioService::client openStream transact failed %d", err);
72 ALOGE("BpAAudioService::client transact(OPEN_STREAM) readInt %d", err);
75 ALOGE("BpAAudioService::client OPEN_STREAM passed stream %d", stream);
80 ALOGE("BpAAudioService::client openStream readFromParcel failed %d", err);
94 ALOGE("BpAAudioService::client closeStream transact failed %d", err);
111 ALOGE("BpAAudioService::client transact(GET_STREAM_DESCRIPTION) returns %d", err);
118 ALOGE("BpAAudioService::client transact(GET_STREAM_DESCRIPTION) readInt %d", err);
121 ALOGE("BpAAudioService::client GET_STREAM_DESCRIPTIO
253 sp<IAAudioClient> client = interface_cast<IAAudioClient>( local
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h42 explicit StreamingProcessor(sp<Camera2Client> client);
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderSessionAdapter.java17 package com.android.layoutlib.bridge.remote.client.adapters;
H A DRemoteSessionParamsAdapter.java17 package com.android.layoutlib.bridge.remote.client.adapters;
/frameworks/native/include/gui/
H A DSurfaceControl.h88 const sp<SurfaceComposerClient>& client,
/frameworks/native/libs/gui/include/gui/
H A DSurfaceControl.h88 const sp<SurfaceComposerClient>& client,
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
H A DMockPlaylistAgent.java17 package androidx.media.test.client;
H A DTestHelperTest.java17 package androidx.media.test.client;
/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
H A DWebViewClientCompatTest.java236 private void enableSafeBrowsingAndLoadUnsafePage(SafeBrowsingClient client) throws Throwable { argument
244 Assert.assertNull(client.getOnReceivedResourceError());
248 client.getOnSafeBrowsingHitRequest().getUrl().toString());
249 Assert.assertTrue(client.getOnSafeBrowsingHitRequest().isForMainFrame());

Completed in 465 milliseconds

1234567891011>>