Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 235) sorted by relevance

12345678910

/frameworks/base/media/java/android/media/
DIMediaRouterService.aidl26 void registerClientAsUser(IMediaRouterClient client, String packageName, int userId); in registerClientAsUser()
27 void unregisterClient(IMediaRouterClient client); in unregisterClient()
29 void registerClientGroupId(IMediaRouterClient client, String groupId); in registerClientGroupId()
31 MediaRouterClientState getState(IMediaRouterClient client); in getState()
32 boolean isPlaybackActive(IMediaRouterClient client); in isPlaybackActive()
34 void setDiscoveryRequest(IMediaRouterClient client, int routeTypes, boolean activeScan); in setDiscoveryRequest()
35 void setSelectedRoute(IMediaRouterClient client, String routeId, boolean explicit); in setSelectedRoute()
36 void requestSetVolume(IMediaRouterClient client, String routeId, int volume); in requestSetVolume()
37 void requestUpdateVolume(IMediaRouterClient client, String routeId, int direction); in requestUpdateVolume()
/frameworks/base/core/java/android/hardware/location/
DContextHubClientCallback.java50 public void onMessageFromNanoApp(ContextHubClient client, NanoAppMessage message) {} in onMessageFromNanoApp()
57 public void onHubReset(ContextHubClient client) {} in onHubReset()
66 public void onNanoAppAborted(ContextHubClient client, long nanoAppId, int abortCode) {} in onNanoAppAborted()
74 public void onNanoAppLoaded(ContextHubClient client, long nanoAppId) {} in onNanoAppLoaded()
82 public void onNanoAppUnloaded(ContextHubClient client, long nanoAppId) {} in onNanoAppUnloaded()
90 public void onNanoAppEnabled(ContextHubClient client, long nanoAppId) {} in onNanoAppEnabled()
98 public void onNanoAppDisabled(ContextHubClient client, long nanoAppId) {} in onNanoAppDisabled()
/frameworks/native/services/vr/virtual_touchpad/
DDvrVirtualTouchpadClient.cpp11 android::dvr::VirtualTouchpad* FromC(DvrVirtualTouchpad* client) { in FromC()
21 void dvrVirtualTouchpadDestroy(DvrVirtualTouchpad* client) { in dvrVirtualTouchpadDestroy()
25 int dvrVirtualTouchpadAttach(DvrVirtualTouchpad* client) { in dvrVirtualTouchpadAttach()
29 int dvrVirtualTouchpadDetach(DvrVirtualTouchpad* client) { in dvrVirtualTouchpadDetach()
33 int dvrVirtualTouchpadTouch(DvrVirtualTouchpad* client, int touchpad, float x, in dvrVirtualTouchpadTouch()
38 int dvrVirtualTouchpadButtonState(DvrVirtualTouchpad* client, int touchpad, in dvrVirtualTouchpadButtonState()
43 int dvrVirtualTouchpadScroll(DvrVirtualTouchpad* client, int touchpad, float x, in dvrVirtualTouchpadScroll()
/frameworks/base/services/core/java/com/android/server/wm/
DClientLifecycleManager.java46 final IApplicationThread client = transaction.getClient(); in scheduleTransaction() local
65 void scheduleTransaction(@NonNull IApplicationThread client, @NonNull IBinder activityToken, in scheduleTransaction()
81 void scheduleTransaction(@NonNull IApplicationThread client, @NonNull IBinder activityToken, in scheduleTransaction()
96 void scheduleTransaction(@NonNull IApplicationThread client, in scheduleTransaction()
109 private static ClientTransaction transactionWithState(@NonNull IApplicationThread client, in transactionWithState()
122 private static ClientTransaction transactionWithCallback(@NonNull IApplicationThread client, in transactionWithCallback()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
DSliceClientPermissionsTest.java60 SliceClientPermissions client = new SliceClientPermissions(pkg, tracker); in testRemoveBasic() local
86 SliceClientPermissions client = new SliceClientPermissions(pkg, tracker); in testRemoveSubtrees() local
117 SliceClientPermissions client = new SliceClientPermissions(pkg, tracker); in testAddConsolidate_addFirst() local
144 SliceClientPermissions client = new SliceClientPermissions(pkg, tracker); in testAddConsolidate_addSecond() local
171 SliceClientPermissions client = new SliceClientPermissions(pkg, tracker); in testDirty_addAuthority() local
182 SliceClientPermissions client = new SliceClientPermissions(pkg, tracker); in testDirty_addPkg() local
196 SliceClientPermissions client = createClient(); in testCreation() local
210 SliceClientPermissions client = createClient(); in testSerialization() local
242 SliceClientPermissions client = new SliceClientPermissions(pkg, tracker); in createClient() local
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp38 static PoseClient* FromC(DvrPoseClient* client) { in FromC()
299 int dvrPoseClientGetDataReaderHandle(DvrPoseClient* client, uint64_t type, in dvrPoseClientGetDataReaderHandle()
312 auto* client = PoseClient::Create().release(); in dvrPoseClientCreate() local
316 void dvrPoseClientDestroy(DvrPoseClient* client) { in dvrPoseClientDestroy()
320 int dvrPoseClientGet(DvrPoseClient* client, uint32_t vsync_count, in dvrPoseClientGet()
325 uint32_t dvrPoseClientGetVsyncCount(DvrPoseClient* client) { in dvrPoseClientGetVsyncCount()
329 int dvrPoseClientGetController(DvrPoseClient* client, int32_t controller_id, in dvrPoseClientGetController()
335 int dvrPoseClientLogController(DvrPoseClient* client, bool enable) { in dvrPoseClientLogController()
339 int dvrPoseClientPoll(DvrPoseClient* client, DvrPose* state) { in dvrPoseClientPoll()
343 int dvrPoseClientFreeze(DvrPoseClient* client, const DvrPose* frozen_state) { in dvrPoseClientFreeze()
[all …]
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl33 void addClient(in IInputMethodClient client, in IInputContext inputContext, in addClient()
44 boolean showSoftInput(in IInputMethodClient client, int flags, in showSoftInput()
46 boolean hideSoftInput(in IInputMethodClient client, int flags, in hideSoftInput()
53 in IInputMethodClient client, in IBinder windowToken, in startInputOrWindowGainedFocus()
60 void showInputMethodPickerFromClient(in IInputMethodClient client, in showInputMethodPickerFromClient()
62 void showInputMethodPickerFromSystem(in IInputMethodClient client, int auxiliarySubtypeMode, in showInputMethodPickerFromSystem()
64 void showInputMethodAndSubtypeEnablerFromClient(in IInputMethodClient client, String topId); in showInputMethodAndSubtypeEnablerFromClient()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp117 for (const auto &client : getClientIterable()) { in isSourceActive() local
143 for (const auto &client : getClientIterable()) { in getHighestPriorityClient() local
181 for (const auto &client : getClientIterable()) { in setPatchHandle() local
273 for (const auto &client : getClientIterable()) { in close() local
294 void AudioInputDescriptor::addClient(const sp<RecordClientDescriptor> &client) { in addClient()
304 void AudioInputDescriptor::setClientActive(const sp<RecordClientDescriptor>& client, bool active) in setClientActive()
346 int event, const sp<RecordClientDescriptor>& client) in updateClientRecordingConfiguration()
386 for (const auto &client : getClientIterable()) { in getClientsForSession() local
398 for (const auto &client : getClientIterable()) { in clientsList() local
426 for (const auto& client : clients) { in trackEffectEnabled() local
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp37 CaptureSequencer::CaptureSequencer(wp<Camera2Client> client): in CaptureSequencer()
124 sp<Camera2Client> client = mClient.promote(); in notifyError() local
227 sp<Camera2Client> client = mClient.promote(); in threadLoop() local
279 CaptureSequencer::CaptureState CaptureSequencer::manageDone(sp<Camera2Client> &client) { in manageDone()
350 sp<Camera2Client> &client) { in manageStart()
382 sp<Camera2Client> &client) { in manageZslStart()
431 sp<Camera2Client> &client) { in manageStandardStart()
513 sp<Camera2Client> &client) { in manageStandardCapture()
610 sp<Camera2Client> &client) { in manageStandardCaptureWait()
702 sp<Camera2Client> &client) { in updateCaptureRequest()
[all …]
DFrameProcessor.cpp32 sp<Camera2Client> client) : in FrameProcessor()
71 sp<Camera2Client> client = mClient.promote(); in processSingleFrame() local
93 const sp<Camera2Client> &client) { in processFaceDetect()
237 const sp<Camera2Client> &client) { in process3aState()
396 void FrameProcessor::callbackFaceDetection(const sp<Camera2Client>& client, in callbackFaceDetection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DClientWakelockTracker.java39 ClientWakelockAccountant client = getClientWakelockAccountant(clientId); in startTracking() local
52 ClientWakelockAccountant client = getClientWakelockAccountant(clientId); in stopTracking() local
80 ClientWakelockAccountant client = mClients.get(key); in getClientRequestStats() local
89 ClientWakelockAccountant client; in getClientWakelockAccountant() local
112 ClientWakelockAccountant client = getClientWakelockAccountant(clientId); in isClientActive() local
/frameworks/base/core/java/android/app/servertransaction/
DBaseClientRequest.java36 default void preExecute(ClientTransactionHandler client, IBinder token) { in preExecute()
45 void execute(ClientTransactionHandler client, IBinder token, in execute()
54 default void postExecute(ClientTransactionHandler client, IBinder token, in postExecute()
DResumeActivityItem.java42 public void preExecute(ClientTransactionHandler client, IBinder token) { in preExecute()
49 public void execute(ClientTransactionHandler client, IBinder token, in execute()
58 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute()
DActivityRelaunchItem.java56 public void preExecute(ClientTransactionHandler client, IBinder token) { in preExecute()
62 public void execute(ClientTransactionHandler client, IBinder token, in execute()
74 public void postExecute(ClientTransactionHandler client, IBinder token, in postExecute()
/frameworks/base/core/tests/coretests/src/android/net/http/
DAbstractProxyTest.java196 HttpClient client = newHttpClient(); in testParamPreferredOverSystemProperty() local
212 HttpClient client = newHttpClient(); in testExplicitNoProxyCancelsSystemProperty() local
241 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in PROXY_SYSTEM_PROPERTY()
247 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in HTTP_PROXY_SYSTEM_PROPERTY()
253 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in HTTPS_PROXY_SYSTEM_PROPERTY()
259 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in CLIENT_PARAMETER()
265 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in REQUEST_PARAMETER()
271 abstract void configure(MockWebServer proxy, HttpClient client, HttpRequest request); in configure()
DCookiesTest.java67 HttpClient client = new DefaultHttpClient(); in testCookiesAreNotLogged() local
97 HttpClient client = new DefaultHttpClient(); in testCookiesWithNonMatchingCase() local
/frameworks/native/services/bufferhub/
DBufferHubService.cpp63 sp<BufferClient> client = BufferClient::create(this, node); in allocateBuffer() local
149 sp<BufferClient> client = new BufferClient(*originClient); in importBuffer() local
206 sp<BufferClient> client = iter->promote(); in debug() local
283 sp<BufferClient> client = iter->second.second.promote(); in debug() local
317 hidl_handle BufferHubService::registerToken(const wp<BufferClient>& client) { in registerToken()
350 void BufferHubService::onClientClosed(const BufferClient* client) { in onClientClosed()
383 void BufferHubService::removeTokenByClient(const BufferClient* client) { in removeTokenByClient()
/frameworks/native/libs/gui/
DSurfaceControl.cpp49 const sp<SurfaceComposerClient>& client, in SurfaceControl()
110 const sp<SurfaceComposerClient>& client(mClient); in clearLayerFrameStats() local
117 const sp<SurfaceComposerClient>& client(mClient); in getLayerFrameStats() local
191 sp<IBinder> client = parcel->readStrongBinder(); in readFromParcel() local
/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp44 SurfaceComposerClient* client = new SurfaceComposerClient(); in nativeCreate() local
50 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); in nativeDestroy() local
55 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); in nativeKill() local
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
DHprof.java48 public static File doHprof(Client client, int timeout) { in doHprof()
119 private Client client; field in Hprof.GetHprof
121 public GetHprof(Client client, long timeout) { in GetHprof()
213 public Map<String, String> getClassData(Client client) { in getClassData()
/frameworks/native/libs/vr/libdvr/
Ddvr_display_manager.cpp90 std::unique_ptr<DisplayManagerClient> client; member
101 auto client = DisplayManagerClient::Create(); in dvrDisplayManagerCreate() local
111 void dvrDisplayManagerDestroy(DvrDisplayManager* client) { delete client; } in dvrDisplayManagerDestroy()
113 int dvrDisplayManagerGetEventFd(DvrDisplayManager* client) { in dvrDisplayManagerGetEventFd()
120 int dvrDisplayManagerTranslateEpollEventMask(DvrDisplayManager* client, in dvrDisplayManagerTranslateEpollEventMask()
133 int dvrDisplayManagerGetSurfaceState(DvrDisplayManager* client, in dvrDisplayManagerGetSurfaceState()
146 int dvrDisplayManagerGetReadBufferQueue(DvrDisplayManager* client, in dvrDisplayManagerGetReadBufferQueue()
/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp118 if (auto client = android::dvr::PerformanceClient::Create(&error)) in dvrSetCpuPartition() local
127 if (auto client = android::dvr::PerformanceClient::Create(&error)) in dvrSetSchedulerPolicy() local
136 if (auto client = android::dvr::PerformanceClient::Create(&error)) in dvrSetSchedulerClass() local
144 if (auto client = android::dvr::PerformanceClient::Create(&error)) in dvrGetCpuPartition() local
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp65 const sp<IMediaPlayerClient>& client, audio_session_t audioSessionId) { in create()
98 const sp<IRemoteDisplayClient>& client, const String8& iface) in listenForRemoteDisplay()
127 sp<IMediaPlayerClient> client = in onTransact() local
161 sp<IRemoteDisplayClient> client( in onTransact() local
/frameworks/base/services/core/java/com/android/server/slice/
DSlicePermissionManager.java96 SliceClientPermissions client = getClient(pkgUser); in grantFullAccess() local
105 SliceClientPermissions client = getClient(pkgUser); in grantSliceAccess() local
118 SliceClientPermissions client = getClient(pkgUser); in revokeSliceAccess() local
131 SliceClientPermissions client = getClient(pkgUser); in removePkg() local
153 SliceClientPermissions client = getClient(pkgUser); in hasPermission() local
218 SliceClientPermissions client = SliceClientPermissions.createFrom(parser, in readRestore() local
221 mCachedClients.put(client.getPkg(), client); in readRestore() local
248 SliceClientPermissions client; in getClient() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DPendingUi.java39 public final IAutoFillManagerClient client; field in PendingUi
47 @NonNull IAutoFillManagerClient client) { in PendingUi()

12345678910