Home
last modified time | relevance | path

Searched refs:LoadDecoderLibrary (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/include/
H A Dvibrator_service_client.h79 int32_t LoadDecoderLibrary(const std::string& path);
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp265 int32_t VibratorServiceClient::LoadDecoderLibrary(const std::string& path) in LoadDecoderLibrary() function in OHOS::Sensors::VibratorServiceClient
301 if (LoadDecoderLibrary(DECODER_LIBRARY_PATH) != 0) { in PreProcess()