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

1234567891011>>

/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/media/stagefright/
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaCodec.h292 const sp<IResourceManagerClient> &client,
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DStagefrightMediaScanner.h31 MediaScannerClient &client);
41 MediaScannerClient &client);
H A DThrottledSource.h61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
62 mSource->getDrmInfo(handle, 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/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

Completed in 1471 milliseconds

1234567891011>>