Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmhwctwo.cpp534 HWC2::Error DrmHwcTwo::HwcDisplay::GetDisplayName(uint32_t *size, char *name) { in GetDisplayName() function in android::DrmHwcTwo::HwcDisplay
1214 case HWC2::FunctionDescriptor::GetDisplayName: in HookDevGetFunction()
1216 DisplayHook<decltype(&HwcDisplay::GetDisplayName), in HookDevGetFunction()
1217 &HwcDisplay::GetDisplayName, uint32_t *, char *>); in HookDevGetFunction()
/external/drm_hwcomposer/include/
Ddrmhwctwo.h171 HWC2::Error GetDisplayName(uint32_t *size, char *name);
/external/v8/include/
Dv8.h4600 Local<Value> GetDisplayName() const;
/external/v8/src/api/
Dapi.cc5043 Local<Value> Function::GetDisplayName() const { in GetDisplayName() function in v8::Function
/external/v8/
DChangeLog44301 Exposed v8::Function::GetDisplayName to public API.