Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp58 static GetMtpImplFunc g_getMtpImpl = nullptr; variable
62 if (g_getMtpImpl != nullptr) { in InitGetMtpImpl()
80 g_getMtpImpl = reinterpret_cast<GetMtpImplFunc>(funcPtr); in InitGetMtpImpl()
85 g_getMtpImpl = nullptr; in ReleaseGetMtpImpl()
95 if (g_getMtpImpl == nullptr) { in GetUsbfnMtpImpl()
99 void *instance = g_getMtpImpl(); in GetUsbfnMtpImpl()