Searched defs:handle (Results 1 - 25 of 151) sorted by path

1234567

/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/media/stagefright/
H A DDataSource.h97 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; argument
/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
/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 */
1921 // pBassBoost - handle to instance data
2000 // pBassBoost - handle to instance data
2039 // 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
/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
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp267 int VisualizerLib_Release(effect_handle_t handle) { argument
268 VisualizerContext * pContext = (VisualizerContext *)handle;
270 ALOGV("VisualizerLib_Release %p", handle);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp891 audio_patch_handle_t *handle)
895 return aps->createAudioPatch(patch, handle);
898 status_t AudioSystem::releaseAudioPatch(audio_patch_handle_t handle) argument
902 return aps->releaseAudioPatch(handle);
890 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
H A DIAudioFlinger.cpp827 audio_patch_handle_t *handle)
829 if (patch == NULL || handle == NULL) {
835 data.write(handle, sizeof(audio_patch_handle_t));
841 reply.read(handle, sizeof(audio_patch_handle_t));
844 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) argument
848 data.write(&handle, sizeof(audio_patch_handle_t));
1320 audio_patch_handle_t handle; local
1321 data.read(&handle, sizeof(audio_patch_handle_t));
1322 status_t status = createAudioPatch(&patch, &handle);
1325 reply->write(&handle, sizeo
826 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
1331 audio_patch_handle_t handle; local
[all...]
H A DIAudioPolicyService.cpp496 audio_patch_handle_t *handle)
498 if (patch == NULL || handle == NULL) {
504 data.write(handle, sizeof(audio_patch_handle_t));
510 reply.read(handle, sizeof(audio_patch_handle_t));
514 virtual status_t releaseAudioPatch(audio_patch_handle_t handle) argument
518 data.write(&handle, sizeof(audio_patch_handle_t));
987 audio_patch_handle_t handle; local
988 data.read(&handle, sizeof(audio_patch_handle_t));
989 status_t status = createAudioPatch(&patch, &handle);
992 reply->write(&handle, sizeo
495 createAudioPatch(const struct audio_patch *patch, audio_patch_handle_t *handle) argument
999 audio_patch_handle_t handle; local
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp945 info->mGraphicBuffer->handle == buf->handle) {
983 oldest->mGraphicBuffer->handle, oldest->mData->base());
1221 // opaque handle, to which we don't have access.
4239 native_handle_t* handle = local
4241 info->mData->meta()->setPointer("handle", handle);
H A DFileSource.cpp152 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
153 handle = mDecryptHandle;
H A DMediaCodecSource.cpp642 native_handle_t* handle = NULL; local
H A DNuCachedSource2.cpp666 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { argument
667 mSource->getDrmInfo(handle, client);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.cpp62 CDrcPresModeWrapper::setDecoderHandle(const HANDLE_AACDECODER handle) argument
64 mHandleDecoder = handle;
219 else { // handle other used encoder target levels
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c153 void *handle; local
191 handle = dlopen("libstagefright.so", RTLD_NOW);
192 if(handle == 0)
198 pfunc = dlsym(handle, "voGetAACEncAPI");
279 dlclose(handle);
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c102 void *handle = NULL; local
132 handle = dlopen("libstagefright.so", RTLD_NOW);
133 if(handle == 0)
139 pfunc = dlsym(handle, "voGetAMRWBEncAPI");
255 dlclose(handle);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp242 int SoftGSM::DecodeGSM(gsm handle, argument
247 gsm_decode(handle, in, out);
252 gsm_decode(handle, in, out);

Completed in 904 milliseconds

1234567