/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64Relocator.h | 62 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMRelocator.h | 61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.h | 33 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
|
HexagonPLT.h | 64 const LinkerConfig& pConfig);
|
HexagonRelocator.h | 67 HexagonRelocator(HexagonLDBackend& pParent, const LinkerConfig& pConfig);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 242 #define OMX_DBG_SETCONFIG(dbg, pConfig) \ 244 struct OMX_TI_Debug *pConfDbg = (struct OMX_TI_Debug *) pConfig; \ 251 #define OMX_DBG_GETCONFIG(dbg, pConfig) \ 253 struct OMX_TI_Debug *pConfDbg = (struct OMX_TI_Debug *) pConfig; \
|
/external/libvncserver/ |
config.status | [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocator.cpp | 139 const LinkerConfig& pConfig) 140 : Relocator(pConfig), 706 const LinkerConfig& pConfig) 707 : MipsRelocator(pParent, pConfig) { 722 const LinkerConfig& pConfig) 723 : MipsRelocator(pParent, pConfig) {
|
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.c | 500 * pConfig - pointer to effect_config_t structure containing input 510 int Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig, 518 if (pConfig->inputCfg.samplingRate 519 != pConfig->outputCfg.samplingRate 520 || pConfig->outputCfg.channels != OUTPUT_CHANNELS 521 || pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT 522 || pConfig->outputCfg.format != AUDIO_FORMAT_PCM_16_BIT) { 526 if ((pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_MONO)) || 527 (!pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO))) { 532 pRvbModule->config = *pConfig; [all...] |
EffectReverb.h | 329 int Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig, bool init); 330 void Reverb_getConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig);
|
/frameworks/compile/mclinker/lib/LD/ |
GarbageCollection.cpp | 98 GarbageCollection::GarbageCollection(const LinkerConfig& pConfig, 101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
|
/frameworks/compile/mclinker/lib/Target/ |
ELFDynamic.cpp | 35 ELFDynamic::ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig) 36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
|
/external/libnfc-nci/src/udrv/include/ |
ucodec.h | 269 ** pConfig: Pointer on a codec configuration structure.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ResolveInfo.h | 189 bool shouldForceLocal(const LinkerConfig& pConfig);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
TargetLDBackend.h | 55 explicit TargetLDBackend(const LinkerConfig& pConfig);
|
GNULDBackend.h | 50 GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
hw_ar3k.c | 675 static int write_bdaddr(int pConfig, char *bdaddr) 697 err = send_hci_cmd_sync(pConfig, cmd, sizeof(cmd), &event); 802 static int read_ath3k_version(int pConfig, uint32_t *rom_version, 815 err = send_hci_cmd_sync(pConfig, cmd, sizeof(cmd), &event); [all...] |
/external/libnfc-nxp/src/ |
phHciNfc.h | 350 * \param[in] pConfig pConfig is the Information for 365 phHal_uConfig_t *pConfig
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | 139 int Effect_setConfig (EffectContext *pContext, effect_config_t *pConfig); 140 void Effect_getConfig (EffectContext *pContext, effect_config_t *pConfig); [all...] |
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Relocator.cpp | 154 X86Relocator::X86Relocator(const LinkerConfig& pConfig) : Relocator(pConfig) { 274 const LinkerConfig& pConfig) 275 : X86Relocator(pConfig), m_Target(pParent) { [all...] |
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 111 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig) 112 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_uart.c | 160 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle) 171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
|
/frameworks/compile/mclinker/include/mcld/ |
IRBuilder.h | 53 IRBuilder(Module& pModule, const LinkerConfig& pConfig); 456 bool shouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig);
|
/external/aac/libAACenc/src/ |
aacenc_lib.cpp | [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
jet.c | 482 EAS_PUBLIC EAS_RESULT JET_Init (EAS_DATA_HANDLE easHandle, const S_JET_CONFIG *pConfig, EAS_INT configSize) 492 if (pConfig == NULL) 493 pConfig = &jetDefaultConfig; 508 EAS_HWMemCpy(&pJet->config, pConfig, configSize); [all...] |