Searched defs:pFormat (Results 1 - 12 of 12) sorted by path

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImplLegacy.cpp68 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/lib/Script/
H A DOutputFormatCmd.cpp17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) argument
19 m_FormatList.push_back(pFormat);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64ELFDynamic.cpp24 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());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp23 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());
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp91 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/Target/Hexagon/
H A DHexagonELFDynamic.cpp23 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());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp26 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/X86/
H A DX86ELFDynamic.cpp23 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());
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h294 void * pFormat; member in struct:XADataSink_
299 void * pFormat; member in struct:XADataSource_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h368 void *pFormat; member in struct:SLDataSource_
374 void *pFormat; member in struct:SLDataSink_
/frameworks/wilhelm/src/
H A Ddata.c341 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 Ddata.h51 DataFormat *pFormat; member in struct:__anon1747::__anon1748::__anon1749
61 #define SL_DATAFORMAT_NULL 0 // application specified a NULL value for pFormat

Completed in 164 milliseconds