Home
last modified time | relevance | path

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

123

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp26 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 …]
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;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp91 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/
DAArch64ELFDynamic.cpp24 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()
DAArch64ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImplLegacy.cpp68 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/
DX86ELFDynamic.cpp23 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()
DX86ELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.cpp23 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()
DHexagonELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.cpp23 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()
DARMELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/wilhelm/src/
Ddata.c339 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/
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/compile/mclinker/lib/Script/
DOutputFormatCmd.cpp17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) in OutputFormatCmd() argument
19 m_FormatList.push_back(pFormat); in OutputFormatCmd()
/frameworks/wilhelm/tests/sandbox/
Dxa.c91 dataSrc.pFormat = &fmtMime; in main()
97 audioSnk.pFormat = NULL; in main()
104 imageVideoSink.pFormat = NULL; in main()
Dsrcsink.c52 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()
Durimime.c66 audioSrc.pFormat = &format_mime; in main()
74 audioSnk.pFormat = NULL; in main()
Dconfigbq.c117 audioSrc.pFormat = &format_pcm; in main()
125 audioSnk.pFormat = NULL; in main()
/frameworks/wilhelm/tests/listening/
DseekTorture.c69 audiosrc.pFormat = &mime; in main()
71 audiosnk.pFormat = NULL; in main()
/frameworks/wilhelm/tests/examples/
DslesTestPlayFdPath.cpp99 audioSink.pFormat = NULL; in TestPlayPathFromFD()
126 audioSource.pFormat = (void*)&mime; in TestPlayPathFromFD()
DslesTestSawtoothBufferQueue.cpp177 audioSource.pFormat = (void *)&pcm; in TestPlaySawtoothBufferQueue()
184 audioSink.pFormat = NULL; in TestPlaySawtoothBufferQueue()
/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp98 audioSink.pFormat = NULL; in TestPlayUri()
119 audioSource.pFormat = (void*)&mime; in TestPlayUri()
DslesTestPlayStreamType.cpp100 audioSink.pFormat = NULL; in TestStreamTypeConfiguration()
124 audioSource.pFormat = (void*)&mime; in TestStreamTypeConfiguration()
/frameworks/compile/mclinker/include/mcld/Script/
DOutputFormatCmd.h32 explicit OutputFormatCmd(const std::string& pFormat);

123