/external/lzma/C/Util/LzmaLib/ |
LzmaLibExports.c | 6 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
8 hInstance = hInstance;
|
/external/lzma/CPP/Windows/ |
ResourceString.h | 11 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest);
|
ResourceString.cpp | 11 extern HINSTANCE g_hInstance;
20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID)
28 len = ::LoadString(hInstance, resourceID, s.GetBuffer(size - 1), size);
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s)
46 len = ::LoadStringW(hInstance, resourceID, s.GetBuffer(size - 1), size);
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest)
80 MultiByteToUnicodeString2(dest, MyLoadStringA(hInstance, resourceID)); [all...] |
/external/opencv3/cmake/checks/ |
win32uitest.cpp | 7 NULL /*hInstance*/, NULL /*lpParam*/);
|
/external/skia/src/views/win/ |
skia_win.cpp | 18 static const TCHAR* register_class(HINSTANCE hInstance) { 29 wcex.hInstance = hInstance; 56 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv); 58 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, 74 int result = main_common(hInstance, nCmdShow, argc, argv) [all...] |
/external/lzma/CPP/7zip/Archive/ |
DllExports2.cpp | 21 HINSTANCE g_hInstance;
30 HINSTANCE
32 hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
36 g_hInstance = (HINSTANCE)hInstance;
|
/external/lzma/CPP/Windows/Control/ |
CommandBar.h | 16 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
30 int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap, iNumImages, iImageWidth, iImageHeight); }
34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
35 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
36 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, iButton)); }
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_GetControlParameters.c | 35 /* hInstance Instance handle */ 40 /* LVREV_NULLADDRESS When hInstance or pControlParams is NULL */ 46 LVREV_ReturnStatus_en LVREV_GetControlParameters(LVREV_Handle_t hInstance, 50 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; 56 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL))
|
LVREV_SetControlParameters.c | 33 /* hInstance Instance handle */ 38 /* LVREV_NULLADDRESS When hInstance or pNewParams is NULL */ 45 LVREV_ReturnStatus_en LVREV_SetControlParameters(LVREV_Handle_t hInstance, 49 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; 55 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL))
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_API_Specials.c | 37 /* hInstance Instance Handle */ 52 LVM_Handle_t hInstance, 58 LVM_Instance_t *pInstance = (LVM_Instance_t *)hInstance; 89 LVM_ApplyNewSettings(hInstance); 127 /* hInstance Instance Handle */ 139 LVM_ReturnStatus_en LVM_SetVolumeNoSmoothing( LVM_Handle_t hInstance, 142 LVM_Instance_t *pInstance =(LVM_Instance_t *)hInstance; 146 Error = LVM_SetControlParameters(hInstance,pParams);
|
/external/c-ares/ |
windows_port.c | 13 WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/ |
LVREV.h | 149 /* hInstance = NULL Returns the memory requirements */ 150 /* hInstance = Instance handle Returns the memory requirements and allocated */ 153 /* When this function is called with hInstance = NULL the memory base address pointers */ 156 /* When the function is called for freeing memory, hInstance = Instance Handle the */ 161 /* hInstance Instance Handle */ 175 LVREV_ReturnStatus_en LVREV_GetMemoryTable(LVREV_Handle_t hInstance, 220 /* hInstance Instance handle */ 225 /* LVREV_NULLADDRESS When hInstance or pControlParams is NULL */ 231 LVREV_ReturnStatus_en LVREV_GetControlParameters(LVREV_Handle_t hInstance, 243 /* hInstance Instance handle * [all...] |
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/ |
LVPSA.h | 132 /* hInstance = NULL Returns the memory requirements */ 133 /* hInstance = Instance handle Returns the memory requirements and */ 136 /* When this function is called for memory allocation (hInstance=NULL) the memory */ 139 /* When the function is called for free (hInstance = Instance Handle) the memory */ 143 /* hInstance Instance Handle */ 152 LVPSA_RETURN LVPSA_Memory ( pLVPSA_Handle_t hInstance, 189 /* hInstance Instance Handle */ 197 LVPSA_RETURN LVPSA_Control ( pLVPSA_Handle_t hInstance, 208 /* hInstance Instance Handle */ 219 LVPSA_RETURN LVPSA_Process ( pLVPSA_Handle_t hInstance, [all...] |
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Control.c | 37 /* hInstance Instance handle */ 48 LVCS_ReturnStatus_en LVCS_GetParameters(LVCS_Handle_t hInstance, 52 LVCS_Instance_t *pInstance =(LVCS_Instance_t *)hInstance; 68 /* hInstance Instance handle */ 79 LVCS_ReturnStatus_en LVCS_Control(LVCS_Handle_t hInstance, 83 LVCS_Instance_t *pInstance =(LVCS_Instance_t *)hInstance; 97 err=LVCS_ReverbGeneratorInit(hInstance,pParams); 147 err=LVCS_SEnhancerInit(hInstance, 150 err=LVCS_ReverbGeneratorInit(hInstance, 153 err=LVCS_EqualiserInit(hInstance, [all...] |
LVCS_Equaliser.h | 46 LVCS_ReturnStatus_en LVCS_EqualiserInit(LVCS_Handle_t hInstance, 49 LVCS_ReturnStatus_en LVCS_Equaliser(LVCS_Handle_t hInstance,
|
LVCS_Init.c | 36 /* hInstance = NULL Returns the memory requirements */ 37 /* hInstance = Instance handle Returns the memory requirements and */ 40 /* When this function is called for memory allocation (hInstance=NULL) it is */ 46 /* When the function is called for free (hInstance = Instance Handle) the */ 51 /* hInstance Instance Handle */ 63 LVCS_ReturnStatus_en LVCS_Memory(LVCS_Handle_t hInstance, 69 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance; 75 if (hInstance == LVM_NULL) 124 /* hInstance set to LVM_NULL. In this case the algorithm returns the new instance */ 128 /* by calling with hInstance = Instance Handle. In this case the memory table * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dispdib.h | 51 static __inline HWND DisplayDibWindowCreateEx(HWND hwndParent,HINSTANCE hInstance,DWORD dwStyle) { 56 return CreateWindow(DISPLAYDIB_WINDOW_CLASS,"",dwStyle,0,0,GetSystemMetrics(SM_CXSCREEN),GetSystemMetrics(SM_CYSCREEN),hwndParent,NULL,(hInstance ? hInstance : GetWindowInstance(hwndParent)),NULL); 59 #define DisplayDibWindowCreate(hwndP,hInstance) DisplayDibWindowCreateEx(hwndP,hInstance,WS_POPUP)
|
commdlg.h | 51 HINSTANCE hInstance; 73 HINSTANCE hInstance; 99 HINSTANCE hInstance; 124 HINSTANCE hInstance; 280 HWND hInstance; 291 HWND 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...] |
/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)
|
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/ |
dllmain.cpp | 23 BOOL WINAPI DllMain( _In_ HINSTANCE hInstance, _In_ DWORD dwReason, _In_opt_ LPVOID lpReserved ) 30 DisableThreadLibraryCalls( hInstance );
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/ |
LVCS.h | 238 /* hInstance = NULL Returns the memory requirements */ 239 /* hInstance = Instance handle Returns the memory requirements and */ 242 /* When this function is called for memory allocation (hInstance=NULL) it is */ 249 /* When the function is called for free (hInstance = Instance Handle) the */ 254 /* hInstance Instance Handle */ 266 LVCS_ReturnStatus_en LVCS_Memory(LVCS_Handle_t hInstance, 279 /* hInstance set to NULL. In this case the algorithm returns the new instance */ 283 /* by calling with hInstance = Instance Handle. In this case the memory table */ 288 /* hInstance Instance handle */ 318 /* hInstance Instance handle * [all...] |
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/ |
LVEQNB.h | 296 /* hInstance = NULL Returns the memory requirements */ 297 /* hInstance = Instance handle Returns the memory requirements and */ 300 /* When this function is called for memory allocation (hInstance=NULL) the memory */ 303 /* When the function is called for free (hInstance = Instance Handle) the memory */ 307 /* hInstance Instance Handle */ 320 LVEQNB_ReturnStatus_en LVEQNB_Memory(LVEQNB_Handle_t hInstance, 333 /* hInstance set to NULL. In this case the algorithm returns the new instance */ 337 /* by calling with hInstance = Instance Handle. In this case the memory table */ 342 /* hInstance Instance handle */ 374 /* hInstance Instance handle * [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
LVM.h | 362 /* hInstance = NULL Returns the memory requirements */ 363 /* hInstance = Instance handle Returns the memory requirements and */ 366 /* When this function is called for memory allocation (hInstance=NULL) the memory */ 369 /* When the function is called for free (hInstance = Instance Handle) the memory */ 373 /* hInstance Instance Handle */ 386 LVM_ReturnStatus_en LVM_GetMemoryTable(LVM_Handle_t hInstance, 426 /* hInstance Instance handle */ 436 LVM_ReturnStatus_en LVM_ClearAudioBuffers(LVM_Handle_t hInstance); 448 /* hInstance Instance handle */ 453 /* LVM_NULLADDRESS when any of hInstance or pParams is NULL * [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/ |
LVDBE.h | 278 /* hInstance = NULL Returns the memory requirements */ 279 /* hInstance = Instance handle Returns the memory requirements and */ 282 /* When this function is called for memory allocation (hInstance=NULL) the memory */ 285 /* When the function is called for free (hInstance = Instance Handle) the memory */ 289 /* hInstance Instance Handle */ 301 LVDBE_ReturnStatus_en LVDBE_Memory(LVDBE_Handle_t hInstance, 314 /* hInstance set to NULL. In this case the algorithm returns the new instance */ 318 /* by calling with hInstance = Instance Handle. In this case the memory table */ 323 /* hInstance Instance handle */ 353 /* hInstance Instance handle * [all...] |