Searched defs:pHandle (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp53 effect_handle_t *pHandle) {
59 if (pHandle == NULL || uuid == NULL) {
140 *pHandle = (effect_handle_t)pContext;
50 EffectProxyCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp198 effect_handle_t *pHandle) {
202 if (pHandle == NULL || uuid == NULL) {
223 *pHandle = (effect_handle_t)pContext;
195 LELib_Create(const effect_uuid_t *uuid, int32_t sessionId __unused, int32_t ioId __unused, effect_handle_t *pHandle) argument
/frameworks/native/headers/media_plugin/media/hardware/
H A DHardwareAPI.h134 OMX_PTR pHandle; member in struct:android::VideoGrallocMetadata
136 buffer_handle_t pHandle; member in struct:android::VideoGrallocMetadata
158 OMX_PTR pHandle; member in struct:android::VideoNativeHandleMetadata
160 native_handle_t *pHandle; member in struct:android::VideoNativeHandleMetadata
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h134 OMX_PTR pHandle; member in struct:android::VideoGrallocMetadata
136 buffer_handle_t pHandle; member in struct:android::VideoGrallocMetadata
158 OMX_PTR pHandle; member in struct:android::VideoNativeHandleMetadata
160 native_handle_t *pHandle; member in struct:android::VideoNativeHandleMetadata
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c257 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
266 if (uuid == NULL || pHandle == NULL) {
318 *pHandle = (effect_handle_t)fx;
320 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp132 effect_handle_t *pHandle) {
138 if (pHandle == NULL || uuid == NULL) {
159 *pHandle = (effect_handle_t)pContext;
129 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
H A DEffectReverb.c103 effect_handle_t *pHandle) {
113 if (pHandle == NULL || uuid == NULL) {
148 *pHandle = (effect_handle_t) module;
100 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) argument
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java620 * @param pHandle The new PhoneAccountHandle associated with the call.
622 void onPhoneAccountChanged(String callId, PhoneAccountHandle pHandle) { argument
626 adapter.onPhoneAccountChanged(callId, pHandle, Log.getExternalSession());
H A DConnection.java844 public void onPhoneAccountChanged(Connection c, PhoneAccountHandle pHandle) {} argument
3133 * @param pHandle The new PhoneAccountHandle for this connection.
3136 public void notifyPhoneAccountChanged(PhoneAccountHandle pHandle) { argument
3138 l.onPhoneAccountChanged(this, pHandle);
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c203 effect_handle_t *pHandle) {
231 if (pHandle == NULL || uuid == NULL) {
259 *pHandle = (effect_handle_t) module;
200 DownmixLib_Create(const effect_uuid_t *uuid, int32_t sessionId __unused, int32_t ioId __unused, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp238 effect_handle_t *pHandle) {
241 if (pHandle == NULL || uuid == NULL) {
261 *pHandle = (effect_handle_t)pContext;
235 VisualizerLib_Create(const effect_uuid_t *uuid, int32_t , int32_t , effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp211 effect_handle_t *pHandle){
219 if (pHandle == NULL || uuid == NULL){
270 *pHandle = (effect_handle_t)pContext;
208 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId __unused, int32_t ioId __unused, effect_handle_t *pHandle) argument
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp190 effect_handle_t *pHandle){
200 if (pHandle == NULL || uuid == NULL){
373 if (pHandle != NULL)
374 *pHandle = (effect_handle_t)NULL;
376 if (pHandle != NULL)
377 *pHandle = (effect_handle_t)pContext;
187 EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId __unused, effect_handle_t *pHandle) argument

Completed in 255 milliseconds