Searched refs:client (Results 276 - 300 of 313) sorted by last modified time

<<111213

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h54 const sp<ISoundTriggerClient>& client,
135 sp<ModuleClient> addClient(const sp<ISoundTriggerClient>& client);
160 const sp<ISoundTriggerClient>& client);
186 sp<ISoundTriggerClient> client() const { return mClient; } function in class:android::SoundTriggerHwService::ModuleClient
/frameworks/av/soundtrigger/
H A DISoundTriggerHwService.cpp81 const sp<ISoundTriggerClient>& client,
87 data.writeStrongBinder(IInterface::asBinder(client));
156 sp<ISoundTriggerClient> client = local
159 status_t status = attach(handle, client, module);
80 attach(const sound_trigger_module_handle_t handle, const sp<ISoundTriggerClient>& client, sp<ISoundTrigger>& module) argument
/frameworks/av/camera/aidl/android/hardware/
H A DICameraService.aidl78 ICamera connect(ICameraClient client,
100 ICamera connectLegacy(ICameraClient client,
/frameworks/av/camera/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/cmds/stagefright/
H A Dstream.cpp352 sp<MyClient> client = new MyClient; local
379 service->create(client, AUDIO_SESSION_ALLOCATE);
385 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.h63 // However on failure, the client is responsible for release.
75 // However on failure, the client is responsible for release.
143 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
195 const sp<IEffectClient>& client,
197 // 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 DMmapStreamInterface.h56 * \param[in] client a Client struct describing the first client using this stream.
71 const Client& client,
108 * \param[in] client a Client struct describing the client starting on this stream.
114 virtual status_t start(const Client& client, audio_port_handle_t *handle) = 0;
129 * Must be called after createMmapBuffer(). Cannot be called if any client is active.
130 * It is recommended to place a mmap stream into standby as often as possible when no client is
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/radio/
H A DIRadioService.h40 const sp<IRadioClient>& client,
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h40 const sp<ISoundTriggerClient>& client,
/frameworks/av/media/libaaudio/src/
H A DAndroid.mk24 $(LOCAL_PATH)/client \
46 client/AudioEndpoint.cpp \
47 client/AudioStreamInternal.cpp \
48 client/AudioStreamInternalCapture.cpp \
49 client/AudioStreamInternalPlay.cpp \
50 client/IsochronousClockModel.cpp \
83 $(LOCAL_PATH)/client \
103 client/AudioEndpoint.cpp \
104 client/AudioStreamInternal.cpp \
105 client/AudioStreamInternalCaptur
[all...]
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp436 virtual void registerClient(const sp<IAudioFlingerClient>& client) argument
440 data.writeStrongBinder(IInterface::asBinder(client));
718 const sp<IEffectClient>& client,
740 data.writeStrongBinder(IInterface::asBinder(client));
1147 sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient>( local
1149 registerClient(client);
1322 sp<IEffectClient> client = interface_cast<IEffectClient>(data.readStrongBinder()); local
1333 sp<IEffect> effect = createEffect(&desc, client, priority, output, sessionId,
716 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, pid_t pid, status_t *status, int *id, int *enabled) argument
H A DIAudioPolicyService.cpp659 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) argument
663 data.writeStrongBinder(IInterface::asBinder(client));
1304 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
1306 registerClient(client);
1318 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
1335 sp<IAudioPolicyServiceClient> client = interface_cast<IAudioPolicyServiceClient>( local
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h63 // However on failure, the client is responsible for release.
75 // However on failure, the client is responsible for release.
143 virtual void registerClient(const sp<IAudioFlingerClient>& client) = 0;
195 const sp<IEffectClient>& client,
197 // AudioFlinger doesn't take over handle reference from client
H A DIAudioPolicyService.h151 virtual void registerClient(const sp<IAudioPolicyServiceClient>& client) = 0;
/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 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/libmedia/include/media/
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,

Completed in 2414 milliseconds

<<111213