/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | hdf_base.h | 98 #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 D | camera_host_c_if.h | 23 #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 D | audiolibaudiobindservicecapture_fuzzer.cpp | 26 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioLibAudioBindserviceCaptureFuzzTest()
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiolibaudiobindservicerender_fuzzer/ |
H A D | audiolibaudiobindservicerender_fuzzer.cpp | 26 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioLibAudioBindserviceRenderFuzzTest()
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/ |
H A D | audiointerfacelibctlcapturecmdid_fuzzer.cpp | 25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioInterfacelibctlcaptureCmdidFuzzTest()
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/ |
H A D | audiointerfaceliboutputcapturecmdid_fuzzer.cpp | 25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioInterfaceliboutputcaptureCmdidFuzzTest()
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputrendercmdid_fuzzer/ |
H A D | audiointerfaceliboutputrendercmdid_fuzzer.cpp | 24 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioInterfaceliboutputrenderCmdidFuzzTest()
|
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlrendercmdid_fuzzer/ |
H A D | audiointerfacelibctlrendercmdid_fuzzer.cpp | 25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioInterfacelibctlrenderCmdidFuzzTest()
|
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/ |
H A D | usb_device_performance_test.cpp | 49 const char *hostSdkPath = HDF_LIBRARY_FULL_PATH("libusb_ddk_device");
|
H A D | usb_host_performance_test.cpp | 50 const char *hostSdkPath = HDF_LIBRARY_FULL_PATH("libusb_ddk_host");
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_manager.c | 46 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 D | audio_manager_service.c | 35 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 D | intell_voice_trigger_manager_impl.cpp | 49 const char *vendorLibPath = HDF_LIBRARY_FULL_PATH("libvendor_intell_voice_trigger"); in LoadVendorLib()
|
/ohos5.0/drivers/peripheral/intelligent_voice/hdi_service/engine/ |
H A D | intell_voice_engine_manager_impl.cpp | 53 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 D | audio_bluetooth_manager.cpp | 40 static const char *g_bluetoothAudioDeviceSoPath = HDF_LIBRARY_FULL_PATH("libbluetooth_audio_session…
|
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 54 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 D | audio_manager_vdi.c | 494 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 D | audio_libcapture_hardwaredependence_test.cpp | 66 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/ |
H A D | audio_libcapture_test.cpp | 55 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase()
|
H A D | audio_alsa_libcapture_test.cpp | 51 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/ |
H A D | audio_librender_hardwaredependence_test.cpp | 68 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/ |
H A D | audio_librender_test.cpp | 60 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in SetUpTestCase()
|
H A D | audio_alsa_librender_test.cpp | 56 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in SetUpTestCase()
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_common.c | 439 const char *hdiAudioVendorLibPath = HDF_LIBRARY_FULL_PATH("libhdi_audio"); in HdiServiceGetFuncs()
|