Home
last modified time | relevance | path

Searched refs:libMemMgrClientHandle (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_manager.cpp77 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in main() local
78 if (!libMemMgrClientHandle) { in main()
83 notifyProcessStatus = (dlsym(libMemMgrClientHandle, "notify_process_status")); in main()
86 dlclose(libMemMgrClientHandle); in main()
93 dlclose(libMemMgrClientHandle); in main()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp484 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in NotifyProcessStatus() local
485 if (!libMemMgrClientHandle) { in NotifyProcessStatus()
489 void *notifyProcessStatusFunc = dlsym(libMemMgrClientHandle, "notify_process_status"); in NotifyProcessStatus()
493 if (libMemMgrClientHandle != nullptr) { in NotifyProcessStatus()
496 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()
509 if (libMemMgrClientHandle != nullptr) { in NotifyProcessStatus()
512 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp223 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in NotifyProcessStatus() local
224 if (!libMemMgrClientHandle) { in NotifyProcessStatus()
228 void *notifyProcessStatusFunc = dlsym(libMemMgrClientHandle, "notify_process_status"); in NotifyProcessStatus()
231 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()
244 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp385 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in NotifyProcessStatus() local
386 if (!libMemMgrClientHandle) { in NotifyProcessStatus()
390 void *notifyProcessStatusFunc = dlsym(libMemMgrClientHandle, "notify_process_status"); in NotifyProcessStatus()
393 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()
406 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()

Completed in 14 milliseconds