Searched defs:ARMAssemblerProxy (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h1 /* libs/pixelflinger/codeflinger/ARMAssemblerProxy.h
31 class ARMAssemblerProxy : public ARMAssemblerInterface class in namespace:android
34 // ARMAssemblerProxy take ownership of the target
36 ARMAssemblerProxy();
37 ARMAssemblerProxy(ARMAssemblerInterface* target);
38 virtual ~ARMAssemblerProxy();
H A DARMAssemblerProxy.cpp1 /* libs/pixelflinger/codeflinger/ARMAssemblerProxy.cpp
22 #include "codeflinger/ARMAssemblerProxy.h"
28 ARMAssemblerProxy::ARMAssemblerProxy() function in class:android::ARMAssemblerProxy
33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target) function in class:android::ARMAssemblerProxy
38 ARMAssemblerProxy::~ARMAssemblerProxy()
43 void ARMAssemblerProxy::setTarget(ARMAssemblerInterface* target)
49 void ARMAssemblerProxy
[all...]

Completed in 63 milliseconds