Searched refs:client (Results 151 - 175 of 313) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/foundation/include/
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/media/libstagefright/include/
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.h47 JpegProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
/frameworks/av/services/radio/
H A DRadioService.h58 const sp<IRadioClient>& client,
77 sp<ModuleClient> addClient(const sp<IRadioClient>& client,
126 wp<ModuleClient> mModuleClient; // client module the thread belongs to
139 const sp<IRadioClient>& client,
170 sp<IRadioClient> client() const { return mClient; } function in class:android::RadioService::ModuleClient
192 wp<Module> mModule; // The module this client is attached to
198 // this client does not have control on any
H A DRadioService.cpp108 const sp<IRadioClient>& client,
120 if (client == 0) {
137 radio = module->addClient(client, config, withAudio);
388 sp<RadioService::ModuleClient> RadioService::Module::addClient(const sp<IRadioClient>& client, argument
403 if (mModuleClients[i]->client() == client) {
404 // client already connected: reject
408 moduleClient = new ModuleClient(this, client, config, audio);
422 // If another client is preempted, it is notified by a callback with RADIO_EVENT_CONTROL
424 // - If the newly connected client request
107 attach(radio_handle_t handle, const sp<IRadioClient>& client, const struct radio_band_config *config, bool withAudio, sp<IRadio>& radio) argument
644 ModuleClient(const sp<Module>& module, const sp<IRadioClient>& client, const struct radio_band_config *config, bool audio) argument
908 sp<IRadioClient> client; local
[all...]
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h54 const sp<ISoundTriggerClient>& client,
135 sp<ModuleClient> addClient(const sp<ISoundTriggerClient>& client);
160 const sp<ISoundTriggerClient>& client);
186 sp<ISoundTriggerClient> client() const { return mClient; } function in class:android::SoundTriggerHwService::ModuleClient
/frameworks/base/core/java/android/net/
H A DNetwork.java293 OkHttpClient client = okUrlFactory.client();
294 client.setSocketFactory(getSocketFactory()).setConnectionPool(mConnectionPool);
296 client.setDns(mDns);
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_manager_client.h7 #include <pdx/client.h>
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h26 * Base class of client-side service API classes.
95 * Returns true if the client is connected to the service, false otherwise.
112 * Returns an fd that the client may use to check/wait for asynchronous
152 * Utility template base class for client-side service API classes. Handles
162 // Type of the client this class wraps.
166 "The provided parent client is not a Client subclass.");
182 std::unique_ptr<T> client(new T(std::forward<Args>(args)...));
183 if (client->IsInitialized())
184 return client;
208 Transaction(Client& client);
[all...]
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
H A Dservice_utility.h6 #include <pdx/client.h>
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_composer_client.h40 VrCommandReader(VrComposerClient& client);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapFolderListing.java17 package android.bluetooth.client.map;
H A DBluetoothMapMessagesListing.java17 package android.bluetooth.client.map;
H A DBluetoothMapBmessageParser.java17 package android.bluetooth.client.map;
29 import android.bluetooth.client.map.BluetoothMapBmessage.Status;
30 import android.bluetooth.client.map.BluetoothMapBmessage.Type;
31 import android.bluetooth.client.map.utils.BmsgTokenizer;
32 import android.bluetooth.client.map.utils.BmsgTokenizer.Property;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java661 String client = context.getPackageManager().getNameForUid(
664 if (!mCellBroadcastRangeManager.enableRange(startMessageId, endMessageId, client)) {
666 + " to " + endMessageId + " from client " + client);
672 + " to " + endMessageId + " from client " + client);
687 String client = context.getPackageManager().getNameForUid(
690 if (!mCellBroadcastRangeManager.disableRange(startMessageId, endMessageId, client)) {
692 + " to " + endMessageId + " from client " + client);
[all...]
/frameworks/base/tools/preload2/src/com/android/preload/
H A DMain.java173 ui.client(it.next());
332 Client client = clientUtils.findClient(device, packageName, -1);
333 if (client == null) {
334 throw new RuntimeException("Could not find client...");
336 System.out.println("Found client: " + client);
338 return getClassDataRetriever().getClassData(client);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp339 // Remove the client from the list of active clients, if there is one
343 // Disconnect client
347 // Notify the client of disconnection
351 // Ensure not in binder RPC so client disconnect PID checks work correctly
602 /*out*/sp<BasicClient>* client) {
611 *client = new CameraClient(cameraService, tmp, packageName, cameraIdToInt(cameraId),
627 *client = new Camera2Client(cameraService, tmp, packageName, cameraIdToInt(cameraId),
632 *client = new CameraDeviceClient(cameraService, tmp, packageName, cameraId,
650 *client = new CameraClient(cameraService, tmp, packageName, cameraIdToInt(cameraId),
893 "forward camera access to camera %s for client
598 makeClient(const sp<CameraService>& cameraService, const sp<IInterface>& cameraCb, const String16& packageName, const String8& cameraId, int facing, int clientPid, uid_t clientUid, int servicePid, bool legacyMode, int halVersion, int deviceVersion, apiLevel effectiveApiLevel, sp<BasicClient>* client) argument
964 finishConnectLocked(const sp<BasicClient>& client, const CameraService::DescriptorPtr& desc) argument
996 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
1201 sp<Client> client = nullptr; local
1229 sp<Client> client = nullptr; local
1256 sp<CameraDeviceClient> client = nullptr; local
1289 sp<CLIENT> client = nullptr; local
1727 removeByClient(const BasicClient* client) argument
2302 OpsCallback(wp<BasicClient> client) argument
2308 sp<BasicClient> client = mClient.promote(); local
2528 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
1143 createSession(final ITvInputClient client, final String inputId, boolean isRecordingSession, int seq, int userId) argument
2206 private final ITvInputClient client; field in class:TvInputManagerService.SessionState
2216 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/media/libstagefright/http/
H A DMediaHTTP.cpp180 sp<DecryptHandle> &handle, DrmManagerClient **client) {
182 *client = mDrmManagerClient;
179 getDrmInfo( sp<DecryptHandle> &handle, DrmManagerClient **client) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h37 virtual status_t connect(const sp<hardware::ICameraClient>& client);
126 const sp<hardware::ICameraClient>& client,
167 // trying to deliver the callback messages if the client is not
168 // interested in it anymore. For example, if the client is calling
/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);

Completed in 1826 milliseconds

1234567891011>>