HomeSort by relevance Sort by last modified time
    Searched refs:DllHandle (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
latebindingsymboltable.h 21 typedef void *DllHandle;
54 DllHandle GetDllHandle() const { return handle_; }
61 DllHandle handle_;
latebindingsymboltable.cc 22 static const DllHandle kInvalidDllHandle = NULL;
40 static bool LoadSymbol(DllHandle handle,
  /external/webrtc/talk/media/devices/
libudevsymboltable.cc 44 bool IsWrongLibUDevAbiVersion(rtc::DllHandle libudev_0) {
45 rtc::DllHandle libudev_1 = dlopen("libudev.so.1",
58 // DllHandle, but having libudev.so.0 resident may cause problems for that
libudevsymboltable.h 72 // it has caused crashes in the wild. This function checks if the DllHandle that
75 bool IsWrongLibUDevAbiVersion(rtc::DllHandle libudev_0);
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 35 DllHandle InternalLoadDll(const char dll_name[]) {
37 DllHandle handle = dlopen(dll_name, RTLD_NOW);
48 void InternalUnloadDll(DllHandle handle) {
68 static bool LoadSymbol(DllHandle handle,
92 bool InternalLoadSymbols(DllHandle handle,
latebindingsymboltable_linux.h 29 typedef void *DllHandle;
31 const DllHandle kInvalidDllHandle = NULL;
37 DllHandle InternalLoadDll(const char dll_name[]);
39 void InternalUnloadDll(DllHandle handle);
41 bool InternalLoadSymbols(DllHandle handle,
118 DllHandle handle_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 507 PVOID DllHandle,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 206 milliseconds