Home
last modified time | relevance | path

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

123

/frameworks/native/services/surfaceflinger/
DClient.cpp37 Client::Client(const sp<SurfaceFlinger>& flinger) in Client() function in android::Client
42 Client::~Client() in ~Client()
53 status_t Client::initCheck() const { in initCheck()
57 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) in attachLayer()
63 void Client::detachLayer(const Layer* layer) in detachLayer()
75 sp<Layer> Client::getLayerUser(const sp<IBinder>& handle) const in getLayerUser()
88 status_t Client::onTransact( in onTransact()
109 status_t Client::createSurface( in createSurface()
122 Client* client; in createSurface()
132 const String8& name, Client* client, in createSurface()
[all …]
DClient.h38 class Client : public BnSurfaceComposerClient
41 Client(const sp<SurfaceFlinger>& flinger);
42 ~Client();
DSurfaceFlinger.h63 class Client; variable
138 friend class Client;
271 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s);
277 status_t createLayer(const String8& name, const sp<Client>& client,
281 status_t createNormalLayer(const sp<Client>& client, const String8& name,
286 status_t createDimLayer(const sp<Client>& client, const String8& name,
292 status_t onLayerRemoved(const sp<Client>& client, const sp<IBinder>& handle);
303 void addClientLayer(const sp<Client>& client,
DLayer.h55 class Client; variable
121 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
402 const wp<Client> mClientRef;
DLayerDim.h32 LayerDim(SurfaceFlinger* flinger, const sp<Client>& client,
DLayerDim.cpp34 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, in LayerDim()
DAndroid.mk8 Client.cpp \
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DRingtonePlayer.java53 private final HashMap<IBinder, Client> mClients = new HashMap<IBinder, Client>();
71 private class Client implements IBinder.DeathRecipient { class in RingtonePlayer
75 public Client(IBinder token, Uri uri, UserHandle user, AudioAttributes aa) { in Client() method in RingtonePlayer.Client
100 Client client;
105 client = new Client(token, uri, user, aa);
116 Client client;
129 Client client;
172 for (Client client : mClients.values()) { in dump()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp338 sp<Client> c = new Client( in create()
345 wp<Client> w = c; in create()
434 status_t MediaPlayerService::Client::dump(int fd, const Vector<String16>& args) const in dump()
468 sp<Client> c = mClients[i].promote(); in dump()
568 void MediaPlayerService::removeClient(wp<Client> client) in removeClient()
574 MediaPlayerService::Client::Client( in Client() function in android::MediaPlayerService::Client
597 MediaPlayerService::Client::~Client() in ~Client()
601 wp<Client> client(this); in ~Client()
609 void MediaPlayerService::Client::disconnect() in disconnect()
640 sp<MediaPlayerBase> MediaPlayerService::Client::createPlayer(player_type playerType) in createPlayer()
[all …]
DMediaPlayerService.h68 class Client; variable
289 void removeClient(wp<Client> client);
337 class Client : public BnMediaPlayer {
392 Client( const sp<MediaPlayerService>& service,
398 Client();
399 virtual ~Client();
438 sp<Client> mNextClient;
461 SortedVector< wp<Client> > mClients;
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp480 sp<Client> client; in initializeShimMetadata()
486 client = static_cast<Client*>(mClient[cameraId].promote().get()); in initializeShimMetadata()
664 sp<Client>& client, in connectHelperLocked()
753 sp<Client> client; in connect()
762 device = static_cast<Client*>(clientTmp.get()); in connect()
816 sp<Client> client; in connectLegacy()
825 device = static_cast<Client*>(clientTmp.get()); in connectLegacy()
1360 CameraService::Client::Client(const sp<CameraService>& cameraService, in Client() function in android::CameraService::Client
1384 CameraService::Client::~Client() { in ~Client()
1390 Client::disconnect(); in ~Client()
[all …]
DCameraService.h58 class Client;
230 class Client : public BnCamera, public BasicClient
260 Client(const sp<CameraService>& cameraService,
268 ~Client();
282 static Client* getClientFromCookie(void* user);
457 sp<Client>& client,
/frameworks/av/services/audioflinger/
DAudioFlinger.h394 class Client : public RefBase {
396 Client(const sp<AudioFlinger>& audioFlinger, pid_t pid);
397 virtual ~Client();
406 Client(const Client&);
407 Client& operator = (const Client&);
665 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
737 sp<Client> registerPid(pid_t pid); // always returns non-0
DTrackBase.h59 const sp<Client>& client,
139 /*const*/ sp<Client> mClient; // see explanation at ~TrackBase() why not const
DPlaybackTracks.h26 const sp<Client>& client,
168 const sp<Client>& client,
211 const sp<Client>& client,
DRecordTracks.h26 const sp<Client>& client,
DAudioFlinger.cpp312 sp<Client> client = mClients.valueAt(i).promote(); in dumpClients()
459 sp<AudioFlinger::Client> AudioFlinger::registerPid(pid_t pid) in registerPid()
464 sp<Client> client = mClients.valueFor(pid).promote(); in registerPid()
466 client = new Client(this, pid); in registerPid()
549 sp<Client> client; in createTrack()
1278 AudioFlinger::Client::Client(const sp<AudioFlinger>& audioFlinger, pid_t pid) in Client() function in android::AudioFlinger::Client
1290 AudioFlinger::Client::~Client() in ~Client()
1295 sp<MemoryDealer> AudioFlinger::Client::heap() const in heap()
1302 bool AudioFlinger::Client::reserveTimedTrack() in reserveTimedTrack()
1319 void AudioFlinger::Client::releaseTimedTrack() in releaseTimedTrack()
[all …]
DEffects.h170 const sp<AudioFlinger::Client>& client,
223 /*const*/ sp<Client> mClient; // client for shared memory allocation, see disconnect()
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd15 <a href="#SpellCheckClient">Implementing a Spell Checker Client</a>
26 Spell Checker Client</a> sample app
131 Spell Checker Client</a> sample app to learn more about implementing this class.
209 <!-- Accessing the Spell Checker Service from a Client -->
210 <h2 id="SpellCheckClient">Accessing the Spell Checker Service from a Client</h2>
235 Spell Checker Client</a> sample app shows how to interact with a spelling checker service. The
/frameworks/base/docs/html/google/gcm/
Dnotifications.jd18 <li><a href="#gen-client">Generate a Notification Key on the Client</a></li>
125 <h2 id="gen-client">Generate a Notification Key on the Client</h2>
137 <li>Under OAuth, click <strong>Create new Client ID</strong>.</li>
138 <li>In the <strong>Create Client ID</strong> dialog, select <strong>Web Application</strong> as
139 the application type, and click <strong>Create Client ID</strong>.</li>
140 <li>Copy the value from <strong>Client ID for web application &gt; Client ID</strong>.
260 <p>For a complete example, see <a href="client.html">Implementing GCM Client</a>.
Dgcm.jd85 <td width="165"><strong>Client App</strong></td>
175 <li>The <strong>Client App</strong> is a GCM-enabled Android application running
180 <a href="client.html">Implementing GCM Client</a>.</li>
202 <a href="client.html">Implementing GCM Client</a>.
/frameworks/base/docs/html/google/auth/
Dapi-client.jd34 GoogleApiClient}</a> ("Google API Client"). The Google API Client provides a common entry point to …
46 <p>This guide shows how you can use Google API Client to:</p>
62 <strong>Figure 1.</strong> An illustration showing how the Google API Client provides an
122 API Client:</p>
427 <p>When you perform a read or write request using Google API Client, the immediate result is return…
533 Google API Client is connected yet. Then once a connection is established, the read requests
535 call them while your Google API Client is not connected.</p>
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd16 includes two HTTP clients: HttpURLConnection and Apache HTTP Client. Both support HTTPS, streaming
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h32 class CameraClient : public CameraService::Client
DCamera2Client.h49 public Camera2ClientBase<CameraService::Client>

123