Home
last modified time | relevance | path

Searched refs:HDF_LIBRARY_FULL_PATH (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h98 #define HDF_LIBRARY_FULL_PATH(x) "/usr/lib/" x ".so" macro
129 #define HDF_LIBRARY_FULL_PATH(x) "/vendor/lib64/" x ".z.so" macro
131 #define HDF_LIBRARY_FULL_PATH(x) "/vendor/lib/" x ".z.so" macro
/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dcamera_host_c_if.h23 #define CAMERA_C_HAL_LIB_PATH HDF_LIBRARY_FULL_PATH("libcamera_c_hal")
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiolibaudiobindservicecapture_fuzzer/
H A Daudiolibaudiobindservicecapture_fuzzer.cpp26 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioLibAudioBindserviceCaptureFuzzTest()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiolibaudiobindservicerender_fuzzer/
H A Daudiolibaudiobindservicerender_fuzzer.cpp26 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioLibAudioBindserviceRenderFuzzTest()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/
H A Daudiointerfacelibctlcapturecmdid_fuzzer.cpp25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioInterfacelibctlcaptureCmdidFuzzTest()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/
H A Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioInterfaceliboutputcaptureCmdidFuzzTest()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputrendercmdid_fuzzer/
H A Daudiointerfaceliboutputrendercmdid_fuzzer.cpp24 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioInterfaceliboutputrenderCmdidFuzzTest()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlrendercmdid_fuzzer/
H A Daudiointerfacelibctlrendercmdid_fuzzer.cpp25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioInterfacelibctlrenderCmdidFuzzTest()
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_device_performance_test.cpp49 const char *hostSdkPath = HDF_LIBRARY_FULL_PATH("libusb_ddk_device");
H A Dusb_host_performance_test.cpp50 const char *hostSdkPath = HDF_LIBRARY_FULL_PATH("libusb_ddk_host");
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_manager.c46 static const char *CAPTURE_PASSTHTOUGH_PATH = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter");
47 static const char *RENDER_PASSTHTOUGH_PATH = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter");
50 static const char *PATH_SELECT_PASSTHROUGH_PATH = HDF_LIBRARY_FULL_PATH("libaudio_path_select");
/ohos5.0/drivers/peripheral/audio/hdi_service/primary/
H A Daudio_manager_service.c35 static const char *HDI_AUDIO_LIB_PATH = HDF_LIBRARY_FULL_PATH("libaudio_primary_impl_vendor");
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_manager_impl.cpp49 const char *vendorLibPath = HDF_LIBRARY_FULL_PATH("libvendor_intell_voice_trigger"); in LoadVendorLib()
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_manager_impl.cpp53 const char *vendorLibPath = HDF_LIBRARY_FULL_PATH("libvendor_intell_voice_engine"); in LoadVendorLib()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp40 static const char *g_bluetoothAudioDeviceSoPath = HDF_LIBRARY_FULL_PATH("libbluetooth_audio_session…
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer.c54 static const char *g_capLibPath = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter");
55 static const char *g_renLibPath = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter");
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_manager_vdi.c494 const char *hdiAudioVendorLibPath = HDF_LIBRARY_FULL_PATH("libaudio_primary_impl"); in AudioManagerLoadVendorLib()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp66 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp55 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase()
H A Daudio_alsa_libcapture_test.cpp51 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
H A Daudio_librender_hardwaredependence_test.cpp68 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in SetUpTestCase()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp60 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in SetUpTestCase()
H A Daudio_alsa_librender_test.cpp56 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in SetUpTestCase()
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c439 const char *hdiAudioVendorLibPath = HDF_LIBRARY_FULL_PATH("libhdi_audio"); in HdiServiceGetFuncs()