Home
last modified time | relevance | path

Searched defs:desc (Results 1801 - 1825 of 6482) sorted by relevance

1...<<71727374757677787980>>...260

/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_ext_unit_test.cpp707 sptr<AudioDeviceDescriptor> desc = new (std::nothrow) AudioDeviceDescriptor(); HWTEST() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/include/
H A Daudio_policy_unit_test.h76 virtual void OnPreferredOutputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) {} in OnPreferredOutputDeviceUpdated() argument
87 virtual void OnPreferredInputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) {}; in OnPreferredInputDeviceUpdated() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_client_proxy.cpp201 void AudioPolicyClientProxy::OnPreferredOutputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) in OnPreferredOutputDeviceUpdated() argument
225 void AudioPolicyClientProxy::OnPreferredInputDeviceUpdated(const std::vector<sptr<AudioDeviceDescriptor>> &desc) in OnPreferredInputDeviceUpdated() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_util.cpp283 const GpuImageDesc desc = renderNodeContextMgr_.GetGpuResourceManager().GetImageDescriptor(ref.handle); in CreateRenderPass() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp156 const GpuBufferDesc desc = gpuResourceMgr.GetBufferDescriptor(dataToBeCopied.handle); in ProcessFrameInputCopyData() local
173 const GpuImageDesc desc = gpuResourceMgr.GetImageDescriptor(dataToBeCopied.handle); in ProcessFrameInputCopyData() local
302 const GpuBufferDesc desc = gpuResourceMgr.GetBufferDescriptor(handle); in ValidateInput() local
313 const GpuImageDesc desc in ValidateInput() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp461 BufferDesc desc = {0}; in ProcessVol() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_cache.cpp33 RenderHandleReference CreateImage(GpuResourceManager& gpuResourceMgr, const CacheGpuImageDesc& desc) in CreateImage() argument
120 ReserveGpuImageImpl(const CacheGpuImageDesc& desc) ReserveGpuImageImpl() argument
129 ReserveGpuImage(const CacheGpuImageDesc& desc) ReserveGpuImage() argument
145 const GpuImageDesc desc = gpuResourceMgr_.GetImageDescriptor(gpuImageHandle); GetCacheGpuImageDesc() local
150 ReserveGpuImagePair( const CacheGpuImageDesc& desc, const SampleCountFlags sampleCountFlags) ReserveGpuImagePair() argument
173 GpuImageDesc desc = gpuResourceMgr_.GetImageDescriptor(ref.handle); AllocateAndRemapImages() local
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_routing_manager_callbacks.cpp89 OnPreferredOutputDeviceUpdated( const std::vector<sptr<AudioDeviceDescriptor>> &desc) OnPreferredOutputDeviceUpdated() argument
234 OnPreferredInputDeviceUpdated( const std::vector<sptr<AudioDeviceDescriptor>> &desc) OnPreferredInputDeviceUpdated() argument
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/stream_manager_test/src/
H A Daudio_stream_manager_unit_test.cpp1547 sptr<AudioStandard::AudioDeviceDescriptor> desc = new AudioStandard::AudioDeviceDescriptor(); HWTEST_F() local
1569 sptr<AudioStandard::AudioDeviceDescriptor> desc = new AudioStandard::AudioDeviceDescriptor(); HWTEST_F() local
1583 sptr<AudioStandard::AudioDeviceDescriptor> desc = new AudioStandard::AudioDeviceDescriptor(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp303 const GpuImageDesc desc = gpuResourceMgr_.GetImageDescriptor(ref.handle); in GetImageClearByteSize() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp66 AddMorphSubmesh(IRenderDataStoreMorph& dataStore, const MeshComponent::Submesh& submeshDesc, const MeshComponent& desc, RenderDataMorph::Submesh& submesh, const IRenderHandleComponentManager& bufferManager) AddMorphSubmesh() argument
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservenhance_fuzzer/
H A Daudio_policy_serv_enhance_fuzzer.cpp72 std::vector<sptr<AudioDeviceDescriptor>> desc; in AudioSendCallbackFuzzTest() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp76 uint64_t BASE_NS::hash(const RENDER_NS::GpuBufferDesc& desc) in hash() argument
90 uint64_t BASE_NS::hash(const RENDER_NS::GpuImageDesc& desc) in hash() argument
[all...]
H A Dgpu_buffer_vk.cpp91 GpuBufferVk::GpuBufferVk(Device& device, const GpuBufferDesc& desc) in GpuBufferVk() argument
102 GpuBufferVk::GpuBufferVk(Device& device, const GpuAccelerationStructureDesc& desc) in GpuBufferVk() argument
74 RecordAllocation( PlatformGpuMemoryAllocator& gpuMemAllocator, const GpuBufferDesc& desc, const int64_t alignedByteSize) RecordAllocation() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp130 void FontDescriptorCache::FontDescriptorScatter(FontDescSharedPtr desc) in FontDescriptorScatter() argument
467 IsDefault(FontDescSharedPtr desc) IsDefault() argument
477 MatchFromFontDescriptor(FontDescSharedPtr desc, std::set<FontDescSharedPtr>& result) MatchFromFontDescriptor() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp590 std::string desc = "dump "; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/
H A Dtest_glCompressApi.cpp262 napi_property_descriptor desc[] = { in Init() local
/foundation/multimodalinput/input/frameworks/napi/infrared_emitter/src/
H A Djs_register_module.cpp241 napi_property_descriptor desc[] = { in MmiInit() local
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp49 napi_property_descriptor desc[] = {}; in CreateInstance() local
210 napi_property_descriptor desc[] = { in Export() local
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dinit.cpp44 napi_property_descriptor desc[] = { in InitApi() local
87 napi_property_descriptor desc[] = { in InitNetworkType() local
136 napi_property_descriptor desc[] = { in InitChargingType() local
180 napi_property_descriptor desc[] = { InitBatteryStatus() local
222 napi_property_descriptor desc[] = { InitStorageRequest() local
[all...]
/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp45 std::u16string desc = OHOS::Str8ToStr16(std::string(descriptor)); in OH_IPCRemoteStub_Create() local
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_entry.cpp315 napi_property_descriptor desc[] = { in Init() local
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobject.cpp323 napi_property_descriptor desc[] = { in GetSaveResultCons() local
343 napi_property_descriptor desc[] = { in GetRevokeSaveResultCons() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_channel_napi.cpp29 napi_property_descriptor desc[] = { in UnifiedDataChannelInit() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.cpp38 napi_property_descriptor desc[] = { in InitOpenMode() local

Completed in 19 milliseconds

1...<<71727374757677787980>>...260