Searched refs:client (Results 1 - 25 of 244) sorted by path

12345678910

/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl76 ICamera connect(ICameraClient client,
98 ICamera connectLegacy(ICameraClient client,
/frameworks/av/cmds/stagefright/
H A Dstream.cpp348 sp<MyClient> client = new MyClient; local
377 service->create(client, AUDIO_SESSION_ALLOCATE);
383 client->waitForEOS();
/frameworks/av/include/camera/android/hardware/
H A DICamera.h55 // connect new client with existing camera remote
56 virtual status_t connect(const sp<ICameraClient>& client) = 0;
72 // set a buffer interface to use for client-received preview frames instead
/frameworks/av/include/media/
H A DIAudioFlinger.h64 // However on failure, the client is responsible for release.
75 // However on failure, the client is responsible for release.
142 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
194 const sp<IEffectClient>& client,
196 // AudioFlinger doesn't take over handle reference from client
H A DIAudioPolicyService.h151 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) = 0;
H A DIMediaPlayerService.h50 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client,
60 // display client when display connection, disconnection or errors occur.
64 const sp<IRemoteDisplayClient>& client, const String8& iface) = 0;
H A DIResourceManagerService.h43 const sp<IResourceManagerClient> client,
H A Dmediascanner.h76 const char *path, const char *mimeType, MediaScannerClient &client) = 0;
79 const char *path, MediaScannerClient &client);
95 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia);
97 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia,
/frameworks/av/include/media/stagefright/
H A DDataSource.h120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument
H A DFileSource.h44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaCodec.h277 const sp<IResourceManagerClient> client,
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DStagefrightMediaScanner.h31 MediaScannerClient &client);
41 MediaScannerClient &client);
/frameworks/av/include/radio/
H A DIRadioService.h40 const sp<IRadioClient>& client,
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h40 const sp<ISoundTriggerClient>& client,
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp432 virtual void registerClient(const sp<IAudioFlingerClient>& client) argument
436 data.writeStrongBinder(IInterface::asBinder(client));
714 const sp<IEffectClient>& client,
735 data.writeStrongBinder(IInterface::asBinder(client));
1117 sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient>( local
1119 registerClient(client);
1292 sp<IEffectClient> client = interface_cast<IEffectClient>(data.readStrongBinder()); local
1301 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
712 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
H A DIAudioPolicyService.cpp646 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) argument
650 data.writeStrongBinder(IInterface::asBinder(client));
1265 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
1267 registerClient(client);
1279 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
1296 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
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 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
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/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...]
H A DMediaPlayerFactory.h32 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
36 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
42 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
46 virtual float scoreFactory(const sp<IMediaPlayer>& /*client*/,
56 static player_type getPlayerType(const sp<IMediaPlayer>& client,
58 static player_type getPlayerType(const sp<IMediaPlayer>& client,
62 static player_type getPlayerType(const sp<IMediaPlayer>& client,
64 static player_type getPlayerType(const sp<IMediaPlayer>& client,
H A DMediaPlayerService.cpp306 ALOGV("Create new media recorder client from pid %d", pid);
310 void MediaPlayerService::removeMediaRecorderClient(wp<MediaRecorderClient> client) argument
313 mMediaRecorderClients.remove(client);
314 ALOGV("Delete media recorder client");
325 sp<IMediaPlayer> MediaPlayerService::create(const sp<IMediaPlayerClient>& client, argument
332 this, pid, connId, client, audioSessionId,
335 ALOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid,
367 const sp<IRemoteDisplayClient>& client, const String8& iface) {
372 return new RemoteDisplay(opPackageName, client, iface.string());
428 SortedVector< sp<Client> > clients; //to serialise the mutex unlock & client destructio
365 listenForRemoteDisplay( const String16 &opPackageName, const sp<IRemoteDisplayClient>& client, const String8& iface) argument
555 removeClient(wp<Client> client) argument
561 hasClient(wp<Client> client) argument
567 Client( const sp<MediaPlayerService>& service, pid_t pid, int32_t connId, const sp<IMediaPlayerClient>& client, audio_session_t audioSessionId, uid_t uid) argument
1281 Client* client = static_cast<Client*>(cookie); local
1347 Antagonizer(notify_callback_f cb, void* client) argument
[all...]
H A DMediaPlayerService.h52 Antagonizer(notify_callback_f cb, void* client);
215 void removeMediaRecorderClient(wp<MediaRecorderClient> client);
218 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client,
226 const sp<IRemoteDisplayClient>& client, const String8& iface);
229 void removeClient(wp<Client> client);
230 bool hasClient(wp<Client> client);
367 const sp<IMediaPlayerClient>& client,
H A DMediaRecorderClient.cpp317 wp<MediaRecorderClient> client(this);
318 mMediaPlayerService->removeMediaRecorderClient(client);

Completed in 1671 milliseconds

12345678910