Searched refs:handle (Results 1 - 25 of 253) sorted by path

1234567891011

/frameworks/av/drm/common/
H A DIDrmManagerService.cpp41 const DecryptHandle* handle, Parcel* data) {
42 data->writeInt32(handle->decryptId);
43 data->writeString8(handle->mimeType);
44 data->writeInt32(handle->decryptApiType);
45 data->writeInt32(handle->status);
47 int size = handle->copyControlVector.size();
50 data->writeInt32(handle->copyControlVector.keyAt(i));
51 data->writeInt32(handle->copyControlVector.valueAt(i));
54 size = handle->extendedData.size();
57 data->writeString8(handle
40 writeDecryptHandleToParcelData( const DecryptHandle* handle, Parcel* data) argument
68 readDecryptHandleFromParcelData( DecryptHandle* handle, const Parcel& data) argument
101 clearDecryptHandle(DecryptHandle* handle) argument
621 DecryptHandle* handle = NULL; local
646 DecryptHandle* handle = NULL; local
673 DecryptHandle* handle = NULL; local
1113 DecryptHandle handle; local
1133 DecryptHandle handle; local
1311 DecryptHandle* handle local
1331 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string()); local
1355 DecryptHandle* handle = openDecryptSession(uniqueId, buf, mimeType); local
1375 DecryptHandle* handle = new DecryptHandle(); local
1390 DecryptHandle handle; local
1416 DecryptHandle handle; local
1460 DecryptHandle handle; local
1477 DecryptHandle handle; local
[all...]
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp411 DecryptHandle* handle = new DecryptHandle(); local
412 if (NULL != handle) {
413 handle->decryptId = mDecryptSessionId + 1;
418 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime);
428 delete handle; handle = NULL;
430 return handle;
439 DecryptHandle* handle = new DecryptHandle(); local
440 if (NULL != handle) {
441 handle
468 DecryptHandle* handle = new DecryptHandle(); local
[all...]
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp270 DecryptHandle* handle = NULL; local
272 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
274 return handle;
/frameworks/av/include/drm/
H A Ddrm_framework_common.h258 * Defines decryption handle
325 bool operator<(const DecryptHandle& handle) const {
326 return (decryptId < handle.decryptId);
329 bool operator==(const DecryptHandle& handle) const {
330 return (decryptId == handle.decryptId);
/frameworks/av/include/media/
H A DAudioSystem.h93 // helper function to obtain AudioFlinger service handle
125 // audio dsp to DAC since the specified output I/O handle has exited standby.
136 // return the number of input frames lost by HAL implementation, or 0 if the handle is invalid
139 // Allocate a new unique ID for use as an audio session ID or I/O handle.
211 // Client must successfully hand off the handle reference to AudioFlinger via createTrack(),
238 // Client must successfully hand off the handle reference to AudioFlinger via openRecord(),
308 audio_patch_handle_t *handle);
311 static status_t releaseAudioPatch(audio_patch_handle_t handle);
H A DEffectsFactoryApi.h91 // a handle on the effect control interface.
103 // pHandle: address where to return the effect handle.
110 // *pHandle: updated with the effect handle.
120 // Description: Releases the effect engine whose handle is given as argument.
125 // handle: handle on the effect interface to be released.
130 // -EINVAL invalid interface handle
133 int EffectRelease(effect_handle_t handle);
H A DIAudioFlinger.h71 // On successful return, AudioFlinger takes over the handle
81 // On successful return, AudioFlinger takes over the handle
195 // AudioFlinger doesn't take over handle reference from client
227 audio_patch_handle_t *handle) = 0;
230 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;
H A DIAudioPolicyService.h133 audio_patch_handle_t *handle) = 0;
136 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) = 0;
/frameworks/av/include/media/stagefright/
H A DDataSource.h97 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument
H A DFileSource.h44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/include/soundtrigger/
H A DISoundTrigger.h36 sound_model_handle_t *handle) = 0;
38 virtual status_t unloadSoundModel(sound_model_handle_t handle) = 0;
40 virtual status_t startRecognition(sound_model_handle_t handle,
42 virtual status_t stopRecognition(sound_model_handle_t handle) = 0;
H A DISoundTriggerHwService.h39 virtual status_t attach(const sound_trigger_module_handle_t handle,
H A DSoundTrigger.h49 sound_model_handle_t *handle);
51 status_t unloadSoundModel(sound_model_handle_t handle);
53 status_t startRecognition(sound_model_handle_t handle, const sp<IMemory>& dataMemory);
54 status_t stopRecognition(sound_model_handle_t handle);
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c218 int32_t DownmixLib_Release(effect_handle_t handle) { argument
219 downmix_module_t *pDwmModule = (downmix_module_t *)handle;
221 ALOGV("DownmixLib_Release() %p", handle);
222 if (handle == NULL) {
675 * pDownmixer handle to instance data
729 * pDownmixer handle to instance data
H A DEffectDownmix.h72 int32_t DownmixLib_Release(effect_handle_t handle);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c340 int EffectRelease(effect_handle_t handle) argument
356 if (e1->object == handle) {
376 ALOGW("EffectRelease() fx %p library already unloaded", handle);
539 l->handle = hdl;
H A DEffectsFactory.h48 void *handle; member in struct:lib_entry_s
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp230 int LELib_Release(effect_handle_t handle) { argument
231 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle;
233 ALOGV("LELib_Release %p", handle);
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp350 extern "C" int EffectRelease(effect_handle_t handle){ argument
351 ALOGV("\n\tEffectRelease start %p", handle);
352 EffectContext * pContext = (EffectContext *)handle;
354 ALOGV("\tEffectRelease start handle: %p, context %p", handle, pContext->pBundledContext);
600 /* Init sets the instance handle */
747 LvmStatus = LVM_Process(pContext->pBundledContext->hInstance, /* Instance handle */
1948 // pBassBoost - handle to instance data
2027 // pBassBoost - handle to instance data
2066 // pVirtualizer - handle t
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp279 extern "C" int EffectRelease(effect_handle_t handle){ argument
280 ReverbContext * pContext = (ReverbContext *)handle;
282 ALOGV("\tEffectRelease %p", handle);
472 LvmStatus = LVREV_Process(pContext->hInstance, /* Instance handle */
809 /* Init sets the instance handle */
1486 // pContext - handle to instance data
1524 // pContext - handle to instance data
1747 // pContext - handle to instance data
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp147 int EffectProxyRelease(effect_handle_t handle) { argument
148 EffectContext * pContext = (EffectContext *)handle;
263 // The DSP wrapper needs to handle this CMD
H A DEffectProxy.h23 SUB_FX_HOST, // Index of HOST in the descriptor and handle arrays
25 SUB_FX_OFFLOAD, // Index of OFFLOAD in the descriptor and handle arrays
37 int EffectProxyRelease(effect_handle_t handle);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp166 extern "C" int EffectRelease(effect_handle_t handle) { argument
167 EqualizerContext * pContext = (EqualizerContext *)handle;
169 ALOGV("EffectLibReleaseEffect %p", handle);
349 // pEqualizer - handle to instance data
521 // pEqualizer - handle to instance data
H A DEffectReverb.c154 int EffectRelease(effect_handle_t handle) { argument
155 reverb_module_t *pRvbModule = (reverb_module_t *)handle;
157 ALOGV("EffectLibReleaseEffect %p", handle);
158 if (handle == NULL) {
739 * pReverb - handle to instance data
1024 * pReverb - handle to instance data

Completed in 3413 milliseconds

1234567891011