| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| H A D | ark_interop_symbol.cpp | 57 auto desc = symbol.GetDescription(vm); in ARKTS_GetSymbolDesc() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/base_profile/ |
| H A D | napi_bluetooth_base_profile.cpp | 27 napi_property_descriptor desc[] = {}; in DefineBaseProfileJSFunction() local
|
| /foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/ |
| H A D | napi_bluetooth_audio_manager.cpp | 39 napi_property_descriptor desc[] = {
in DefineSystemWearDetectionInterface() local
|
| /foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library1/entry/src/main/cpp/ |
| H A D | hello.cpp | 46 napi_property_descriptor desc[] = { in Init() local
|
| /foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10002/entry/src/main/cpp/ |
| H A D | hello.cpp | 46 napi_property_descriptor desc[] = {
in Init() local
|
| /foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library1/entry/src/main/cpp/ |
| H A D | hello.cpp | 46 napi_property_descriptor desc[] = { in Init() local
|
| /foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library2/entry/src/main/cpp/ |
| H A D | hello.cpp | 46 napi_property_descriptor desc[] = { in Init() local
|
| /foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10001/entry/src/main/cpp/ |
| H A D | hello.cpp | 46 napi_property_descriptor desc[] = {
in Init() local
|
| /foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library2/entry/src/main/cpp/ |
| H A D | hello.cpp | 46 napi_property_descriptor desc[] = { in Init() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | gpu_sampler_gles.cpp | 26 GpuSamplerGLES::GpuSamplerGLES(Device& device, const GpuSamplerDesc& desc) : device_((DeviceGLES&)device), desc_(desc) in GpuSamplerGLES() argument [all...] |
| H A D | gpu_resource_util_gles.cpp | 38 const GpuBufferDesc& desc = glesBuffer.GetDesc(); in CopyGpuBufferGLES() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/ |
| H A D | platform_hardware_buffer_util.cpp | 29 CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, const GpuImageDesc& desc, uintptr_t hwBuffer) CreateHwPlatformImage() argument
|
| /foundation/multimedia/audio_framework/services/audio_policy/server/src/service/routers/ |
| H A D | default_router.cpp | 28 unique_ptr<AudioDeviceDescriptor> desc = AudioDeviceManager::GetAudioDeviceManager().GetSelectedMediaRenderDevice(); in GetMediaRenderDevice() local 39 unique_ptr<AudioDeviceDescriptor> desc = AudioDeviceManager::GetAudioDeviceManager().GetSelectedCallRenderDevice(); in GetCallRenderDevice() local 50 unique_ptr<AudioDeviceDescriptor> desc = AudioDeviceManager::GetAudioDeviceManager().GetCaptureDefaultDevice(); GetCallCaptureDevice() local 66 unique_ptr<AudioDeviceDescriptor> desc = AudioDeviceManager::GetAudioDeviceManager().GetCaptureDefaultDevice(); GetRecordCaptureDevice() local 74 unique_ptr<AudioDeviceDescriptor> desc = AudioDeviceManager::GetAudioDeviceManager().GetRenderDefaultDevice(); GetToneRenderDevice() local [all...] |
| H A D | pair_device_router.cpp | 40 unique_ptr<AudioDeviceDescriptor> desc = in GetCallCaptureDevice() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
| H A D | render_util.cpp | 46 RenderHandleDesc desc; in GetRenderHandleDesc() local [all...] |
| /foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/ |
| H A D | router_base.h | 68 std::unique_ptr<AudioDeviceDescriptor> GetPairCaptureDevice(std::unique_ptr<AudioDeviceDescriptor> &desc, in GetPairCaptureDevice() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/ |
| H A D | platform_hardware_buffer_util.cpp | 29 CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, const GpuImageDesc& desc, uintptr_t hwBuffer) CreateHwPlatformImage() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/ |
| H A D | platform_hardware_buffer_util.cpp | 29 CreateHwPlatformImage(const DeviceVk& deviceVk, const HardwareBufferProperties& hwBufferProperties, const GpuImageDesc& desc, uintptr_t hwBuffer) CreateHwPlatformImage() argument
|
| /foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/routing_manager_test/include/ |
| H A D | audio_routing_manager_unit_test.h | 39 virtual void OnPreferredOutputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) {}; in OnPreferredOutputDeviceUpdated() argument 45 virtual void OnPreferredInputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) {}; in OnPreferredInputDeviceUpdated() argument
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
| H A D | gpu_sampler_vk.cpp | 30 VkSamplerYcbcrConversion CreateYcbcrConversion(const DeviceVk& deviceVk, const GpuSamplerDesc& desc) in CreateYcbcrConversion() argument 46 GpuSamplerVk::GpuSamplerVk(Device& device, const GpuSamplerDesc& desc) : device_(device), desc_(desc) in GpuSamplerVk() argument [all...] |
| H A D | gpu_query_vk.cpp | 28 GpuQueryVk::GpuQueryVk(Device& device, const GpuQueryDesc& desc) : device_(device), desc_(desc) in GpuQueryVk() argument 81 BASE_NS::unique_ptr<GpuQuery> CreateGpuQueryVk(Device& device, const GpuQueryDesc& desc) in CreateGpuQueryVk() argument
|
| /foundation/multimedia/audio_framework/frameworks/cj/src/ |
| H A D | multimedia_audio_routing_manager_callback.cpp | 44 OnPreferredInputDeviceUpdated( const std::vector<sptr<AudioDeviceDescriptor>> &desc) OnPreferredInputDeviceUpdated() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| H A D | font_descriptor_mgr.cpp | 46 void FontDescriptorMgr::MatchFontDescriptors(FontDescSharedPtr desc, std::set<FontDescSharedPtr>& descs) in MatchFontDescriptors() argument
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
| H A D | image_func_timer.cpp | 28 ImageFuncTimer::ImageFuncTimer(const std::string &desc) : desc_(desc) in ImageFuncTimer() argument
|
| /foundation/multimedia/av_session/services/session/adapter/ |
| H A D | plugin_lib.cpp | 70 void PluginLib::LogDlfcnErr(const std::string &desc) in LogDlfcnErr() argument
|