Searched refs:pFormat (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.cpp24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { argument
27 if (pFormat.hasGOT())
30 if (pFormat.hasGOTPLT())
35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { argument
38 if (pFormat.hasGOT())
39 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
41 if (pFormat.hasGOTPLT())
42 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DAArch64ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { argument
25 if (pFormat.hasGOT())
29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { argument
31 if (pFormat.hasGOT())
32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
H A DARMELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { argument
25 if (pFormat.hasGOTPLT())
29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { argument
31 if (pFormat.hasGOTPLT())
32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DHexagonELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { argument
25 if (pFormat.hasGOTPLT())
29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { argument
31 if (pFormat.hasGOTPLT())
32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DX86ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h27 void reserveTargetEntries(const ELFFileFormat& pFormat);
28 void applyTargetEntries(const ELFFileFormat& pFormat);
30 size_t getSymTabNum(const ELFFileFormat& pFormat) const;
31 size_t getGotSym(const ELFFileFormat& pFormat) const;
32 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
H A DMipsELFDynamic.cpp26 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { argument
27 if (pFormat.hasGOT())
37 if (pFormat.hasGOTPLT())
41 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { argument
42 if (pFormat.hasGOT())
43 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
48 applyOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat));
49 applyOne(llvm::ELF::DT_MIPS_SYMTABNO, getSymTabNum(pFormat));
50 applyOne(llvm::ELF::DT_MIPS_GOTSYM, getGotSym(pFormat));
52 if (pFormat
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp91 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat) { argument
99 if (pFormat.hasInit())
102 if (pFormat.hasFini())
105 if (pFormat.hasPreInitArray()) {
110 if (pFormat.hasInitArray()) {
115 if (pFormat.hasFiniArray()) {
120 if (pFormat.hasHashTab())
123 if (pFormat.hasGNUHashTab())
126 if (pFormat.hasDynSymTab()) {
131 if (pFormat
193 applyEntries(const ELFFileFormat& pFormat) argument
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DOutputFormatCmd.cpp17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) argument
19 m_FormatList.push_back(pFormat);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImplLegacy.cpp68 audio_format_t *pFormat,
80 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL ||
86 config.format = *pFormat;
96 *pFormat = config.format;
109 audio_format_t *pFormat,
114 return open_output(AUDIO_MODULE_HANDLE_NONE, pDevices, pSamplingRate, pFormat, pChannelMask,
122 audio_format_t *pFormat,
128 return open_output(module, pDevices, pSamplingRate, pFormat, pChannelMask,
179 audio_format_t *pFormat,
188 if (pSamplingRate == NULL || pFormat
65 open_output(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
106 aps_open_output(void *service __unused, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags) argument
118 aps_open_output_on_module(void *service __unused, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
176 open_input(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
216 aps_open_input(void *service __unused, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, audio_in_acoustics_t acoustics __unused) argument
226 aps_open_input_on_module(void *service __unused, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputFormatCmd.h32 explicit OutputFormatCmd(const std::string& pFormat);
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h137 void reserveEntries(const ELFFileFormat& pFormat);
143 void applyEntries(const ELFFileFormat& pFormat);
158 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
161 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/wilhelm/src/
H A Ddata.c341 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, argument
348 if (NULL == pFormat) {
351 formatType = *(SLuint32 *)pFormat;
355 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation;
370 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
499 pDataFormat->mMIME = *(SLDataFormat_MIME *)pFormat;
520 pDataFormat->mRawImage = *(XADataFormat_RawImage *)pFormat;
764 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat;
792 // Per the spec, the pFormat field is ignored in some cases
794 myDataSrc.pFormat
[all...]
H A Ddata.h51 DataFormat *pFormat; member in struct:__anon1754::__anon1755::__anon1756
61 #define SL_DATAFORMAT_NULL 0 // application specified a NULL value for pFormat
/frameworks/wilhelm/tests/sandbox/
H A Dxa.c92 dataSrc.pFormat = &fmtMime;
98 audioSnk.pFormat = NULL;
105 imageVideoSink.pFormat = NULL;
H A Dsrcsink.c52 audioSrc.pFormat = &format_pcm;
60 audioSnk.pFormat = NULL;
96 audioSnk.pFormat = (void *) 0xDEADBEEF;
101 audioSnk.pFormat = NULL;
H A Durimime.c66 audioSrc.pFormat = &format_mime;
74 audioSnk.pFormat = NULL;
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c69 audiosrc.pFormat = &mime;
71 audiosnk.pFormat = NULL;
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp104 audioSink.pFormat = NULL;
137 audioSource.pFormat = (void*)&mime;
H A DslesTestPlayFdPath.cpp120 audioSink.pFormat = NULL;
147 audioSource.pFormat = (void*)&mime;
H A DslesTestSawtoothBufferQueue.cpp174 audioSource.pFormat = (void *)&pcm;
181 audioSink.pFormat = NULL;
H A DslesTestVirtualizerPath.cpp105 audioSink.pFormat = NULL;
138 audioSource.pFormat = (void*)&mime;

Completed in 137 milliseconds

123