Home
last modified time | relevance | path

Searched refs:pInterface (Results 1 – 9 of 9) sorted by relevance

/hardware/nxp/weaver/1.0/
DWeaver.cpp35 WeaverInterface *pInterface = nullptr; variable
38 pInterface = WeaverImpl::getInstance(); in Weaver()
39 if(pInterface != NULL) { in Weaver()
40 pInterface->Init(); in Weaver()
50 if(pInterface == NULL) { in getConfig()
56 Status_Weaver status = pInterface->GetSlots(slotInfo); in getConfig()
73 if(key != NULL && value != NULL && pInterface != NULL in write()
74 && (pInterface->Write(slotId, key, value) == WEAVER_STATUS_OK)) { in write()
87 if (key == NULL || pInterface == NULL) { in read()
91 Status_Weaver status = pInterface->Read(slotId, key, readInfo); in read()
[all …]
/hardware/nxp/weaver/aidl_impl/
DWeaver.cpp33 pInterface = WeaverImpl::getInstance(); in Weaver()
34 if (pInterface != NULL) { in Weaver()
35 pInterface->Init(); in Weaver()
51 if (pInterface == NULL) { in getConfig()
56 Status_Weaver status = pInterface->GetSlots(slotInfo); in getConfig()
82 if (pInterface == NULL) { in read()
93 status = pInterface->Read(in_slotId, in_key, readInfo); in read()
132 if (pInterface == NULL) { in write()
136 if (pInterface->Write(in_slotId, in_key, in_value) == WEAVER_STATUS_OK) { in write()
DWeaver.h45 WeaverInterface *pInterface = nullptr;
/hardware/qcom/media/msm8996/mm-core/inc/
DQOMX_SourceExtensions.h82 OMX_U8 pInterface[1]; member
/hardware/qcom/media/msm8974/mm-core/inc/
DQOMX_SourceExtensions.h82 OMX_U8 pInterface[1]; member
/hardware/qcom/sm7250/media/mm-core/inc/
DQOMX_SourceExtensions.h82 OMX_U8 pInterface[1]; member
/hardware/qcom/sm8150/media/mm-core/inc/
DQOMX_SourceExtensions.h82 OMX_U8 pInterface[1]; member
/hardware/qcom/media/msm8998/mm-core/inc/
DQOMX_SourceExtensions.h82 OMX_U8 pInterface[1]; member
/hardware/qcom/audio/voice_processing/
Dvoice_processing.c682 effect_handle_t *pInterface) in lib_create() argument
709 status = session_create_effect(session, id, pInterface); in lib_create()