Searched defs:pEnable (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A Draw_ostream.cpp58 void mcld::raw_fd_ostream::setColor(bool pEnable) argument
61 m_bSetColor = pEnable;
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectSend.c61 SLInterfaceID effectImplementationId, SLboolean *pEnable)
65 if (NULL == pEnable) {
73 *pEnable = enable;
60 IAndroidEffectSend_IsEnabled(SLAndroidEffectSendItf self, SLInterfaceID effectImplementationId, SLboolean *pEnable) argument
H A DIVolume.c138 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) argument
142 if (NULL == pEnable) {
149 *pEnable = enable;
H A DIEffectSend.c163 const void *pAuxEffect, SLboolean *pEnable)
167 if (NULL == pEnable) {
173 *pEnable = SL_BOOLEAN_FALSE;
179 *pEnable = enable;
162 IEffectSend_IsEnabled(SLEffectSendItf self, const void *pAuxEffect, SLboolean *pEnable) argument
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h94 void setEmbedInfo(bool pEnable) { argument
95 mEmbedInfo = pEnable;
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp234 void ScriptFile::setAsNeeded(bool pEnable) argument
236 m_bAsNeeded = pEnable;

Completed in 102 milliseconds