Searched refs:DllHandle (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlatebindingsymboltable.h38 typedef void *DllHandle; typedef in namespace:talk_base
71 DllHandle GetDllHandle() const { return handle_; }
78 DllHandle handle_;
H A Dlatebindingsymboltable.cc39 static const DllHandle kInvalidDllHandle = NULL;
57 static bool LoadSymbol(DllHandle handle,
/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable.h21 typedef void *DllHandle; typedef in namespace:rtc
54 DllHandle GetDllHandle() const { return handle_; }
61 DllHandle handle_;
H A Dlatebindingsymboltable.cc22 static const DllHandle kInvalidDllHandle = NULL;
40 static bool LoadSymbol(DllHandle handle,
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlibudevsymboltable.cc44 bool IsWrongLibUDevAbiVersion(talk_base::DllHandle libudev_0) {
45 talk_base::DllHandle libudev_1 = dlopen("libudev.so.1",
58 // DllHandle, but having libudev.so.0 resident may cause problems for that
H A Dlibudevsymboltable.h72 // it has caused crashes in the wild. This function checks if the DllHandle that
75 bool IsWrongLibUDevAbiVersion(talk_base::DllHandle libudev_0);
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.cc52 DllHandle InternalLoadDll(const char dll_name[]) {
54 DllHandle handle = dlopen(dll_name, RTLD_NOW);
65 void InternalUnloadDll(DllHandle handle) {
76 static bool LoadSymbol(DllHandle handle,
100 bool InternalLoadSymbols(DllHandle handle,
H A Dlatebindingsymboltable_linux.h46 typedef void *DllHandle; typedef in namespace:webrtc_adm_linux
48 const DllHandle kInvalidDllHandle = NULL;
54 DllHandle InternalLoadDll(const char dll_name[]);
56 void InternalUnloadDll(DllHandle handle);
58 bool InternalLoadSymbols(DllHandle handle,
135 DllHandle handle_;

Completed in 205 milliseconds