/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsELFDynamic.cpp | 28 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 …]
|
D | MipsELFDynamic.h | 28 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/ |
D | ELFDynamic.cpp | 98 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/ |
D | AArch64ELFDynamic.cpp | 26 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()
|
D | AArch64ELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/av/services/audiopolicy/ |
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/ARM/ |
D | ARMELFDynamic.cpp | 25 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()
|
D | ARMELFDynamic.h | 22 void reserveTargetEntries(const ELFFileFormat& pFormat); 23 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonELFDynamic.cpp | 24 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()
|
D | HexagonELFDynamic.h | 23 void reserveTargetEntries(const ELFFileFormat& pFormat); 24 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86ELFDynamic.cpp | 25 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()
|
D | X86ELFDynamic.h | 23 void reserveTargetEntries(const ELFFileFormat& pFormat); 24 void applyTargetEntries(const ELFFileFormat& pFormat);
|
/frameworks/wilhelm/src/ |
D | data.c | 345 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/ |
D | ELFDynamic.h | 152 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/ |
D | OutputFormatCmd.cpp | 17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) in OutputFormatCmd() argument 20 m_FormatList.push_back(pFormat); in OutputFormatCmd()
|
/frameworks/wilhelm/tests/sandbox/ |
D | xa.c | 90 dataSrc.pFormat = &fmtMime; in main() 96 audioSnk.pFormat = NULL; in main() 103 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/av/include/media/ |
D | IMediaPlayerService.h | 59 audio_format_t* pFormat, 63 int* pNumChannels, audio_format_t* pFormat,
|
D | mediaplayer.h | 240 audio_format_t* pFormat, 244 int* pNumChannels, audio_format_t* pFormat,
|
/frameworks/av/media/libmedia/ |
D | IMediaPlayerService.cpp | 96 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/ |
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()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTest_playStates.cpp | 98 audioSink.pFormat = NULL; in TestPlayUri() 119 audioSource.pFormat = (void*)&mime; in TestPlayUri()
|