/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.cpp | 26 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() argument 27 if (pFormat.hasGOT()) in reserveTargetEntries() 37 if (pFormat.hasGOTPLT()) in reserveTargetEntries() 41 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries() argument 42 if (pFormat.hasGOT()) in applyTargetEntries() 43 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries() 48 applyOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat)); in applyTargetEntries() 49 applyOne(llvm::ELF::DT_MIPS_SYMTABNO, getSymTabNum(pFormat)); in applyTargetEntries() 50 applyOne(llvm::ELF::DT_MIPS_GOTSYM, getGotSym(pFormat)); in applyTargetEntries() 52 if (pFormat.hasGOTPLT()) in applyTargetEntries() [all …]
|
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;
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFDynamic.cpp | 91 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat) { in reserveEntries() argument 99 if (pFormat.hasInit()) in reserveEntries() 102 if (pFormat.hasFini()) in reserveEntries() 105 if (pFormat.hasPreInitArray()) { in reserveEntries() 110 if (pFormat.hasInitArray()) { in reserveEntries() 115 if (pFormat.hasFiniArray()) { in reserveEntries() 120 if (pFormat.hasHashTab()) in reserveEntries() 123 if (pFormat.hasGNUHashTab()) in reserveEntries() 126 if (pFormat.hasDynSymTab()) { in reserveEntries() 131 if (pFormat.hasDynStrTab()) { in reserveEntries() [all …]
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64ELFDynamic.cpp | 24 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() argument 27 if (pFormat.hasGOT()) in reserveTargetEntries() 30 if (pFormat.hasGOTPLT()) in reserveTargetEntries() 35 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries() argument 38 if (pFormat.hasGOT()) in applyTargetEntries() 39 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries() 41 if (pFormat.hasGOTPLT()) in applyTargetEntries() 42 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
|
D | AArch64ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImplLegacy.cpp | 68 audio_format_t *pFormat, in open_output() argument 80 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL || in open_output() 86 config.format = *pFormat; in open_output() 96 *pFormat = config.format; in open_output() 109 audio_format_t *pFormat, in aps_open_output() argument 114 return open_output((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask, in aps_open_output() 122 audio_format_t *pFormat, in aps_open_output_on_module() argument 128 return open_output(module, pDevices, pSamplingRate, pFormat, pChannelMask, in aps_open_output_on_module() 179 audio_format_t *pFormat, in open_input() argument 188 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL || pDevices == NULL) { in open_input() [all …]
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86ELFDynamic.cpp | 23 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() argument 25 if (pFormat.hasGOTPLT()) in reserveTargetEntries() 29 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries() argument 31 if (pFormat.hasGOTPLT()) in applyTargetEntries() 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
|
D | X86ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonELFDynamic.cpp | 23 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() argument 25 if (pFormat.hasGOTPLT()) in reserveTargetEntries() 29 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries() argument 31 if (pFormat.hasGOTPLT()) in applyTargetEntries() 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
|
D | HexagonELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFDynamic.cpp | 23 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { in reserveTargetEntries() argument 25 if (pFormat.hasGOT()) in reserveTargetEntries() 29 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { in applyTargetEntries() argument 31 if (pFormat.hasGOT()) in applyTargetEntries() 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()
|
D | ARMELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/wilhelm/src/ |
D | data.c | 339 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, in checkDataFormat() argument 346 if (NULL == pFormat) { in checkDataFormat() 349 formatType = *(SLuint32 *)pFormat; in checkDataFormat() 353 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation; in checkDataFormat() 368 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat; in checkDataFormat() 544 pDataFormat->mMIME = *(SLDataFormat_MIME *)pFormat; in checkDataFormat() 565 pDataFormat->mRawImage = *(XADataFormat_RawImage *)pFormat; in checkDataFormat() 809 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat; in checkDataSource() 839 myDataSrc.pFormat = NULL; in checkDataSource() 867 result = checkDataFormat(name, myDataSrc.pFormat, &pDataLocatorFormat->mFormat, in checkDataSource() [all …]
|
/frameworks/compile/mclinker/include/mcld/Target/ |
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/compile/mclinker/lib/Script/ |
D | OutputFormatCmd.cpp | 17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) in OutputFormatCmd() argument 19 m_FormatList.push_back(pFormat); in OutputFormatCmd()
|
/frameworks/wilhelm/tests/sandbox/ |
D | xa.c | 91 dataSrc.pFormat = &fmtMime; in main() 97 audioSnk.pFormat = NULL; in main() 104 imageVideoSink.pFormat = NULL; in main()
|
D | srcsink.c | 52 audioSrc.pFormat = &format_pcm; in main() 60 audioSnk.pFormat = NULL; in main() 96 audioSnk.pFormat = (void *) 0xDEADBEEF; in main() 101 audioSnk.pFormat = NULL; in main()
|
D | urimime.c | 66 audioSrc.pFormat = &format_mime; in main() 74 audioSnk.pFormat = NULL; in main()
|
D | configbq.c | 117 audioSrc.pFormat = &format_pcm; in main() 125 audioSnk.pFormat = NULL; in main()
|
/frameworks/wilhelm/tests/listening/ |
D | seekTorture.c | 69 audiosrc.pFormat = &mime; in main() 71 audiosnk.pFormat = NULL; in main()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestPlayFdPath.cpp | 99 audioSink.pFormat = NULL; in TestPlayPathFromFD() 126 audioSource.pFormat = (void*)&mime; in TestPlayPathFromFD()
|
D | slesTestSawtoothBufferQueue.cpp | 177 audioSource.pFormat = (void *)&pcm; in TestPlaySawtoothBufferQueue() 184 audioSink.pFormat = NULL; in TestPlaySawtoothBufferQueue()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTest_playStates.cpp | 98 audioSink.pFormat = NULL; in TestPlayUri() 119 audioSource.pFormat = (void*)&mime; in TestPlayUri()
|
D | slesTestPlayStreamType.cpp | 100 audioSink.pFormat = NULL; in TestStreamTypeConfiguration() 124 audioSource.pFormat = (void*)&mime; in TestStreamTypeConfiguration()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | OutputFormatCmd.h | 32 explicit OutputFormatCmd(const std::string& pFormat);
|