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

12345678910

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetMessage.java17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
23 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestPushMessage.java17 package android.bluetooth.client.map;
26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
27 import android.bluetooth.client.map.utils.ObexAppParameters;
H A DBluetoothMasRequestGetFolderListing.java17 package android.bluetooth.client.map;
18 import android.bluetooth.client.map.utils.ObexAppParameters;
/frameworks/rs/api/
H A Drs_io.spec21 <li>Send information to the Java client, and</li>
59 summary: Send a message to the client, non-blocking
61 Sends a message back to the client. This call does not block.
82 summary: Send a message to the client, blocking
84 Sends a message back to the client. This function will block
87 processed by the client.
/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl76 ICamera connect(ICameraClient client,
98 ICamera connectLegacy(ICameraClient client,
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp67 const sp<IMediaPlayerClient>& client, audio_session_t audioSessionId) {
70 data.writeStrongBinder(IInterface::asBinder(client));
115 const sp<IRemoteDisplayClient>& client, const String8& iface)
120 data.writeStrongBinder(IInterface::asBinder(client));
144 sp<IMediaPlayerClient> client = local
147 sp<IMediaPlayer> player = create(client, audioSessionId);
191 sp<IRemoteDisplayClient> client(
193 if (client == NULL) {
198 sp<IRemoteDisplay> display(listenForRemoteDisplay(opPackageName, client, iface));
66 create( const sp<IMediaPlayerClient>& client, audio_session_t audioSessionId) argument
114 listenForRemoteDisplay(const String16 &opPackageName, const sp<IRemoteDisplayClient>& client, const String8& iface) argument
H A DMediaScanner.cpp82 const char *path, MediaScannerClient &client) {
100 client.setLocale(locale());
102 MediaScanResult result = doProcessDirectory(pathBuffer, pathRemaining, client, false);
132 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia) {
162 if (doProcessDirectoryEntry(path, pathRemaining, client, noMedia, entry, fileSpot)
173 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia,
212 // report the directory to the client
214 status_t status = client.scanFile(path, statbuf.st_mtime, 0,
224 client, childNoMedia);
230 status_t status = client
81 processDirectory( const char *path, MediaScannerClient &client) argument
131 doProcessDirectory( char *path, int pathRemaining, MediaScannerClient &client, bool noMedia) argument
172 doProcessDirectoryEntry( char *path, int pathRemaining, MediaScannerClient &client, bool noMedia, struct dirent* entry, char* fileSpot) argument
[all...]
H A DIResourceManagerService.cpp76 const sp<IResourceManagerClient> client,
82 data.writeStrongBinder(IInterface::asBinder(client));
133 sp<IResourceManagerClient> client(
135 if (client == NULL) {
140 addResource(pid, clientId, client, resources);
73 addResource( int pid, int64_t clientId, const sp<IResourceManagerClient> client, const Vector<MediaResource> &resources) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java55 final ContentProviderClient client = resolver.acquireUnstableContentProviderClient(
57 if (client == null) {
60 client.setDetectNotResponding(PROVIDER_ANR_TIMEOUT);
61 return client;
/frameworks/native/services/surfaceflinger/
H A DLayerDim.h32 LayerDim(SurfaceFlinger* flinger, const sp<Client>& client,
H A DLayerDim.cpp38 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, argument
40 : Layer(flinger, client, name, w, h, flags) {
H A DClient.cpp122 Client* client; member in class:android::MessageCreateLayer
132 const String8& name, Client* client,
136 : flinger(flinger), client(client),
142 result = flinger->createLayer(name, client, w, h, format, flags,
131 MessageCreateLayer(SurfaceFlinger* flinger, const String8& name, Client* client, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, sp<IBinder>* handle, sp<IGraphicBufferProducer>* gbp) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp104 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
106 GET_PLAYER_TYPE_IMPL(client, url);
109 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
113 GET_PLAYER_TYPE_IMPL(client, fd, offset, length);
116 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
118 GET_PLAYER_TYPE_IMPL(client, source);
121 player_type MediaPlayerFactory::getPlayerType(const sp<IMediaPlayer>& client, argument
123 GET_PLAYER_TYPE_IMPL(client, source);
174 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
206 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
[all...]
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
62 mSource->getDrmInfo(handle, client);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.h44 CallbackProcessor(sp<Camera2Client> client);
82 status_t processNewCallback(sp<Camera2Client> &client);
H A DCallbackProcessor.cpp34 CallbackProcessor::CallbackProcessor(sp<Camera2Client> client): argument
36 mClient(client),
37 mDevice(client->getCameraDevice()),
38 mId(client->getCameraId()),
64 sp<Camera2Client> client = mClient.promote(); local
65 if (client == 0) return OK;
66 sp<CameraDeviceBase> device = client->getCameraDevice();
74 client->getCameraId(), strerror(-res), res);
234 sp<Camera2Client> client = mClient.promote(); local
235 if (client
261 processNewCallback(sp<Camera2Client> &client) argument
[all...]
/frameworks/base/core/java/android/printservice/
H A DIPrintService.aidl29 void setClient(IPrintServiceClient client);
/frameworks/base/core/java/android/widget/
H A DCursorFilter.java38 CursorFilter(CursorFilterClient client) { argument
39 mClient = client;
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DJDWPClassDataRetriever.java36 private final Client client; field in class:JDWPClassDataRetriever
42 public JDWPClassDataRetriever(Client client) { argument
43 this.client = client;
53 public Map<String, String> getClassData(Client client) { argument
54 return new JDWPClassDataRetriever(client).retrieve();
58 if (client == null) {
62 settings = createTestOptions("localhost:" + String.valueOf(client.getDebuggerListenPort()));
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorFilter.java39 CursorFilter(CursorFilterClient client) { argument
40 mClient = client;
/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DHttpClientStackTest.java23 import org.apache.http.client.methods.HttpDelete;
24 import org.apache.http.client.methods.HttpGet;
25 import org.apache.http.client.methods.HttpHead;
26 import org.apache.http.client.methods.HttpOptions;
27 import org.apache.http.client.methods.HttpPost;
28 import org.apache.http.client.methods.HttpPut;
29 import org.apache.http.client.methods.HttpTrace;
30 import org.apache.http.client.methods.HttpUriRequest;
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp113 const sp<NativeRemoteDisplayClient>& client) :
114 mDisplay(display), mClient(client) {
150 sp<NativeRemoteDisplayClient> client(new NativeRemoteDisplayClient(env, remoteDisplayObj));
152 client, String8(iface.c_str()));
159 NativeRemoteDisplay* wrapper = new NativeRemoteDisplay(display, client);
112 NativeRemoteDisplay(const sp<IRemoteDisplay>& display, const sp<NativeRemoteDisplayClient>& client) argument
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp84 ALOGV("%s: Initializing client for camera %d", __FUNCTION__,
177 // Allow both client and the media server to disconnect at all times
205 const sp<TCamCallbacks>& client) {
224 TClientBase::mRemoteCallback = client;
225 mSharedCameraCallbacks = client;
338 SharedCameraCallbacks &client) :
340 mRemoteCallback(client.mRemoteCallback),
341 mSharedClient(client) {
353 const sp<TCamCallbacks>&client) :
355 mRemoteCallback(client) {
204 connect( const sp<TCamCallbacks>& client) argument
337 Lock( SharedCameraCallbacks &client) argument
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java118 public void registerClientAsUser(IMediaRouterClient client, String packageName, int userId) { argument
119 if (client == null) {
120 throw new IllegalArgumentException("client must not be null");
137 registerClientLocked(client, pid, packageName, resolvedUserId, trusted);
146 public void unregisterClient(IMediaRouterClient client) { argument
147 if (client == null) {
148 throw new IllegalArgumentException("client must not be null");
154 unregisterClientLocked(client, false);
163 public MediaRouterClientState getState(IMediaRouterClient client) { argument
164 if (client
180 setDiscoveryRequest(IMediaRouterClient client, int routeTypes, boolean activeScan) argument
203 setSelectedRoute(IMediaRouterClient client, String routeId, boolean explicit) argument
220 requestSetVolume(IMediaRouterClient client, String routeId, int volume) argument
240 requestUpdateVolume(IMediaRouterClient client, String routeId, int direction) argument
311 registerClientLocked(IMediaRouterClient client, int pid, String packageName, int userId, boolean trusted) argument
340 unregisterClientLocked(IMediaRouterClient client, boolean died) argument
350 getStateLocked(IMediaRouterClient client) argument
358 setDiscoveryRequestLocked(IMediaRouterClient client, int routeTypes, boolean activeScan) argument
382 setSelectedRouteLocked(IMediaRouterClient client, String routeId, boolean explicit) argument
412 requestSetVolumeLocked(IMediaRouterClient client, String routeId, int volume) argument
422 requestUpdateVolumeLocked(IMediaRouterClient client, String routeId, int direction) argument
506 ClientRecord(UserRecord userRecord, IMediaRouterClient client, int pid, String packageName, boolean trusted) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DViewServer.java169 Socket client = mServer.accept();
171 mThreadPool.submit(new ViewServerWorker(client));
174 client.close();
185 private static boolean writeValue(Socket client, String value) { argument
189 OutputStream clientStream = client.getOutputStream();
214 public ViewServerWorker(Socket client) { argument
215 mClient = client;

Completed in 556 milliseconds

12345678910