Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/boot/aidl/client/include/
DBootControlClient.h41 virtual BootControlVersion GetVersion() const = 0;
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/
Dpresent.h153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor);
169 #define ID3DPresentGroup_GetVersion(p,a,b) (p)->lpVtbl->GetVersion(p,a,b)
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp70 BootControlVersion GetVersion() const override { return BootControlVersion::BOOTCTL_AIDL; } in GetVersion() function in android::hal::BootControlClientAidl
177 BootControlVersion GetVersion() const override { in GetVersion() function in android::hal::BootControlClientHIDL