HomeSort by relevance Sort by last modified time
    Searched refs:hInstance (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 30 /* hInstance = NULL Returns the memory requirements */
31 /* hInstance = Instance handle Returns the memory requirements and */
34 /* When this function is called for memory allocation (hInstance=NULL) the memory */
37 /* When the function is called for free (hInstance = Instance Handle) the memory */
41 /* hInstance Instance Handle */
50 LVPSA_RETURN LVPSA_Memory ( pLVPSA_Handle_t hInstance,
60 LVPSA_InstancePr_t *pLVPSA_Inst = (LVPSA_InstancePr_t*)hInstance;
78 if (hInstance == LVM_NULL)
LVPSA_QPD_Process.c 57 void LVPSA_QPD_Process ( void *hInstance,
66 LVPSA_InstancePr_t *pLVPSA_Inst = (LVPSA_InstancePr_t*)hInstance;
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 288 HMODULE hInstance = NULL;
292 &hInstance);
305 wcex.hInstance = hInstance;
320 hInstance,
336 hInstance,
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 91 wc.hInstance = GetModuleHandle(NULL);
110 wc.hInstance,
  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Private.h 155 void LVCS_TimerCallBack ( void* hInstance,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commdlg.h 51 HINSTANCE hInstance;
73 HINSTANCE hInstance;
99 HINSTANCE hInstance;
124 HINSTANCE hInstance;
280 HWND hInstance;
291 HWND hInstance;
    [all...]
mapihook.h 39 typedef HRESULT (__cdecl HPPROVIDERINIT)(LPMAPISESSION lpSession,HINSTANCE hInstance,LPALLOCATEBUFFER lpAllocateBuffer,LPALLOCATEMORE lpAllocateMore,LPFREEBUFFER lpFreeBuffer,LPMAPIUID lpSectionUID,ULONG ulFlags,LPSPOOLERHOOK *lppSpoolerHook);
fltuser.h 40 HRESULT WINAPI FilterInstanceClose(HFILTER_INSTANCE hInstance);
41 HRESULT WINAPI FilterInstanceCreate(LPCWSTR lpFilterName, LPCWSTR lpVolumeName, LPCWSTR lpInstanceName, HFILTER_INSTANCE *hInstance);
45 HRESULT WINAPI FilterInstanceGetInformation(HFILTER_INSTANCE hInstance, INSTANCE_INFORMATION_CLASS dwInformationClass, LPVOID lpBuffer, DWORD dwBufferSize, LPDWORD lpBytesReturned);
oledlg.h 242 HINSTANCE hInstance;
267 HINSTANCE hInstance;
359 HINSTANCE hInstance;
382 HINSTANCE hInstance;
475 HINSTANCE hInstance;
    [all...]
advpub.h 79 HRESULT WINAPI LaunchINFSectionEx(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow);
81 typedef HRESULT (WINAPI *LAUNCHINFSECTIONEX)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
215 HRESULT WINAPI DelNodeRunDLL32(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow);
217 typedef HRESULT (WINAPI *DELNODERUNDLL32)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
224 INT WINAPI LaunchINFSection(HWND,HINSTANCE,PSTR,INT);
237 typedef HRESULT (WINAPI *USERINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
238 typedef HRESULT (WINAPI *USERUNINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
240 HRESULT WINAPI UserInstStubWrapper(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow)
    [all...]
dsquery.h 56 HINSTANCE hInstance;
  /prebuilts/misc/windows/sdl2/test/
testnativew32.c 52 wc.hInstance = GetModuleHandle(NULL);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 220 pContext->pBundledContext->hInstance = NULL;
527 if (pContext->pBundledContext->hInstance != NULL){
599 pContext->pBundledContext->hInstance = LVM_NULL;
602 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance,
665 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance,
684 LvmStatus = LVM_SetHeadroomParams(pContext->pBundledContext->hInstance,
751 LvmStatus = LVM_Process(pContext->pBundledContext->hInstance, /* Instance handle */
    [all...]
EffectBundle.h 67 LVM_Handle_t hInstance; /* Instance handle */
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 33 HINSTANCE g_hInstance;
42 HINSTANCE hinstDll = LoadLibrary(dllName);
207 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */,
215 g_hInstance = (HINSTANCE)hInstance;
  /external/lzma/CPP/Windows/Control/
Window2.cpp 51 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
61 wc.hInstance = instance;
78 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance)
108 wc.hInstance = instance;
  /external/lzma/CPP/Windows/
Window.cpp 26 wndClassA.hInstance = wndClass->hInstance;
53 HINSTANCE instance, LPVOID createParam)
71 HINSTANCE instance, LPVOID createParam)
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 37 /* hInstance = NULL Returns the memory requirements */
38 /* hInstance = Instance handle Returns the memory requirements and */
41 /* When this function is called for memory allocation (hInstance=NULL) the memory */
44 /* When the function is called for free (hInstance = Instance Handle) the memory */
48 /* hInstance Instance Handle */
64 LVM_ReturnStatus_en LVM_GetMemoryTable(LVM_Handle_t hInstance,
69 LVM_Instance_t *pInstance = (LVM_Instance_t *)hInstance;
89 if (hInstance != LVM_NULL)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c 38 /* hInstance = NULL Returns the memory requirements */
39 /* hInstance = Instance handle Returns the memory requirements and */
42 /* When this function is called for memory allocation (hInstance=NULL) the memory */
45 /* When the function is called for free (hInstance = Instance Handle) the memory */
49 /* hInstance Instance Handle */
62 LVEQNB_ReturnStatus_en LVEQNB_Memory(LVEQNB_Handle_t hInstance,
68 LVEQNB_Instance_t *pInstance = (LVEQNB_Instance_t *)hInstance;
80 if (hInstance == LVM_NULL)
161 /* hInstance set to NULL. In this case the algorithm returns the new instance */
165 /* by calling with hInstance = Instance Handle. In this case the memory table *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 35 /* hInstance Instance handle */
43 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
49 LVREV_ReturnStatus_en LVREV_Process(LVREV_Handle_t hInstance,
54 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
65 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
164 /* hInstance Instance handle */
172 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
  /external/libpng/contrib/visupng/
VisualPng.c 79 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
92 wndclass.hInstance = hInstance;
93 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
129 NULL, NULL, hInstance, NULL);
134 hAccel = LoadAccelerators (hInstance, szProgName);
150 static HINSTANCE hInstance ;
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 40 Window::Window (HINSTANCE instance, int width, int height)
55 wndClass.hInstance = instance;
  /external/opencv3/samples/directx/
winapp.hpp 36 wcex.hInstance = m_hInstance;
127 HINSTANCE m_hInstance;
  /external/webrtc/webrtc/base/
win32window.cc 22 HINSTANCE Win32Window::instance_ = NULL;
52 wcex.hInstance = instance_;

Completed in 1675 milliseconds

1 23 4 5