Searched refs:client (Results 101 - 125 of 313) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libdvr/
H A Ddvr_hardware_composer_client.cpp62 std::unique_ptr<DvrHwcClient> client(new DvrHwcClient());
65 client->composer = android::interface_cast<android::dvr::IVrComposer>(
67 if (!client->composer.get())
70 client->callback = new HwcCallback(callback, data);
71 android::binder::Status status = client->composer->registerObserver(
72 client->callback);
76 return client.release();
79 void dvrHwcClientDestroy(DvrHwcClient* client) { argument
80 delete client;
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp14 #include <pdx/client.h>
54 // Defines a serializable user type that may be transferred between client and
128 // Defines the contract between the client and service, including ServiceFS
189 // Test client to send messages to the test service.
550 // thread, either the service or client must be destroyed before stopping the
553 // stopping the dispatcher the client destructor will get blocked waiting for a
593 // Create a client to service.
594 auto client = TestClient::Create(); local
595 ASSERT_NE(nullptr, client);
597 const int sum = client
647 auto client = TestClient::Create(); local
691 auto client = TestClient::Create(); local
716 auto client = TestClient::Create(); local
731 auto client = TestClient::Create(); local
755 auto client = TestClient::Create(); local
[all...]
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h96 explicit Lock(SharedCameraCallbacks &client);
102 explicit SharedCameraCallbacks(const sp<TCamCallbacks>& client);
103 SharedCameraCallbacks& operator=(const sp<TCamCallbacks>& client);
121 /** Binder client interface-related private members */
123 // Mutex that must be locked by methods implementing the binder client
124 // interface. Ensures serialization between incoming client calls.
/frameworks/base/services/core/java/com/android/server/location/
H A DActivityRecognitionProxy.java138 IActivityRecognitionHardwareClient client =
140 if (client == null) {
141 Log.e(TAG, "No client found on connection.");
145 client.onAvailabilityChanged(mIsSupported, mInstance);
147 Log.e(TAG, "Error delivering hardware interface to client.", e);
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_deleter.h30 void dvrDisplayManagerDestroy(DvrDisplayManager* client);
33 void dvrHwcClientDestroy(DvrHwcClient* client);
35 void dvrVSyncClientDestroy(DvrVSyncClient* client);
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h266 const std::shared_ptr<ClientDescriptor<KEY, VALUE>>& client);
296 const std::shared_ptr<ClientDescriptor<KEY, VALUE>>& client) const;
299 * Return a vector of active ClientDescriptors that prevent this client from being added.
302 const std::shared_ptr<ClientDescriptor<KEY, VALUE>>& client) const;
327 * Block until the given client is no longer in the active clients list, or the timeout
333 status_t waitUntilRemoved(const std::shared_ptr<ClientDescriptor<KEY, VALUE>> client,
337 * Set the current listener for client add/remove events.
347 * The onClientRemoved method will be called when the client has been removed or evicted
349 * method will be called when the client has been added to the ClientManager that this
362 * vector of ClientDescriptors that are higher priority than the incoming client an
410 wouldEvictLocked( const std::shared_ptr<ClientDescriptor<KEY, VALUE>>& client, bool returnIncompatibleClients) const argument
503 addAndEvict( const std::shared_ptr<ClientDescriptor<KEY, VALUE>>& client) argument
620 waitUntilRemoved( const std::shared_ptr<ClientDescriptor<KEY, VALUE>> client, nsecs_t timeout) const argument
[all...]
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java131 // Binder token for this client
133 // This client's UID
135 // This client's PID
137 // List of all receivers for this client
140 // List of all device connections for this client
193 // ignore private devices that our client cannot access
207 // ignore private devices that our client cannot access
221 // ignore private devices that our client cannot access
270 Client client = mClients.get(token);
271 if (client
531 DeviceConnection(Device device, Client client, IMidiDeviceOpenCallback callback) argument
[all...]
/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl78 ICamera connect(ICameraClient client,
100 ICamera connectLegacy(ICameraClient client,
/frameworks/av/include/radio/
H A DIRadioService.h40 const sp<IRadioClient>& client,
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h40 const sp<ISoundTriggerClient>& client,
/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.h37 const sp<IRemoteDisplayClient> &client,
/frameworks/av/radio/
H A DIRadioService.cpp80 const sp<IRadioClient>& client,
88 data.writeStrongBinder(IInterface::asBinder(client));
155 sp<IRadioClient> client = local
166 status_t status = attach(handle, client, configPtr, withAudio, radio);
79 attach(radio_handle_t handle, const sp<IRadioClient>& client, const struct radio_band_config *config, bool withAudio, sp<IRadio>& radio) argument
/frameworks/av/soundtrigger/
H A DISoundTriggerHwService.cpp81 const sp<ISoundTriggerClient>& client,
87 data.writeStrongBinder(IInterface::asBinder(client));
156 sp<ISoundTriggerClient> client = local
159 status_t status = attach(handle, client, module);
80 attach(const sound_trigger_module_handle_t handle, const sp<ISoundTriggerClient>& client, sp<ISoundTrigger>& module) argument
/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A Dperformance_client.h10 #include <pdx/client.h>
/frameworks/native/vulkan/include/vulkan/
H A Dvk_platform.h105 #include <wayland-client.h>
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java17 package android.bluetooth.client.map;
H A DBluetoothMasRequestGetMessagesListing.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.BluetoothMasClient.MessagesFilter;
20 import android.bluetooth.client.map.utils.ObexAppParameters;
21 import android.bluetooth.client.map.utils.ObexTime;
H A DBluetoothMasRequestSetPath.java17 package android.bluetooth.client.map;
/frameworks/av/include/media/
H A DIMediaPlayerService.h50 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client,
60 // display client when display connection, disconnection or errors occur.
64 const sp<IRemoteDisplayClient>& client, const String8& iface) = 0;
/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayerService.h50 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client,
60 // display client when display connection, disconnection or errors occur.
64 const sp<IRemoteDisplayClient>& client, const String8& iface) = 0;
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl36 void connect(IAccessibilityServiceClient client, int flags);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp109 const sp<ISoundTriggerClient>& client,
119 if (client == 0) {
128 sp<ModuleClient> moduleClient = module->addClient(client);
509 SoundTriggerHwService::Module::addClient(const sp<ISoundTriggerClient>& client) argument
515 if (mModuleClients[i]->client() == client) {
516 // Client already present, reuse client
520 moduleClient = new ModuleClient(this, client);
522 ALOGV("addClient() client %p", moduleClient.get());
544 ALOGV("remove client
108 attach(const sound_trigger_module_handle_t handle, const sp<ISoundTriggerClient>& client, sp<ISoundTrigger>& moduleInterface) argument
744 sp<ISoundTriggerClient> client; local
768 sp<ISoundTriggerClient> client; local
919 ModuleClient(const sp<Module>& module, const sp<ISoundTriggerClient>& client) argument
1057 sp<ISoundTriggerClient> client; local
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java32 * will be the group owner and the other will be a group client.
84 * P2P-GROUP-STARTED p2p-wlan0-0 [client|GO] ssid="DIRECT-W8" freq=2437
88 * P2P-GROUP-REMOVED p2p-wlan0-0 [client|GO] reason=REQUESTED
136 // set source address into the client list.
198 for (WifiP2pDevice client : mClients) {
199 if (client.equals(device)) return;
269 for (WifiP2pDevice client : mClients) {
270 sbuf.append("\n Client: ").append(client);
301 for (WifiP2pDevice client : mClients) {
302 dest.writeParcelable(client, flag
[all...]
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp49 const sp<SurfaceComposerClient>& client,
52 : mClient(client), mHandle(handle), mGraphicBufferProducer(gbp)
79 // that a client living in the same process still holds references which
209 const sp<SurfaceComposerClient>& client(mClient);
210 return client->clearLayerFrameStats(mHandle);
216 const sp<SurfaceComposerClient>& client(mClient);
217 return client->getLayerFrameStats(mHandle, outStats);
223 ALOGE("invalid handle (%p) or client (%p)",
48 SurfaceControl( const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbp) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiKeyStore.java129 // Remove client key+cert
174 * Install a client certificate chain into the keystore.
223 String client = config.getClientCertificateAlias();
224 // a valid client certificate is configured
225 if (!TextUtils.isEmpty(client)) {
226 if (mVerboseLoggingEnabled) Log.d(TAG, "removing client private key and user cert");
227 mKeyStore.delete(Credentials.USER_PRIVATE_KEY + client, Process.WIFI_UID);
228 mKeyStore.delete(Credentials.USER_CERTIFICATE + client, Process.WIFI_UID);
279 String client = config.getClientCertificateAlias();
280 if (!TextUtils.isEmpty(client)) {
[all...]

Completed in 561 milliseconds

1234567891011>>