Home
last modified time | relevance | path

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

123

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp28 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() argument
30 if (pFormat.hasGOT()) in reserveTargetEntries()
40 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
44 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() argument
46 if (pFormat.hasGOT()) in applyTargetEntries()
47 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()
52 applyOne(llvm::ELF::DT_MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat)); in applyTargetEntries()
53 applyOne(llvm::ELF::DT_MIPS_SYMTABNO, getSymTabNum(pFormat)); in applyTargetEntries()
54 applyOne(llvm::ELF::DT_MIPS_GOTSYM, getGotSym(pFormat)); in applyTargetEntries()
56 if (pFormat.hasGOTPLT()) in applyTargetEntries()
[all …]
DMipsELFDynamic.h28 void reserveTargetEntries(const ELFFileFormat& pFormat);
29 void applyTargetEntries(const ELFFileFormat& pFormat);
31 size_t getSymTabNum(const ELFFileFormat& pFormat) const;
32 size_t getGotSym(const ELFFileFormat& pFormat) const;
33 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp98 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat) in reserveEntries() argument
107 if (pFormat.hasInit()) in reserveEntries()
110 if (pFormat.hasFini()) in reserveEntries()
113 if (pFormat.hasPreInitArray()) { in reserveEntries()
118 if (pFormat.hasInitArray()) { in reserveEntries()
123 if (pFormat.hasFiniArray()) { in reserveEntries()
128 if (pFormat.hasHashTab()) in reserveEntries()
132 if (pFormat.hasGNUHashTab()) in reserveEntries()
135 if (pFormat.hasDynSymTab()) { in reserveEntries()
140 if (pFormat.hasDynStrTab()) { in reserveEntries()
[all …]
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64ELFDynamic.cpp26 void AArch64ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() argument
30 if (pFormat.hasGOT()) in reserveTargetEntries()
34 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
39 void AArch64ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() argument
43 if (pFormat.hasGOT()) in applyTargetEntries()
44 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()
47 if (pFormat.hasGOTPLT()) in applyTargetEntries()
48 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/
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/ARM/
DARMELFDynamic.cpp25 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() argument
28 if (pFormat.hasGOT()) in reserveTargetEntries()
32 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() argument
35 if (pFormat.hasGOT()) in applyTargetEntries()
36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr()); in applyTargetEntries()
DARMELFDynamic.h22 void reserveTargetEntries(const ELFFileFormat& pFormat);
23 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.cpp24 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() argument
27 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
31 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() argument
34 if (pFormat.hasGOTPLT()) in applyTargetEntries()
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DHexagonELFDynamic.h23 void reserveTargetEntries(const ELFFileFormat& pFormat);
24 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.cpp25 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) in reserveTargetEntries() argument
28 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
32 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) in applyTargetEntries() argument
35 if (pFormat.hasGOTPLT()) in applyTargetEntries()
36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr()); in applyTargetEntries()
DX86ELFDynamic.h23 void reserveTargetEntries(const ELFFileFormat& pFormat);
24 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/wilhelm/src/
Ddata.c345 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, in checkDataFormat() argument
352 if (NULL == pFormat) { in checkDataFormat()
355 formatType = *(SLuint32 *)pFormat; in checkDataFormat()
359 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation; in checkDataFormat()
374 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat; in checkDataFormat()
533 pDataFormat->mMIME = *(SLDataFormat_MIME *)pFormat; in checkDataFormat()
554 pDataFormat->mRawImage = *(XADataFormat_RawImage *)pFormat; in checkDataFormat()
798 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat; in checkDataSource()
828 myDataSrc.pFormat = NULL; in checkDataSource()
856 result = checkDataFormat(name, myDataSrc.pFormat, &pDataLocatorFormat->mFormat, in checkDataSource()
[all …]
/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h152 void reserveEntries(const ELFFileFormat& pFormat);
158 void applyEntries(const ELFFileFormat& pFormat);
173 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
176 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/compile/mclinker/lib/Script/
DOutputFormatCmd.cpp17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) in OutputFormatCmd() argument
20 m_FormatList.push_back(pFormat); in OutputFormatCmd()
/frameworks/wilhelm/tests/sandbox/
Dxa.c90 dataSrc.pFormat = &fmtMime; in main()
96 audioSnk.pFormat = NULL; in main()
103 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/av/include/media/
DIMediaPlayerService.h59 audio_format_t* pFormat,
63 int* pNumChannels, audio_format_t* pFormat,
Dmediaplayer.h240 audio_format_t* pFormat,
244 int* pNumChannels, audio_format_t* pFormat,
/frameworks/av/media/libmedia/
DIMediaPlayerService.cpp96 audio_format_t* pFormat, in decode() argument
114 *pFormat = (audio_format_t)reply.readInt32(); in decode()
122 int* pNumChannels, audio_format_t* pFormat, in decode() argument
137 *pFormat = (audio_format_t)reply.readInt32(); in decode()
/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()
/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp98 audioSink.pFormat = NULL; in TestPlayUri()
119 audioSource.pFormat = (void*)&mime; in TestPlayUri()

123