/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A D | AArch64ELFDynamic.cpp | 24 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 D | AArch64ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMELFDynamic.cpp | 23 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 D | ARMELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonELFDynamic.cpp | 23 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 D | HexagonELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86ELFDynamic.cpp | 23 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 D | X86ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsELFDynamic.h | 27 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 D | MipsELFDynamic.cpp | 26 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 D | ELFDynamic.cpp | 91 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 D | OutputFormatCmd.cpp | 17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) argument 19 m_FormatList.push_back(pFormat);
|
/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyClientImplLegacy.cpp | 68 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 D | OutputFormatCmd.h | 32 explicit OutputFormatCmd(const std::string& pFormat);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | ELFDynamic.h | 137 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 D | data.c | 341 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 D | data.h | 51 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 D | xa.c | 92 dataSrc.pFormat = &fmtMime; 98 audioSnk.pFormat = NULL; 105 imageVideoSink.pFormat = NULL;
|
H A D | srcsink.c | 52 audioSrc.pFormat = &format_pcm; 60 audioSnk.pFormat = NULL; 96 audioSnk.pFormat = (void *) 0xDEADBEEF; 101 audioSnk.pFormat = NULL;
|
H A D | urimime.c | 66 audioSrc.pFormat = &format_mime; 74 audioSnk.pFormat = NULL;
|
/frameworks/wilhelm/tests/listening/ |
H A D | seekTorture.c | 69 audiosrc.pFormat = &mime; 71 audiosnk.pFormat = NULL;
|
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestBassBoostPath.cpp | 104 audioSink.pFormat = NULL; 137 audioSource.pFormat = (void*)&mime;
|
H A D | slesTestPlayFdPath.cpp | 120 audioSink.pFormat = NULL; 147 audioSource.pFormat = (void*)&mime;
|
H A D | slesTestSawtoothBufferQueue.cpp | 174 audioSource.pFormat = (void *)&pcm; 181 audioSink.pFormat = NULL;
|
H A D | slesTestVirtualizerPath.cpp | 105 audioSink.pFormat = NULL; 138 audioSource.pFormat = (void*)&mime;
|