Home
last modified time | relevance | path

Searched defs:pApp (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/
H A Dmain.cpp44 Renderer *getRenderer(android_app *pApp) { in getRenderer()
64 FrameStats drawFrames(int count, android_app *pApp, int &events, android_poll_source *&pSource, in drawFrames()
111 FrameStats drawFramesWithTarget(int64_t targetDuration, int &events, android_app *pApp, in drawFramesWithTarget()
119 double calibrate(int &events, android_app *pApp, android_poll_source *&pSource) { in calibrate()
150 void handle_cmd(android_app *pApp, int32_t cmd) { in handle_cmd()
170 void android_main(struct android_app *pApp) { in android_main()
H A DRenderer.h53 inline Renderer(android_app *pApp) in Renderer()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DControlPanel.cpp44 CCPApp * pApp = (CCPApp*) AfxGetApp(); in GetControlPanelApp() local
62 CCPApp * pApp = GetControlPanelApp(); in CPlApplet() local
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_fwltheme.cpp52 CXFA_FWLTheme::CXFA_FWLTheme(cppgc::Heap* pHeap, CXFA_FFApp* pApp) in CXFA_FWLTheme()
H A Dcxfa_ffdoc.cpp57 CXFA_FFDoc::CXFA_FFDoc(CXFA_FFApp* pApp, in CXFA_FFDoc()
H A Dcxfa_ffdocview.cpp189 CXFA_FFApp* pApp = m_pDoc->GetApp(); in ShowNullTestMsg() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmsimcntl.h209 #define _IUseIMBase_SetService(This,pService,pApp) (This)->lpVtbl->SetService(This,pService,pApp) argument
363 #define IMSIMContactView_SetService(This,pService,pApp) (This)->lpVtbl->SetService(This,pService,pA… argument
628 #define IMSIMMessageView_SetService(This,pService,pApp) (This)->lpVtbl->SetService(This,pService,pA… argument
925 #define IMSIMContactList_SetService(This,pService,pApp) (This)->lpVtbl->SetService(This,pService,pA… argument
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_notedriver.cpp31 CFWL_NoteDriver::CFWL_NoteDriver(CFWL_App* pApp) : m_pApp(pApp) {} in CFWL_NoteDriver()
H A Dcfwl_widgetmgr.cpp17 CFWL_WidgetMgr::CFWL_WidgetMgr(AdapterIface* pAdapter, CFWL_App* pApp) in CFWL_WidgetMgr()
/aosp_15_r20/system/chre/test/simulation/
H A Dtest_util.cc198 TestNanoapp *pApp = app.get(); in loadNanoapp() local