Home
last modified time | relevance | path

Searched refs:pInfo (Results 1 – 25 of 65) sorted by relevance

123

/hardware/qcom/audio/legacy/alsa_sound/
DAudioUtil.cpp124 bool AudioUtil::getHDMIAudioSinkCaps(EDID_AUDIO_INFO* pInfo) { in getHDMIAudioSinkCaps() argument
151 if (pInfo && data) { in getHDMIAudioSinkCaps()
170 memset(pInfo, 0, sizeof(EDID_AUDIO_INFO)); in getHDMIAudioSinkCaps()
171 pInfo->nAudioBlocks = nCountDesc; in getHDMIAudioSinkCaps()
182 for (int i = 0; i < pInfo->nAudioBlocks; i++) { in getHDMIAudioSinkCaps()
185 pInfo->AudioBlocksArray[i].nChannels = channels[i]; in getHDMIAudioSinkCaps()
186 … ALOGV("pInfo->AudioBlocksArray[i].nChannels %d\n", pInfo->AudioBlocksArray[i].nChannels); in getHDMIAudioSinkCaps()
189pInfo->AudioBlocksArray[i].nFormatId = (EDID_AUDIO_FORMAT_ID)printFormatFromEDID(formats[i]); in getHDMIAudioSinkCaps()
190 ALOGV("pInfo->AudioBlocksArray[i].nFormatId %d",pInfo->AudioBlocksArray[i].nFormatId); in getHDMIAudioSinkCaps()
193 pInfo->AudioBlocksArray[i].nSamplingFreq = getSamplingFrequencyFromEDID(frequency[i]); in getHDMIAudioSinkCaps()
[all …]
DAudioUtil.h68 static bool getSpeakerAllocation(EDID_AUDIO_INFO* pInfo);
/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphNxpNciHal_Dnld.cc101 void* pInfo);
104 void* pInfo);
107 void* pInfo);
110 void* pInfo);
113 void* pInfo);
116 void* pInfo);
119 void* pInfo);
122 NFCSTATUS status, void* pInfo);
126 void* pInfo);
130 void* pInfo);
[all …]
DphDnldNfc_Internal.cc76 phTmlNfc_TransactInfo_t* pInfo);
78 phTmlNfc_TransactInfo_t* pInfo);
80 phTmlNfc_TransactInfo_t* pInfo);
82 phTmlNfc_TransactInfo_t* pInfo);
87 phTmlNfc_TransactInfo_t* pInfo,
192 phTmlNfc_TransactInfo_t* pInfo) { in phDnldNfc_ProcessSeqState() argument
246 wStatus = phDnldNfc_ProcessRecvInfo(pContext, pInfo); in phDnldNfc_ProcessSeqState()
292 wStatus = phDnldNfc_ProcessFrame(pContext, pInfo); in phDnldNfc_ProcessSeqState()
351 phTmlNfc_TransactInfo_t* pInfo) { in phDnldNfc_ProcessRWSeqState() argument
399 wStatus = phDnldNfc_ProcessRecvInfo(pContext, pInfo); in phDnldNfc_ProcessRWSeqState()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphNxpNciHal_Dnld.cc112 void* pInfo);
115 void* pInfo);
118 void* pInfo);
121 void* pInfo);
124 void* pInfo);
127 NFCSTATUS status, void* pInfo);
131 void* pInfo);
135 void* pInfo);
138 void* pInfo);
141 void* pInfo);
[all …]
DphDnldNfc_Internal.cc83 phTmlNfc_TransactInfo_t* pInfo);
85 phTmlNfc_TransactInfo_t* pInfo);
87 phTmlNfc_TransactInfo_t* pInfo);
89 phTmlNfc_TransactInfo_t* pInfo);
94 phTmlNfc_TransactInfo_t* pInfo,
199 phTmlNfc_TransactInfo_t* pInfo) { in phDnldNfc_ProcessSeqState() argument
247 wStatus = phDnldNfc_ProcessRecvInfo(pContext, pInfo); in phDnldNfc_ProcessSeqState()
288 wStatus = phDnldNfc_ProcessFrame(pContext, pInfo); in phDnldNfc_ProcessSeqState()
347 phTmlNfc_TransactInfo_t* pInfo) { in phDnldNfc_ProcessRWSeqState() argument
396 wStatus = phDnldNfc_ProcessRecvInfo(pContext, pInfo); in phDnldNfc_ProcessRWSeqState()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_descriptors.c67 const VkBufferCaptureDescriptorDataInfoEXT *pInfo, in vk_common_GetBufferOpaqueCaptureDescriptorDataEXT() argument
75 const VkImageCaptureDescriptorDataInfoEXT *pInfo, in vk_common_GetImageOpaqueCaptureDescriptorDataEXT() argument
83 … const VkImageViewCaptureDescriptorDataInfoEXT *pInfo, in vk_common_GetImageViewOpaqueCaptureDescriptorDataEXT() argument
91 … const VkSamplerCaptureDescriptorDataInfoEXT *pInfo, in vk_common_GetSamplerOpaqueCaptureDescriptorDataEXT() argument
99 … const VkAccelerationStructureCaptureDescriptorDataInfoEXT *pInfo, in vk_common_GetAccelerationStructureOpaqueCaptureDescriptorDataEXT() argument
Dvk_acceleration_structure.c90 VkDevice _device, const VkAccelerationStructureDeviceAddressInfoKHR *pInfo) in vk_common_GetAccelerationStructureDeviceAddressKHR() argument
92 VK_FROM_HANDLE(vk_acceleration_structure, accel_struct, pInfo->accelerationStructure); in vk_common_GetAccelerationStructureDeviceAddressKHR()
Dvk_buffer.c104 const VkBufferMemoryRequirementsInfo2 *pInfo, in vk_common_GetBufferMemoryRequirements2() argument
108 VK_FROM_HANDLE(vk_buffer, buffer, pInfo->buffer); in vk_common_GetBufferMemoryRequirements2()
Dvk_device_memory.c196 const VkMemoryGetAndroidHardwareBufferInfoANDROID *pInfo, in vk_common_GetMemoryAndroidHardwareBufferANDROID() argument
199 VK_FROM_HANDLE(vk_device_memory, mem, pInfo->memory); in vk_common_GetMemoryAndroidHardwareBufferANDROID()
/hardware/nxp/nfc/snxxx/halimpl/recovery/
DphNxpNciHal_Recovery.cc94 phTmlNfc_TransactInfo_t* pInfo) { in phNxpNciHal_read_callback() argument
96 if (pInfo != NULL) { in phNxpNciHal_read_callback()
97 NXPLOG_NCIHAL_E("%s Status %d", __func__, pInfo->wStatus); in phNxpNciHal_read_callback()
98 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in phNxpNciHal_read_callback()
99 nxpncihal_ctrl.p_rx_data = pInfo->pBuff; in phNxpNciHal_read_callback()
100 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_callback()
102 nxpncihal_ctrl.ext_cb_data.status = pInfo->wStatus; in phNxpNciHal_read_callback()
122 phTmlNfc_TransactInfo_t* pInfo) { in phNxpNciHal_write_callback() argument
124 if (pInfo != NULL) { in phNxpNciHal_write_callback()
125 if (pInfo->wStatus != NFCSTATUS_SUCCESS) { in phNxpNciHal_write_callback()
[all …]
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.cc57 phTmlUwb_TransactInfo_t* pInfo);
456 phTmlUwb_TransactInfo_t* pInfo) { in phNxpUciHal_write_complete() argument
459 if (pInfo->wStatus == UWBSTATUS_SUCCESS) { in phNxpUciHal_write_complete()
460 NXPLOG_UCIHAL_V("write successful status = 0x%x", pInfo->wStatus); in phNxpUciHal_write_complete()
462 NXPLOG_UCIHAL_E("write error status = 0x%x", pInfo->wStatus); in phNxpUciHal_write_complete()
464 p_cb_data->status = pInfo->wStatus; in phNxpUciHal_write_complete()
485 void phNxpUciHal_read_complete(void* pContext, phTmlUwb_TransactInfo_t* pInfo) in phNxpUciHal_read_complete() argument
489 if (pInfo->wStatus != UWBSTATUS_SUCCESS) { in phNxpUciHal_read_complete()
490 NXPLOG_UCIHAL_E("read error status = 0x%x", pInfo->wStatus); in phNxpUciHal_read_complete()
494 NXPLOG_UCIHAL_D("read successful status = 0x%x", pInfo->wStatus); in phNxpUciHal_read_complete()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/self-test/
DphNxpNciHal_SelfTest.cc495 static void hal_write_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo);
497 static void hal_read_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo);
836 static void hal_write_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo) { in hal_write_cb() argument
839 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in hal_write_cb()
840 NXPLOG_NCIHAL_D("write successful status = 0x%x", pInfo->wStatus); in hal_write_cb()
842 NXPLOG_NCIHAL_E("write error status = 0x%x", pInfo->wStatus); in hal_write_cb()
845 p_cb_data->status = pInfo->wStatus; in hal_write_cb()
860 static void hal_read_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo) { in hal_read_cb() argument
877 if (pInfo == NULL) { in hal_read_cb()
881 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in hal_read_cb()
[all …]
/hardware/nxp/nfc/pn8x/halimpl/self-test/
DphNxpNciHal_SelfTest.cc495 static void hal_write_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo);
497 static void hal_read_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo);
836 static void hal_write_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo) { in hal_write_cb() argument
839 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in hal_write_cb()
840 NXPLOG_NCIHAL_D("write successful status = 0x%x", pInfo->wStatus); in hal_write_cb()
842 NXPLOG_NCIHAL_E("write error status = 0x%x", pInfo->wStatus); in hal_write_cb()
845 p_cb_data->status = pInfo->wStatus; in hal_write_cb()
860 static void hal_read_cb(void* pContext, phTmlNfc_TransactInfo_t* pInfo) { in hal_read_cb() argument
878 if (pInfo == NULL) { in hal_read_cb()
882 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in hal_read_cb()
[all …]
/hardware/nxp/secure_element/pn8x/ls_client/inc/
DLsLib.h161 Lsc_TranscieveInfo_t* pInfo)
174 Lsc_TranscieveInfo_t* pInfo)
188 Lsc_TranscieveInfo_t* pInfo)
203 Lsc_TranscieveInfo_t* pInfo)
230 Lsc_TranscieveInfo_t* pInfo),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_opacity_micromap/
Dmicromaps.adoc482 * pname:pInfo is a pointer to a slink:VkCopyMicromapInfoEXT structure
485 This command copies the pname:pInfo->src micromap to the pname:pInfo->dst
486 micromap in the manner specified by pname:pInfo->mode.
488 Accesses to pname:pInfo->src and pname:pInfo->dst must: be
499 The pname:buffer used to create pname:pInfo->src must: be bound to
502 The pname:buffer used to create pname:pInfo->dst must: be bound to
582 * pname:pInfo is an a pointer to a slink:VkCopyMicromapToMemoryInfoEXT
585 Accesses to pname:pInfo->src must: be <<synchronization-dependencies,
590 Accesses to the buffer indicated by pname:pInfo->dst.deviceAddress must: be
613 * [[VUID-vkCmdCopyMicromapToMemoryEXT-pInfo-07536]]
[all …]
/hardware/nxp/uwb/halimpl/hal/sr1xx/
DphNxpUciHal_fwd.cc234 phHbci_Status_t phHbci_QueryInfo(uint8_t *pInfo, uint32_t *pInfoSz, uint32_t maxSz, bool matchMaxSz) in phHbci_QueryInfo() argument
327 memcpy(&pInfo[*pInfoSz], gphHbci_MisoApdu.payload, dataSz); in phHbci_QueryInfo()
333 phHbci_Status_t phHbci_GetGeneralInfo(uint8_t *pInfo, uint32_t *pInfoSz) in phHbci_GetGeneralInfo() argument
345 return phHbci_QueryInfo(pInfo, pInfoSz, PHHBCI_HELIOS_CHIP_ID_SZ, TRUE); in phHbci_GetGeneralInfo()
348 return phHbci_QueryInfo(pInfo, pInfoSz, PHHBCI_HELIOS_ID_SZ, TRUE); in phHbci_GetGeneralInfo()
354 return phHbci_QueryInfo(pInfo, pInfoSz, PHHBCI_HELIOS_NXP_PUB_KEY_SZ, TRUE); in phHbci_GetGeneralInfo()
357 return phHbci_QueryInfo(pInfo, pInfoSz, PHHBCI_HELIOS_ROM_VERSION_SZ, TRUE); in phHbci_GetGeneralInfo()
360 return phHbci_QueryInfo(pInfo, pInfoSz, PHHBCI_HELIOS_OTP_AUTOLOAD_INFO_SZ, TRUE); in phHbci_GetGeneralInfo()
369 phHbci_Status_t phHbci_GetInfo(uint8_t *pInfo, uint32_t *pInfoSz) in phHbci_GetInfo() argument
375 return phHbci_GetGeneralInfo(pInfo, pInfoSz); in phHbci_GetInfo()
DphNxpUciHal_fwd.h398 phHbci_Status_t phHbci_QueryInfo(uint8_t* pInfo, uint32_t* pInfoSz,
400 phHbci_Status_t phHbci_GetGeneralInfo(uint8_t* pInfo, uint32_t* pInfoSz);
401 phHbci_Status_t phHbci_GetInfo(uint8_t* pInfo, uint32_t* pInfoSz);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_AMD_shader_info.adoc22 * pname:pInfo is either `NULL` or a pointer to a buffer.
24 If pname:pInfo is `NULL`, then the maximum size of the information that can:
27 size of the buffer, in bytes, pointed to by pname:pInfo, and on return the
29 pname:pInfo.
32 pname:pInfo, and ename:VK_INCOMPLETE will be returned, instead of
46 pointed to by pname:pInfo.
51 For pname:infoType ename:VK_SHADER_INFO_TYPE_DISASSEMBLY_AMD, pname:pInfo is
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_android.h109 …ROID)(VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo, struct AHardwareB…
119 const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_android.h109 …ROID)(VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo, struct AHardwareB…
119 const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo,
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.cc102 phTmlNfc_TransactInfo_t* pInfo);
104 phTmlNfc_TransactInfo_t* pInfo);
1111 phTmlNfc_TransactInfo_t* pInfo) { in phNxpNciHal_write_complete() argument
1113 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in phNxpNciHal_write_complete()
1114 NXPLOG_NCIHAL_D("write successful status = 0x%x", pInfo->wStatus); in phNxpNciHal_write_complete()
1116 NXPLOG_NCIHAL_D("write error status = 0x%x", pInfo->wStatus); in phNxpNciHal_write_complete()
1119 p_cb_data->status = pInfo->wStatus; in phNxpNciHal_write_complete()
1141 phTmlNfc_TransactInfo_t* pInfo) { in phNxpNciHal_read_complete() argument
1148 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in phNxpNciHal_read_complete()
1149 NXPLOG_NCIHAL_D("read successful status = 0x%x", pInfo->wStatus); in phNxpNciHal_read_complete()
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h427 void vkGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo,
430 const VkBufferMemoryRequirementsInfo2* pInfo,
434 VkDevice device, const VkImageSparseMemoryRequirementsInfo2* pInfo,
523 const VkBufferDeviceAddressInfo* pInfo,
526 const VkBufferDeviceAddressInfo* pInfo,
529 VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo, uint32_t doLock);
608 const VkDeviceBufferMemoryRequirements* pInfo,
612 const VkDeviceImageMemoryRequirements* pInfo,
616 VkDevice device, const VkDeviceImageMemoryRequirements* pInfo,
744 const VkImageMemoryRequirementsInfo2* pInfo,
[all …]
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.cc143 phTmlNfc_TransactInfo_t* pInfo);
145 phTmlNfc_TransactInfo_t* pInfo);
1308 phTmlNfc_TransactInfo_t* pInfo) { in phNxpNciHal_write_complete() argument
1310 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in phNxpNciHal_write_complete()
1311 NXPLOG_NCIHAL_D("write successful status = 0x%x", pInfo->wStatus); in phNxpNciHal_write_complete()
1313 NXPLOG_NCIHAL_D("write error status = 0x%x", pInfo->wStatus); in phNxpNciHal_write_complete()
1316 p_cb_data->status = pInfo->wStatus; in phNxpNciHal_write_complete()
1338 phTmlNfc_TransactInfo_t* pInfo) { in phNxpNciHal_read_complete() argument
1345 if (pInfo->wStatus == NFCSTATUS_SUCCESS) { in phNxpNciHal_read_complete()
1346 NXPLOG_NCIHAL_D("read successful status = 0x%x", pInfo->wStatus); in phNxpNciHal_read_complete()
[all …]
/hardware/interfaces/automotive/evs/1.1/default/
DEvsEnumerator.cpp51 std::unique_ptr<ConfigManager::CameraInfo>& pInfo = sConfigManager->getCameraInfo(v); in EvsEnumerator() local
52 if (pInfo) { in EvsEnumerator()
53 rec.desc.metadata.setToExternal(reinterpret_cast<uint8_t*>(pInfo->characteristics), in EvsEnumerator()
54 get_camera_metadata_size(pInfo->characteristics)); in EvsEnumerator()

123