Searched defs:client (Results 1 - 25 of 100) sorted by relevance

1234

/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp29 const sp<IRemoteDisplayClient> &client,
35 mSource = new WifiDisplaySource(mNetSession, client);
28 RemoteDisplay( const sp<IRemoteDisplayClient> &client, const char *iface) argument
H A DMediaPlayerFactory.h32 virtual float scoreFactory(const sp<IMediaPlayer>& client, argument
36 virtual float scoreFactory(const sp<IMediaPlayer>& client, argument
42 virtual float scoreFactory(const sp<IMediaPlayer>& client, argument
52 static player_type getPlayerType(const sp<IMediaPlayer>& client,
54 static player_type getPlayerType(const sp<IMediaPlayer>& client,
58 static player_type getPlayerType(const sp<IMediaPlayer>& client,
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp38 // create a client to surfaceflinger
39 sp<SurfaceComposerClient> client = new SurfaceComposerClient(); local
41 sp<SurfaceControl> surfaceControl = client->createSurface(String8("resize"),
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp26 OMXClient client; local
27 CHECK_EQ(client.connect(), (status_t)OK);
54 client.interface(),
66 client.interface(),
H A Drecord.cpp185 OMXClient client;
186 CHECK_EQ(client.connect(), (status_t)OK);
201 client.interface(), meta, false /* createEncoder */, source);
228 client.interface(), enc_meta, true /* createEncoder */, decoder);
263 client.disconnect();
302 OMXClient client; local
303 CHECK_EQ(client.connect(), (status_t)OK);
329 OMXCodec::Create(client.interface(), encMeta, true, audioSource);
351 client.disconnect();
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp43 SurfaceComposerClient* client = new SurfaceComposerClient(); local
44 client->incStrong((void*)nativeCreate);
45 return reinterpret_cast<jint>(client);
49 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
50 client->decStrong((void*)nativeCreate);
54 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr); local
55 client->dispose();
/frameworks/native/services/surfaceflinger/
H A DLayerDim.cpp34 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, argument
36 : Layer(flinger, client, name, w, h, flags) {
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp181 OMXClient client; local
182 CHECK_EQ(client.connect(), (status_t)OK);
185 client.interface(),
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DBurstCapture.cpp31 BurstCapture::BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer): argument
33 mClient(client),
68 sp<Camera2Client> client = mClient.promote(); local
69 if(client == 0) return false;
71 res = processFrameAvailable(client);
107 status_t BurstCapture::processFrameAvailable(sp<Camera2Client> &/*client*/) {
H A DFrameProcessor.cpp32 sp<Camera2Client> client) :
34 mClient(client),
42 SharedParameters::Lock l(client->getParameters());
61 sp<Camera2Client> client = mClient.promote(); local
62 if (!client.get()) {
76 if (!partialResult && processFaceDetect(frame, client) != OK) {
81 process3aState(frame, client);
88 const sp<Camera2Client> &client) {
95 SharedParameters::Lock l(client->getParameters());
114 SharedParameters::Lock l(client
31 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client) argument
87 processFaceDetect(const CameraMetadata &frame, const sp<Camera2Client> &client) argument
215 process3aState(const CameraMetadata &frame, const sp<Camera2Client> &client) argument
330 callbackFaceDetection(sp<Camera2Client> client, const camera_frame_metadata &metadata) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DCursorFilter.java38 CursorFilter(CursorFilterClient client) { argument
39 mClient = client;
/frameworks/base/drm/java/android/drm/
H A DDrmOutputStream.java50 public DrmOutputStream(DrmManagerClient client, RandomAccessFile file, String mimeType) argument
52 mClient = client;
/frameworks/base/services/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 + "}";
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/base/tests/CoreTests/android/core/
H A DSocketTest.java139 Socket client = new Socket("localhost", 8383);
140 client.getOutputStream().write(1);
141 // Just leave this connection open from the client side. It will be
246 private Socket client; field in class:SocketTest
258 client = new Socket();
264 client.connect(new InetSocketAddress(PACKAGE_DROPPING_ADDRESS, 1357));
278 client.close();
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorFilter.java39 CursorFilter(CursorFilterClient client) { argument
40 mClient = client;
/frameworks/volley/src/com/android/volley/toolbox/
H A DHttpClientStack.java26 import org.apache.http.client.HttpClient;
27 import org.apache.http.client.methods.HttpDelete;
28 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
29 import org.apache.http.client.methods.HttpGet;
30 import org.apache.http.client.methods.HttpPost;
31 import org.apache.http.client.methods.HttpPut;
32 import org.apache.http.client.methods.HttpUriRequest;
51 public HttpClientStack(HttpClient client) { argument
52 mClient = client;
/frameworks/av/include/media/stagefright/
H A DDataSource.h89 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument
/frameworks/av/media/libstagefright/
H A DFileSource.cpp152 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
155 *client = mDrmManagerClient;
H A DStagefrightMediaScanner.cpp60 const char *filename, MediaScannerClient *client) {
100 status_t status = client->addStringTag("duration", buffer);
109 MediaScannerClient &client) {
112 client.setLocale(locale());
113 client.beginFile();
114 MediaScanResult result = processFileInternal(path, mimeType, client);
115 client.endFile();
121 MediaScannerClient &client) {
141 return HandleMIDI(path, &client);
163 status = client
59 HandleMIDI( const char *filename, MediaScannerClient *client) argument
107 processFile( const char *path, const char *mimeType, MediaScannerClient &client) argument
119 processFileInternal( const char *path, const char *mimeType, MediaScannerClient &client) argument
[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/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/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp160 OMXClient client; local
161 CHECK_EQ(client.connect(), (status_t)OK);
164 client.interface(), meta, false /* createEncoder */,
/frameworks/av/media/libmedia/
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...]
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java62 public void connect(IAccessibilityServiceClient client) { argument
63 if (client == null) {
72 registerUiTestAutomationServiceLocked(client);
160 private void registerUiTestAutomationServiceLocked(IAccessibilityServiceClient client) { argument
174 // process is gone the client calling in will be killed.
175 manager.registerUiTestAutomationService(mToken, client, info);
176 mClient = client;
187 // process is gone the client calling in will be killed.
200 // process is gone the client calling in will be killed.
212 // process is gone the client callin
[all...]

Completed in 1605 milliseconds

1234