Home
last modified time | relevance | path

Searched defs:desc (Results 126 - 150 of 2426) sorted by relevance

12345678910>>...98

/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_symbol.cpp57 auto desc = symbol.GetDescription(vm); in ARKTS_GetSymbolDesc() local
/foundation/communication/bluetooth/frameworks/js/napi/src/base_profile/
H A Dnapi_bluetooth_base_profile.cpp27 napi_property_descriptor desc[] = {}; in DefineBaseProfileJSFunction() local
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp39 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 Dhello.cpp46 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 Dhello.cpp46 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 Dhello.cpp46 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 Dhello.cpp46 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 Dhello.cpp46 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 Dhello.cpp46 napi_property_descriptor desc[] = { in Init() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_sampler_gles.cpp26 GpuSamplerGLES::GpuSamplerGLES(Device& device, const GpuSamplerDesc& desc) : device_((DeviceGLES&)device), desc_(desc) in GpuSamplerGLES() argument
[all...]
H A Dgpu_resource_util_gles.cpp38 const GpuBufferDesc& desc = glesBuffer.GetDesc(); in CopyGpuBufferGLES() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp29 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 Ddefault_router.cpp28 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 Dpair_device_router.cpp40 unique_ptr<AudioDeviceDescriptor> desc = in GetCallCaptureDevice() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_util.cpp46 RenderHandleDesc desc; in GetRenderHandleDesc() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/
H A Drouter_base.h68 std::unique_ptr<AudioDeviceDescriptor> GetPairCaptureDevice(std::unique_ptr<AudioDeviceDescriptor> &desc, in GetPairCaptureDevice() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp29 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 Dplatform_hardware_buffer_util.cpp29 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 Daudio_routing_manager_unit_test.h39 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 Dgpu_sampler_vk.cpp30 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 Dgpu_query_vk.cpp28 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 Dmultimedia_audio_routing_manager_callback.cpp44 OnPreferredInputDeviceUpdated( const std::vector<sptr<AudioDeviceDescriptor>> &desc) OnPreferredInputDeviceUpdated() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_mgr.cpp46 void FontDescriptorMgr::MatchFontDescriptors(FontDescSharedPtr desc, std::set<FontDescSharedPtr>& descs) in MatchFontDescriptors() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_func_timer.cpp28 ImageFuncTimer::ImageFuncTimer(const std::string &desc) : desc_(desc) in ImageFuncTimer() argument
/foundation/multimedia/av_session/services/session/adapter/
H A Dplugin_lib.cpp70 void PluginLib::LogDlfcnErr(const std::string &desc) in LogDlfcnErr() argument

Completed in 10 milliseconds

12345678910>>...98