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

  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_events.c 68 TIMM_OSAL_U32 eFlags;
96 plEvent->eFlags = 0;
202 plEvent->eFlags = plEvent->eFlags & uEventFlags;
205 plEvent->eFlags = plEvent->eFlags | uEventFlags;
285 /* Lock the mutex for access to the eFlags global variable */
298 isolatedFlags = plEvent->eFlags & uRequestedEvents;
310 /*We have got required combination of the eFlags bits and will return it back */
311 *pRetrievedEvents = plEvent->eFlags;
    [all...]
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_events.c 68 TIMM_OSAL_U32 eFlags;
96 plEvent->eFlags = 0;
202 plEvent->eFlags = plEvent->eFlags & uEventFlags;
205 plEvent->eFlags = plEvent->eFlags | uEventFlags;
285 /* Lock the mutex for access to the eFlags global variable */
298 isolatedFlags = plEvent->eFlags & uRequestedEvents;
310 /*We have got required combination of the eFlags bits and will return it back */
311 *pRetrievedEvents = plEvent->eFlags;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 193 virtual HRESULT WINAPI RunWizard(HWND hwndParent,FLASHCONFIG_FLAGS eFlags) = 0;
201 HRESULT (WINAPI *RunWizard)(IFlashConfig *This,HWND hwndParent,FLASHCONFIG_FLAGS eFlags);
211 #define IFlashConfig_RunWizard(This,hwndParent,eFlags) (This)->lpVtbl->RunWizard(This,hwndParent,eFlags)
214 HRESULT WINAPI IFlashConfig_RunWizard_Proxy(IFlashConfig *This,HWND hwndParent,FLASHCONFIG_FLAGS eFlags);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 388 XFA_GetPacketByIndex(XFA_PACKET_XDP)->eFlags)) {
421 pPacketInfo->eFlags)) {
455 pPacketInfo->eFlags)) {
488 (pPacketInfo->eFlags & XFA_XDPPACKET_FLAGS_SUPPORTONE) &&
524 XFA_GetPacketByIndex(XFA_PACKET_Config)->eFlags)) {
548 XFA_GetPacketByIndex(XFA_PACKET_Template)->eFlags)) {
574 XFA_GetPacketByIndex(XFA_PACKET_Form)->eFlags)) {
630 XFA_GetPacketByIndex(XFA_PACKET_Datasets)->eFlags)) {
636 XFA_GetPacketByIndex(XFA_PACKET_XDP)->eFlags)) {
646 XFA_GetPacketByIndex(XFA_PACKET_Datasets)->eFlags)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetafile.h 39 EmfToWmfBitsFlags eFlags = EmfToWmfBitsFlagsDefault)
42 cbData16, pData16, iMapMode, eFlags);
  /external/pdfium/xfa/include/fxfa/
fxfa_basic.h 86 FX_DWORD eFlags;
    [all...]

Completed in 1019 milliseconds