Home
last modified time | relevance | path

Searched refs:GetDisplayName (Results 1 – 5 of 5) sorted by relevance

/external/drm_hwcomposer/
Ddrmhwctwo.cpp401 HWC2::Error DrmHwcTwo::HwcDisplay::GetDisplayName(uint32_t *size, char *name) { in GetDisplayName() function in android::DrmHwcTwo::HwcDisplay
920 case HWC2::FunctionDescriptor::GetDisplayName: in HookDevGetFunction()
922 DisplayHook<decltype(&HwcDisplay::GetDisplayName), in HookDevGetFunction()
923 &HwcDisplay::GetDisplayName, uint32_t *, char *>); in HookDevGetFunction()
Ddrmhwctwo.h162 HWC2::Error GetDisplayName(uint32_t *size, char *name);
/external/v8/include/
Dv8.h3706 Local<Value> GetDisplayName() const;
/external/v8/src/
Dapi.cc5203 Local<Value> Function::GetDisplayName() const { in GetDisplayName() function in v8::Function
/external/v8/
DChangeLog23421 Exposed v8::Function::GetDisplayName to public API.