HomeSort by relevance Sort by last modified time
    Searched refs:GetDisplayName (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpedit.h 56 STDMETHOD(GetDisplayName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
86 STDMETHOD(GetDisplayName) (THIS_ LPOLESTR pszName,int cchMaxLength) PURE;
audiopolicy.h 322 virtual HRESULT STDMETHODCALLTYPE GetDisplayName(
374 HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
423 #define IAudioSessionControl_GetDisplayName(This,pRetVal) (This)->lpVtbl->GetDisplayName(This,pRetVal)
447 return This->lpVtbl->GetDisplayName(This,pRetVal);
607 HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
676 #define IAudioSessionControl2_GetDisplayName(This,pRetVal) (This)->lpVtbl->GetDisplayName(This,pRetVal)
706 return This->lpVtbl->GetDisplayName(This,pRetVal);
    [all...]
bits1_5.h 126 HRESULT (WINAPI *GetDisplayName)(IBackgroundCopyJob2 *This,LPWSTR *pVal);
175 #define IBackgroundCopyJob2_GetDisplayName(This,pVal) (This)->lpVtbl->GetDisplayName(This,pVal)
bits2_0.h 108 HRESULT (WINAPI *GetDisplayName)(IBackgroundCopyJob3 *This,LPWSTR *pVal);
161 #define IBackgroundCopyJob3_GetDisplayName(This,pVal) (This)->lpVtbl -> GetDisplayName(This,pVal)
fusion.h 567 virtual HRESULT STDMETHODCALLTYPE GetDisplayName(
633 HRESULT (STDMETHODCALLTYPE *GetDisplayName)(
685 #define IAssemblyName_GetDisplayName(This,szDisplayName,pccDisplayName,dwDisplayFlags) (This)->lpVtbl->GetDisplayName(This,szDisplayName,pccDisplayName,dwDisplayFlags)
713 return This->lpVtbl->GetDisplayName(This,szDisplayName,pccDisplayName,dwDisplayFlags);
    [all...]
propsys.h     [all...]
bits.h 312 virtual HRESULT WINAPI GetDisplayName(LPWSTR *pVal) = 0;
351 HRESULT (WINAPI *GetDisplayName)(IBackgroundCopyJob *This,LPWSTR *pVal);
392 #define IBackgroundCopyJob_GetDisplayName(This,pVal) (This)->lpVtbl->GetDisplayName(This,pVal)
    [all...]
certview.h 126 virtual HRESULT WINAPI GetDisplayName(BSTR *pstrOut) = 0;
147 HRESULT (WINAPI *GetDisplayName)(IEnumCERTVIEWCOLUMN *This,BSTR *pstrOut);
170 #define IEnumCERTVIEWCOLUMN_GetDisplayName(This,pstrOut) (This)->lpVtbl->GetDisplayName(This,pstrOut)
    [all...]
shobjidl.h     [all...]
objidl.h     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.h 169 virtual HWC2::Error GetDisplayName(uint32_t *out_size, char *out_name);
hwc_session.cpp 344 static int32_t GetDisplayName(hwc2_device_t *device, hwc2_display_t display, uint32_t *out_size,
346 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayName, out_size,
624 case HWC2::FunctionDescriptor::GetDisplayName:
625 return AsFP<HWC2_PFN_GET_DISPLAY_NAME>(GetDisplayName);
    [all...]
hwc_display.cpp 592 HWC2::Error HWCDisplay::GetDisplayName(uint32_t *out_size, char *out_name) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.h 184 virtual HWC2::Error GetDisplayName(uint32_t *out_size, char *out_name);
hwc_session.cpp 361 static int32_t GetDisplayName(hwc2_device_t *device, hwc2_display_t display, uint32_t *out_size,
363 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayName, out_size,
646 case HWC2::FunctionDescriptor::GetDisplayName:
647 return AsFP<HWC2_PFN_GET_DISPLAY_NAME>(GetDisplayName);
    [all...]
hwc_display.cpp 791 HWC2::Error HWCDisplay::GetDisplayName(uint32_t *out_size, char *out_name) {
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_display.h 196 virtual HWC2::Error GetDisplayName(uint32_t *out_size, char *out_name);
hwc_session.cpp 355 static int32_t GetDisplayName(hwc2_device_t *device, hwc2_display_t display, uint32_t *out_size,
357 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayName, out_size,
642 case HWC2::FunctionDescriptor::GetDisplayName:
643 return AsFP<HWC2_PFN_GET_DISPLAY_NAME>(GetDisplayName);
    [all...]
hwc_display.cpp 770 HWC2::Error HWCDisplay::GetDisplayName(uint32_t *out_size, char *out_name) {
    [all...]
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 188 * Test IComposerClient::getDisplayName.
190 TEST_F(GraphicsComposerHidlTest, GetDisplayName) {
191 mComposerClient->getDisplayName(mPrimaryDisplay);
  /hardware/libhardware/include/hardware/
hwcomposer2.h 445 case HWC2_FUNCTION_GET_DISPLAY_NAME: return "GetDisplayName";
640 GetDisplayName = HWC2_FUNCTION_GET_DISPLAY_NAME,
    [all...]
  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp 192 case FunctionDescriptor::GetDisplayName:
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 230 case FunctionDescriptor::GetDisplayName:
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1293 milliseconds

1 2