Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp145 sp<Client> client; in connect()
198 client = new Client(this, cameraClient, hardware, cameraId, info.facing, callingPid); in connect()
211 sp<Client> client; in removeClient()
239 CameraService::Client* CameraService::getClientByIdUnsafe(int cameraId) { in getClientByIdUnsafe()
336 CameraService::Client::Client(const sp<CameraService>& cameraService, in Client() function in android::CameraService::Client
372 CameraService::Client::~Client() { in ~Client()
391 status_t CameraService::Client::checkPid() const { in checkPid()
400 status_t CameraService::Client::checkPidAndHardware() const { in checkPidAndHardware()
410 status_t CameraService::Client::lock() { in lock()
426 status_t CameraService::Client::unlock() { in unlock()
[all …]
DCameraService.h38 class Client; variable
53 virtual Client* getClientByIdUnsafe(int cameraId);
73 wp<Client> mClient[MAX_CAMERAS]; // protected by mServiceLock
89 class Client : public BnCamera
116 Client(const sp<CameraService>& cameraService,
122 ~Client();
154 static Client* getClientFromCookie(void* user);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DRingtonePlayer.java51 private final HashMap<IBinder, Client> mClients = Maps.newHashMap();
69 private class Client implements IBinder.DeathRecipient { class in RingtonePlayer
73 public Client(IBinder token, Uri uri, int streamType) { in Client() method in RingtonePlayer.Client
94 Client client;
98 client = new Client(token, uri, streamType);
109 Client client;
122 Client client;
156 for (Client client : mClients.values()) { in dump()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp271 sp<Client> c = new Client( in create()
278 wp<Client> w = c; in create()
346 status_t MediaPlayerService::Client::dump(int fd, const Vector<String16>& args) const in dump()
380 sp<Client> c = mClients[i].promote(); in dump()
480 void MediaPlayerService::removeClient(wp<Client> client) in removeClient()
486 MediaPlayerService::Client::Client( in Client() function in android::MediaPlayerService::Client
508 MediaPlayerService::Client::~Client() in ~Client()
512 wp<Client> client(this); in ~Client()
517 void MediaPlayerService::Client::disconnect() in disconnect()
632 player_type MediaPlayerService::Client::getPlayerType(int fd, in getPlayerType()
[all …]
DMediaPlayerService.h69 class Client; variable
253 void removeClient(wp<Client> client);
301 class Client : public BnMediaPlayer {
359 Client( const sp<MediaPlayerService>& service,
365 Client();
366 virtual ~Client();
402 sp<Client> mNextClient;
425 SortedVector< wp<Client> > mClients;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h49 class Client; variable
60 class Client : public BnSurfaceComposerClient
63 Client(const sp<SurfaceFlinger>& flinger);
64 ~Client();
236 friend class Client;
245 const sp<Client>& client,
250 const sp<Client>& client, DisplayID display,
255 const sp<Client>& client, DisplayID display,
259 const sp<Client>& client, DisplayID display,
262 status_t removeSurface(const sp<Client>& client, SurfaceID sid);
[all …]
DLayer.h45 class Client; variable
54 const sp<Client>& client);
DLayerBase.h44 class Client; variable
302 const sp<Client>& client);
337 const wp<Client> mClientRef;
DSurfaceFlinger.cpp162 sp<Client> client(new Client(this)); in createConnection()
1043 ssize_t SurfaceFlinger::addClientLayer(const sp<Client>& client, in addClientLayer()
1143 sp<Client> client( static_cast<Client *>(s.client.get()) ); in setTransactionState()
1172 const sp<Client>& client, in createSurface()
1225 const sp<Client>& client, DisplayID display, in createNormalSurface()
1259 const sp<Client>& client, DisplayID display, in createDimSurface()
1267 const sp<Client>& client, DisplayID display, in createScreenshotSurface()
1274 status_t SurfaceFlinger::removeSurface(const sp<Client>& client, SurfaceID sid) in removeSurface()
1321 const sp<Client>& client, in setClientStateLocked()
2514 Client::Client(const sp<SurfaceFlinger>& flinger) in Client() function in android::Client
[all …]
DLayerDim.h36 const sp<Client>& client);
DLayerScreenshot.h39 const sp<Client>& client);
DLayerDim.cpp34 const sp<Client>& client) in LayerDim()
DLayerBase.cpp479 const sp<Client>& client) in LayerBaseClient()
489 sp<Client> c(mClientRef.promote()); in ~LayerBaseClient()
534 sp<Client> client(mClientRef.promote()); in dump()
DLayerScreenshot.cpp35 const sp<Client>& client) in LayerScreenshot()
DLayer.cpp53 DisplayID display, const sp<Client>& client) in Layer()
/frameworks/av/services/audioflinger/
DAudioFlinger.h284 class Client : public RefBase {
286 Client(const sp<AudioFlinger>& audioFlinger, pid_t pid);
287 virtual ~Client();
296 Client(const Client&);
297 Client& operator = (const Client&);
380 const sp<Client>& client,
444 /*const*/ sp<Client> mClient; // see explanation at ~TrackBase() why not const
510 const sp<AudioFlinger::Client>& client,
690 const sp<Client>& client,
812 const sp<Client>& client,
[all …]
DAudioFlinger.cpp315 sp<Client> client = mClients.valueAt(i).promote(); in dumpClients()
422 sp<AudioFlinger::Client> AudioFlinger::registerPid_l(pid_t pid) in registerPid_l()
426 sp<Client> client = mClients.valueFor(pid).promote(); in registerPid_l()
428 client = new Client(this, pid); in registerPid_l()
454 sp<Client> client; in createTrack()
1659 const sp<AudioFlinger::Client>& client, in createTrack_l()
4099 const sp<Client>& client, in TrackBase()
4273 const sp<Client>& client, in Track()
4820 const sp<Client>& client, in create()
4838 const sp<Client>& client, in TimedTrack()
[all …]
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd16 <a href="#SpellCheckClient">Implementing a Spell Checker Client</a>
27 Spell Checker Client</a> sample app
132 Spell Checker Client</a> sample app to learn more about implementing this class.
210 <!-- Accessing the Spell Checker Service from a Client -->
211 <h2 id="SpellCheckClient">Accessing the Spell Checker Service from a Client</h2>
236 Spell Checker Client</a> sample app shows how to interact with a spelling checker service. The
/frameworks/base/docs/html/guide/topics/security/
Dindex.jd21 …<p style="margin:0;padding:0">In the upcoming weeks, some of the older Client Login authentication…
24 …<p style="margin:0;padding:0;font-weight:bold;"><a href="">Android C2DM — Client Login key expirat…
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd16 includes two HTTP clients: HttpURLConnection and Apache HTTP Client. Both support HTTPS, streaming
/frameworks/base/docs/html/guide/google/gcm/
Dc2dm.jd23 <li><a href="#client">Client changes</a></li>
77 <h3 id="client">Client changes</h3>
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd18 <li><a href="#http-client">Choose an HTTP Client</a></li>
49 <h2 id="http-client">Choose an HTTP Client</h2>
/frameworks/base/docs/html/develop/
Dindex.jd105 <h4>Android C2DM — Client Login key...</h4>
106 <p>In the upcoming weeks, some of the older Client
/frameworks/base/docs/html/training/cloudsync/
Daesync.jd23 <li><a href="#clientc2dm">Configure the C2DM Client-Side</a></li>
397 <h2 id="clientc2dm">Configure the C2DM Client-Side</h2>
/frameworks/base/docs/html/guide/google/play/billing/
Dbilling_subscriptions.jd781 a Client ID and shared secret that your app will present when calling the
787 APIs Client Libraries, which are extended to support the API.</p>
797 APIs Client Libraries, see the documentation at:</p>

12