Searched refs:client (Results 26 - 50 of 313) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libdvr/
H A Ddvr_display_manager.cpp91 std::unique_ptr<DisplayManagerClient> client; member in struct:DvrDisplayManager
102 auto client = DisplayManagerClient::Create();
103 if (!client) {
104 ALOGE("dvrDisplayManagerCreate: Failed to create display manager client!");
108 *client_out = new DvrDisplayManager{std::move(client)};
112 void dvrDisplayManagerDestroy(DvrDisplayManager* client) { delete client; } argument
114 int dvrDisplayManagerSetupNamedBuffer(DvrDisplayManager* client, argument
117 if (!client || !name || !buffer_out)
123 client
134 dvrDisplayManagerGetEventFd(DvrDisplayManager* client) argument
141 dvrDisplayManagerTranslateEpollEventMask(DvrDisplayManager* client, int in_events, int* out_events) argument
154 dvrDisplayManagerGetSurfaceState(DvrDisplayManager* client, DvrSurfaceState* state) argument
167 dvrDisplayManagerGetReadBufferQueue(DvrDisplayManager* client, int surface_id, int queue_id, DvrReadBufferQueue** queue_out) argument
[all...]
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_display_manager.h25 // Destroys the display manager client object.
26 void dvrDisplayManagerDestroy(DvrDisplayManager* client);
31 int dvrDisplayManagerSetupNamedBuffer(DvrDisplayManager* client,
40 int dvrDisplayManagerGetEventFd(DvrDisplayManager* client);
47 int dvrDisplayManagerTranslateEpollEventMask(DvrDisplayManager* client,
53 int dvrDisplayManagerGetSurfaceState(DvrDisplayManager* client,
60 int dvrDisplayManagerGetReadBufferQueue(DvrDisplayManager* client,
H A Ddvr_api.h44 typedef void (*DvrDisplayManagerDestroyPtr)(DvrDisplayManager* client);
45 typedef int (*DvrDisplayManagerSetupNamedBufferPtr)(DvrDisplayManager* client,
49 typedef int (*DvrDisplayManagerGetEventFdPtr)(DvrDisplayManager* client);
51 DvrDisplayManager* client, int in_events, int* out_events);
53 DvrDisplayManager* client, DvrSurfaceState* surface_state);
55 DvrDisplayManager* client, int surface_id, int queue_id,
170 typedef void (*DvrVSyncClientDestroyPtr)(DvrVSyncClient* client);
171 typedef int (*DvrVSyncClientGetSchedInfoPtr)(DvrVSyncClient* client,
178 typedef void (*DvrPoseDestroyPtr)(DvrPose* client);
179 typedef int (*DvrPoseGetPtr)(DvrPose* client, uint32_
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp59 MediaScannerClient &client) {
62 client.setLocale(locale());
63 client.beginFile();
64 MediaScanResult result = processFileInternal(path, mimeType, client);
65 client.endFile();
71 MediaScannerClient &client) {
101 status = client.setMimeType(value);
134 status = client.addStringTag(kKeyMap[i].tag, value);
57 processFile( const char *path, const char *mimeType, MediaScannerClient &client) argument
69 processFileInternal( const char *path, const char * , MediaScannerClient &client) argument
/frameworks/native/libs/vr/libvrsensor/include/private/dvr/
H A Dpose_client_internal.h28 int privateDvrPoseNotifyVsync(DvrPose* client, uint32_t vsync_count,
36 int privateDvrPoseGetRingBufferFd(DvrPose* client,
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestSetNotificationRegistration.java17 package android.bluetooth.client.map;
19 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasClient.java17 package android.bluetooth.client.map;
27 import android.bluetooth.client.map.BluetoothMasRequestSetMessageStatus.StatusIndicator;
28 import android.bluetooth.client.map.utils.ObexTime;
284 /** device associated with client */
287 /** MAS instance associated with client */
313 public SessionHandler(BluetoothMasClient client) { argument
316 mClient = new WeakReference<BluetoothMasClient>(client);
322 BluetoothMasClient client = mClient.get();
323 if (client == null) {
330 client
[all...]
H A DBluetoothMasRequestUpdateInbox.java17 package android.bluetooth.client.map;
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp16 #include <pdx/client.h>
71 // The test service creates a TestChannel for every client (channel) that
72 // connects. This represents the service-side context for each client.
260 // Test client to send messages to the test service.
269 // Requests the test channel to be set to this client's channel.
275 // Request the test channel to be set to this client's channel using an async
287 // Requests the channel id for this client.
413 // thread, order is important; either the service or the client must be
416 // destruction. If this happens after the dispatcher is stopped the client
454 // Create a client t
455 auto client = TestClient::Create(kTestService1); local
477 auto client = TestClient::Create(kTestService1); local
567 auto client = TestClient::Create(kTestService1); local
614 auto client = TestClient::Create(kTestService1); local
635 auto client = TestClient::Create(kTestService1); local
658 auto client = TestClient::Create(kTestService1); local
675 auto client = TestClient::Create(kTestService1); local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h32 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
36 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
42 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
46 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
56 static player_type getPlayerType(const sp<IMediaPlayer>& client,
58 static player_type getPlayerType(const sp<IMediaPlayer>& client,
62 static player_type getPlayerType(const sp<IMediaPlayer>& client,
64 static player_type getPlayerType(const sp<IMediaPlayer>& client,
H A DRemoteDisplay.cpp30 const sp<IRemoteDisplayClient> &client,
36 mSource = new WifiDisplaySource(opPackageName, mNetSession, client);
28 RemoteDisplay( const String16 &opPackageName, const sp<IRemoteDisplayClient> &client, const char *iface) argument
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java43 boolean client = (in.readInt() != 0);
49 return new WifiDisplaySessionInfo(client, session, group, pp, ip);
63 boolean client, int session, String group, String pp, String ip) {
64 mClient = client;
62 WifiDisplaySessionInfo( boolean client, int session, String group, String pp, String ip) argument
/frameworks/base/core/java/android/webkit/
H A DServiceWorkerController.java61 * Sets the client to capture service worker related callbacks.
67 public abstract void setServiceWorkerClient(@Nullable ServiceWorkerClient client); argument
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl31 * Public interface to the global input method manager, used by all client
47 void addClient(in IInputMethodClient client,
49 void removeClient(in IInputMethodClient client);
51 void finishInput(in IInputMethodClient client);
52 boolean showSoftInput(in IInputMethodClient client, int flags,
54 boolean hideSoftInput(in IInputMethodClient client, int flags,
60 in IInputMethodClient client, in IBinder windowToken, int controlFlags,
65 void showInputMethodPickerFromClient(in IInputMethodClient client,
67 void showInputMethodAndSubtypeEnablerFromClient(in IInputMethodClient client, String topId);
/frameworks/base/services/core/java/com/android/server/am/
H A DAppBindRecord.java24 * An association between a service and one of its client applications.
29 final ProcessRecord client; // Who has started/bound the service. field in class:AppBindRecord
32 // All ConnectionRecord for this client.
36 pw.println(prefix + "client=" + client);
55 client = _client;
61 + " " + service.shortName + ":" + client.processName + "}";
/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp55 auto client = std::make_shared<VSyncChannel>(*this, info.pid, info.cid); local
56 AddClient(client);
58 return client;
63 auto client = std::static_pointer_cast<VSyncChannel>(channel); local
64 if (!client) {
69 RemoveClient(client);
78 void VSyncService::AddClient(const std::shared_ptr<VSyncChannel>& client) { argument
80 clients_.push_back(client);
83 void VSyncService::RemoveClient(const std::shared_ptr<VSyncChannel>& client) { argument
85 clients_.remove(client);
139 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel()); local
149 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel()); local
186 auto client = std::static_pointer_cast<VSyncChannel>(message.GetChannel()); local
[all...]
/frameworks/opt/bluetooth/
H A DAndroid.mk4 src_dirs:= src/android/bluetooth/client/map
9 LOCAL_MODULE:= android.bluetooth.client.map
/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/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
234 process3aState(const CaptureResult &frame, const sp<Camera2Client> &client) argument
374 callbackFaceDetection(const sp<Camera2Client>& client, const camera_frame_metadata &metadata) argument
[all...]
/frameworks/av/media/libaaudio/src/
H A DAndroid.mk24 $(LOCAL_PATH)/client \
46 client/AudioEndpoint.cpp \
47 client/AudioStreamInternal.cpp \
48 client/AudioStreamInternalCapture.cpp \
49 client/AudioStreamInternalPlay.cpp \
50 client/IsochronousClockModel.cpp \
83 $(LOCAL_PATH)/client \
103 client/AudioEndpoint.cpp \
104 client/AudioStreamInternal.cpp \
105 client/AudioStreamInternalCaptur
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityManager.aidl41 long addClient(IAccessibilityManagerClient client, int userId);
55 void registerUiTestAutomationService(IBinder owner, IAccessibilityServiceClient client,
58 void unregisterUiTestAutomationService(IAccessibilityServiceClient client);
/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp98 if (auto client = android::dvr::PerformanceClient::Create(&error))
99 return client->SetCpuPartition(task_id, partition);
107 if (auto client = android::dvr::PerformanceClient::Create(&error))
108 return client->SetSchedulerClass(task_id, scheduler_class);
115 if (auto client = android::dvr::PerformanceClient::Create(&error))
116 return client->GetCpuPartition(task_id, partition, size);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java197 // really bad. The result will be a 3-second delay in starting each new client.
205 + " failed to respond to cancel, starting client "
337 ClientMonitor client = mCurrentClient;
339 if ( !(client instanceof InternalRemovalClient) && !(client instanceof EnumerateClient) ) {
342 client.onEnumerationResult(fingerId, groupId, remaining);
348 if (client instanceof InternalEnumerateClient) {
349 List<Fingerprint> enrolled = ((InternalEnumerateClient) client).getEnumeratedList();
352 mUnknownFingerprints.add(new UserFingerprint(f, client.getTargetUserId()));
356 removeClient(client);
473 removeClient(ClientMonitor client) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java73 * All client apps must hold a valid URI permission grant to access documents,
195 * All columns are <em>read-only</em> to client applications.
204 * value by client applications. This column is required.
320 * remote access changes. This flag indicates that a document client can
454 * All columns are <em>read-only</em> to client applications.
463 * by client applications. This column is required.
1036 final ContentProviderClient client = resolver.acquireUnstableContentProviderClient(
1039 return getDocumentThumbnail(client, documentUri, size, signal);
1047 ContentProviderClient.releaseQuietly(client);
1053 ContentProviderClient client, Ur
1052 getDocumentThumbnail( ContentProviderClient client, Uri documentUri, Point size, CancellationSignal signal) argument
1147 createDocument(ContentProviderClient client, Uri parentDocumentUri, String mimeType, String displayName) argument
1159 isChildDocument(ContentProviderClient client, Uri parentDocumentUri, Uri childDocumentUri) argument
1205 renameDocument(ContentProviderClient client, Uri documentUri, String displayName) argument
1239 deleteDocument(ContentProviderClient client, Uri documentUri) argument
1271 copyDocument(ContentProviderClient client, Uri sourceDocumentUri, Uri targetParentDocumentUri) argument
1307 moveDocument(ContentProviderClient client, Uri sourceDocumentUri, Uri sourceParentDocumentUri, Uri targetParentDocumentUri) argument
1345 removeDocument(ContentProviderClient client, Uri documentUri, Uri parentDocumentUri) argument
1372 ejectRoot(ContentProviderClient client, Uri rootUri) argument
1427 findDocumentPath(ContentProviderClient client, Uri uri) argument
1507 createWebLinkIntent(ContentProviderClient client, Uri uri, Bundle options) argument
[all...]

Completed in 1019 milliseconds

1234567891011>>