Searched refs:client (Results 51 - 75 of 372) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java38 * to the client of the MediaScannerConnection class.
51 MediaScannerConnectionClient client = mClient;
52 if (client != null) {
53 client.onScanCompleted(path, uri);
64 * Called to notify the client when the media scanner has finished
80 * Called to notify the client when a connection to the
86 * Called to notify the client when the media scanner has finished
99 * @param client an optional object implementing the MediaScannerConnectionClient
102 public MediaScannerConnection(Context context, MediaScannerConnectionClient client) { argument
104 mClient = client;
192 ClientProxy(String[] paths, String[] mimeTypes, OnScanCompletedListener client) argument
[all...]
/frameworks/base/services/core/java/com/android/server/location/
H A DContextHubClientManager.java41 * The maximum host endpoint ID value that a client can be assigned.
80 * Registers a new client with the service.
82 * @param clientCallback the callback interface of the client to register
83 * @param contextHubId the ID of the hub this client is attached to
85 * @return the client interface
96 // The client process has died, so we close the connection and return null.
97 Log.e(TAG, "Failed to attach death recipient to client");
102 Log.d(TAG, "Registered client with host endpoint ID " + broker.getHostEndPointId());
126 Log.e(TAG, "Cannot send message to unregistered client (host endpoint ID = "
133 * Unregisters a client fro
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.h42 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client);
54 void processNewFrames(const sp<Camera2Client> &client);
60 const sp<Camera2Client> &client);
62 // Send 3A state change notifications to client based on frame metadata
64 const sp<Camera2Client> &client);
110 void callbackFaceDetection(const sp<Camera2Client>& client,
H A DFrameProcessor.cpp32 sp<Camera2Client> client) :
34 mClient(client),
42 SharedParameters::Lock l(client->getParameters());
68 sp<Camera2Client> client = mClient.promote(); local
69 if (!client.get()) {
78 if (!isPartialResult && processFaceDetect(frame.mMetadata, client) != OK) {
83 process3aState(frame, client);
90 const sp<Camera2Client> &client) {
97 SharedParameters::Lock l(client->getParameters());
116 SharedParameters::Lock l(client
31 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client) argument
233 process3aState(const CaptureResult &frame, const sp<Camera2Client> &client) argument
374 callbackFaceDetection(const sp<Camera2Client>& client, const camera_frame_metadata &metadata) argument
[all...]
H A DZslProcessor.cpp126 sp<Camera2Client> client,
131 mClient(client),
133 mId(client->getCameraId()),
145 if (client != 0) {
147 static_cast<Camera3Device*>(client->getCameraDevice().get());
222 sp<Camera2Client> client = mClient.promote(); local
223 if (client == 0) {
228 static_cast<Camera3Device*>(client->getCameraDevice().get());
240 "%s (%d)", __FUNCTION__, client->getCameraId(),
264 "%s (%d)", __FUNCTION__, client
125 ZslProcessor( sp<Camera2Client> client, wp<CaptureSequencer> sequencer) argument
282 sp<Camera2Client> client = nullptr; local
338 sp<Camera2Client> client = mClient.promote(); local
426 sp<Camera2Client> client = mClient.promote(); local
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DAppBindRecord.java25 * An association between a service and one of its client applications.
30 final ProcessRecord client; // Who has started/bound the service. field in class:AppBindRecord
33 // All ConnectionRecord for this client.
37 pw.println(prefix + "client=" + client);
56 client = _client;
62 + " " + service.shortName + ":" + client.processName + "}";
68 proto.write(AppBindRecordProto.CLIENT_PROC_NAME, client.processName);
H A DContentProviderConnection.java24 * Represents a link between a content provider and client.
28 public final ProcessRecord client; field in class:ContentProviderConnection
32 // The client of this connection is currently waiting for the provider to appear.
44 client = _client;
75 sb.append(client.toShortString());
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_display_manager.h25 // Destroys the display manager client object.
26 void dvrDisplayManagerDestroy(DvrDisplayManager* client);
33 int dvrDisplayManagerGetEventFd(DvrDisplayManager* client);
40 int dvrDisplayManagerTranslateEpollEventMask(DvrDisplayManager* client,
46 int dvrDisplayManagerGetSurfaceState(DvrDisplayManager* client,
53 int dvrDisplayManagerGetReadBufferQueue(DvrDisplayManager* client,
H A Ddvr_api.h85 typedef void (*DvrDisplayManagerDestroyPtr)(DvrDisplayManager* client);
86 typedef int (*DvrDisplayManagerGetEventFdPtr)(DvrDisplayManager* client);
88 DvrDisplayManager* client, int in_events, int* out_events);
90 DvrDisplayManager* client, DvrSurfaceState* surface_state);
92 DvrDisplayManager* client, int surface_id, int queue_id,
253 typedef void (*DvrVSyncClientDestroyPtr)(DvrVSyncClient* client);
254 typedef int (*DvrVSyncClientGetSchedInfoPtr)(DvrVSyncClient* client,
261 typedef void (*DvrPoseClientDestroyPtr)(DvrPoseClient* client);
262 typedef int (*DvrPoseClientGetPtr)(DvrPoseClient* client, uint32_t vsync_count,
264 typedef uint32_t (*DvrPoseClientGetVsyncCountPtr)(DvrPoseClient* client);
[all...]
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java73 * All client apps must hold a valid URI permission grant to access documents,
201 * All columns are <em>read-only</em> to client applications.
210 * value by client applications. This column is required.
326 * remote access changes. This flag indicates that a document client can
467 * All columns are <em>read-only</em> to client applications.
476 * by client applications. This column is required.
1053 final ContentProviderClient client = resolver.acquireUnstableContentProviderClient(
1056 return getDocumentThumbnail(client, documentUri, size, signal);
1064 ContentProviderClient.releaseQuietly(client);
1070 ContentProviderClient client, Ur
1069 getDocumentThumbnail( ContentProviderClient client, Uri documentUri, Point size, CancellationSignal signal) argument
1164 createDocument(ContentProviderClient client, Uri parentDocumentUri, String mimeType, String displayName) argument
1176 isChildDocument(ContentProviderClient client, Uri parentDocumentUri, Uri childDocumentUri) argument
1222 renameDocument(ContentProviderClient client, Uri documentUri, String displayName) argument
1256 deleteDocument(ContentProviderClient client, Uri documentUri) argument
1288 copyDocument(ContentProviderClient client, Uri sourceDocumentUri, Uri targetParentDocumentUri) argument
1324 moveDocument(ContentProviderClient client, Uri sourceDocumentUri, Uri sourceParentDocumentUri, Uri targetParentDocumentUri) argument
1362 removeDocument(ContentProviderClient client, Uri documentUri, Uri parentDocumentUri) argument
1389 ejectRoot(ContentProviderClient client, Uri rootUri) argument
1475 getDocumentMetadata( ContentProviderClient client, Uri documentUri) argument
1535 findDocumentPath(ContentProviderClient client, Uri uri) argument
1615 createWebLinkIntent(ContentProviderClient client, Uri uri, Bundle options) argument
[all...]
/frameworks/base/services/core/java/com/android/server/slice/
H A DSlicePermissionManager.java96 SliceClientPermissions client = getClient(pkgUser);
97 client.setHasFullAccess(true);
105 SliceClientPermissions client = getClient(pkgUser);
106 client.grantUri(uri, providerPkgUser);
118 SliceClientPermissions client = getClient(pkgUser);
119 client.revokeUri(uri, providerPkgUser);
131 SliceClientPermissions client = getClient(pkgUser);
132 client.clear();
153 SliceClientPermissions client = getClient(pkgUser);
155 return client
[all...]
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp49 const sp<SurfaceComposerClient>& client,
53 : mClient(client), mHandle(handle), mGraphicBufferProducer(gbp), mOwned(owned)
82 // that a client living in the same process still holds references which
106 const sp<SurfaceComposerClient>& client(mClient);
107 return client->clearLayerFrameStats(mHandle);
113 const sp<SurfaceComposerClient>& client(mClient);
114 return client->getLayerFrameStats(mHandle, outStats);
120 ALOGE("invalid handle (%p) or client (%p)",
181 sp<IBinder> client = parcel->readStrongBinder(); local
183 if (client
48 SurfaceControl( const sp<SurfaceComposerClient>& client, const sp<IBinder>& handle, const sp<IGraphicBufferProducer>& gbp, bool owned) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityManager.aidl41 long addClient(IAccessibilityManagerClient client, int userId);
56 void registerUiTestAutomationService(IBinder owner, IAccessibilityServiceClient client,
59 void unregisterUiTestAutomationService(IAccessibilityServiceClient client);
/frameworks/av/include/media/
H A DMmapStreamInterface.h51 * \param[in] client a AudioClient struct describing the first client using this stream.
61 * \param[out] same unique handle as the one used for the first client stream started.
70 const AudioClient& client,
109 * \param[in] client a AudioClient struct describing the client starting on this stream.
115 virtual status_t start(const AudioClient& client, audio_port_handle_t *handle) = 0;
130 * Must be called after createMmapBuffer(). Cannot be called if any client is active.
131 * It is recommended to place a mmap stream into standby as often as possible when no client is
H A Dmediascanner.h76 const char *path, const char *mimeType, MediaScannerClient &client) = 0;
79 const char *path, MediaScannerClient &client);
95 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia);
97 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia,
/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp118 if (auto client = android::dvr::PerformanceClient::Create(&error))
119 return client->SetCpuPartition(task_id, partition);
127 if (auto client = android::dvr::PerformanceClient::Create(&error))
128 return client->SetSchedulerPolicy(task_id, scheduler_policy);
136 if (auto client = android::dvr::PerformanceClient::Create(&error))
137 return client->SetSchedulerClass(task_id, scheduler_class);
144 if (auto client = android::dvr::PerformanceClient::Create(&error))
145 return client->GetCpuPartition(task_id, partition, size);
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerService.cpp28 FakeComposerService::FakeComposerService(android::sp<ComposerClient>& client) : mClient(client) {} argument
31 ALOGI("Maybe killing client %p", mClient.get());
32 // Rely on sp to kill the client.
/frameworks/av/media/libmedia/include/media/
H A Dmediascanner.h76 const char *path, const char *mimeType, MediaScannerClient &client) = 0;
79 const char *path, MediaScannerClient &client);
95 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia);
97 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia,
/frameworks/base/core/java/android/app/servertransaction/
H A DConfigurationChangeItem.java35 public void preExecute(android.app.ClientTransactionHandler client, IBinder token) { argument
36 client.updatePendingConfiguration(mConfiguration);
40 public void execute(ClientTransactionHandler client, IBinder token, argument
42 client.handleConfigurationChanged(mConfiguration);
H A DStopActivityItem.java38 public void execute(ClientTransactionHandler client, IBinder token, argument
41 client.handleStopActivity(token, mShowWindow, mConfigChanges, pendingActions,
47 public void postExecute(ClientTransactionHandler client, IBinder token, argument
49 client.reportStop(pendingActions);
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceServer.java210 InputPortClient client = new InputPortClient(token, outputPort);
212 mPortClients.put(token, client);
242 // client app code gets stuck inside 'onSend' handler.
255 OutputPortClient client = new OutputPortClient(token, inputPort);
257 mPortClients.put(token, client);
260 mInputPortClients.put(inputPort, client);
273 PortClient client = mPortClients.remove(token);
274 if (client != null) {
275 inputPort = client.getInputPort();
276 client
[all...]
/frameworks/native/services/surfaceflinger/tests/
H A DStress_test.cpp31 sp<SurfaceComposerClient> client = new SurfaceComposerClient;
32 ASSERT_EQ(NO_ERROR, client->initCheck());
34 auto surf = client->createSurface(String8("t"), 100, 100,
37 client->destroySurface(surf->getHandle());
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h50 #include <wayland-client.h>
/frameworks/support/browser/src/main/java/androidx/browser/customtabs/
H A DCustomTabsServiceConnection.java26 * client implementing this is responsible for handling changes related with the lifetime of the
41 * @param client {@link CustomTabsClient} that contains the {@link IBinder} with which the
43 * using this client.
45 public abstract void onCustomTabsServiceConnected(ComponentName name, CustomTabsClient client); argument
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DHprof.java48 public static File doHprof(Client client, int timeout) { argument
49 GetHprof gh = new GetHprof(client, timeout);
119 private Client client; field in class:Hprof.GetHprof
121 public GetHprof(Client client, long timeout) { argument
122 this.client = client;
129 client.dumpHprof();
152 if (client == arg0) {
168 if (client == arg1) {
187 if (client
213 getClassData(Client client) argument
[all...]

Completed in 811 milliseconds

1234567891011>>