Home
last modified time | relevance | path

Searched refs:pcc (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Diaxxx_odsp_hw.c345 struct iaxxx_plugin_create_cfg pcc; in iaxxx_odsp_plugin_set_creation_config() local
355 pcc.inst_id = inst_id; in iaxxx_odsp_plugin_set_creation_config()
356 pcc.block_id = block_id; in iaxxx_odsp_plugin_set_creation_config()
357 pcc.cfg_size = 0; in iaxxx_odsp_plugin_set_creation_config()
365 pcc.cfg_val = cdata.data.vdata.config_val; in iaxxx_odsp_plugin_set_creation_config()
754 struct iaxxx_plugin_custom_cfg pcc; in iaxxx_odsp_plugin_set_custom_cfg() local
768 strlcpy(pcc.file_name, filename, NAME_MAX_SIZE); in iaxxx_odsp_plugin_set_custom_cfg()
769 pcc.inst_id = inst_id; in iaxxx_odsp_plugin_set_custom_cfg()
770 pcc.block_id = block_id; in iaxxx_odsp_plugin_set_custom_cfg()
771 pcc.param_blk_id = param_blk_id; in iaxxx_odsp_plugin_set_custom_cfg()
[all …]
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_package_test.c113 struct iaxxx_plugin_create_cfg pcc; in main() local
182 strcpy(pcc.file_name, BUFFER_CONFIG_OSLO_VAL); in main()
183 pcc.inst_id = 2; in main()
184 pcc.block_id = 1; in main()
185 pcc.cfg_size = 12; in main()
186 pcc.cfg_val = 0; in main()
188 err = ioctl(fileno(odsp_node), ODSP_PLG_SET_CREATE_CFG, (unsigned long)&pcc); in main()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_color_manager_drm.cpp252 drm_msm_pcc *pcc = reinterpret_cast<drm_msm_pcc *>(ptr); in FreeDrmFeatureData() local
253 delete pcc; in FreeDrmFeatureData()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_color_manager_drm.cpp252 drm_msm_pcc *pcc = reinterpret_cast<drm_msm_pcc *>(ptr); in FreeDrmFeatureData() local
253 delete pcc; in FreeDrmFeatureData()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java2689 for (PhysicalChannelConfig pcc : pccs) { in getPrimaryPhysicalChannelConfigForCell()
2690 if (pcc.getConnectionStatus() == PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING in getPrimaryPhysicalChannelConfigForCell()
2691 && pcc.getNetworkType() == networkType && pcc.getPhysicalCellId() == pci) { in getPrimaryPhysicalChannelConfigForCell()
2692 return pcc; in getPrimaryPhysicalChannelConfigForCell()
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!