Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_encoder.cpp93 encoder_ptr->GetType(&encoder_type); in InsertSecondaryDSI()
166 encoder->second->GetType(&encoder_type); in Reserve()
Ddrm_encoder.h53 void GetType(uint32_t *encoder_type) { in GetType() function
Ddrm_connector.h58 void GetType(uint32_t *conn_type) { *conn_type = drm_connector_->connector_type; } in GetType() function
Ddrm_plane.h100 void GetType(DRMPlaneType *type) { *type = plane_type_info_.type; } in GetType() function
Ddrm_connector.cpp377 conn.second->GetType(&conn_type); in Reserve()
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_ap_iface_hidl_test.cpp73 TEST_P(WifiApIfaceHidlTest, GetType) { in TEST_P() argument
Dwifi_sta_iface_hidl_test.cpp93 TEST_P(WifiStaIfaceHidlTest, GetType) { in TEST_P() argument
/hardware/qcom/sm7250/display/composer/
Dhwc_layers.h89 LayerTypes GetType() const { return type_; } in GetType() function
Dhwc_display.cpp771 if (game_supported_ && (hwc_layer->GetType() == kLayerGame)) { in BuildLayerStack()
/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9.h124 virtual D3DRESOURCETYPE WINAPI GetType() = 0;
321 virtual D3DQUERYTYPE WINAPI GetType() = 0;
609 D3DRESOURCETYPE (WINAPI *GetType)(IDirect3DBaseTexture9 *This);
635 #define IDirect3DBaseTexture9_GetType(p) (p)->lpVtbl->GetType(p)
695 D3DRESOURCETYPE (WINAPI *GetType)(IDirect3DCubeTexture9 *This);
727 #define IDirect3DCubeTexture9_GetType(p) (p)->lpVtbl->GetType(p)
1315 D3DRESOURCETYPE (WINAPI *GetType)(IDirect3DIndexBuffer9 *This);
1338 #define IDirect3DIndexBuffer9_GetType(p) (p)->lpVtbl->GetType(p)
1375 D3DQUERYTYPE (WINAPI *GetType)(IDirect3DQuery9 *This);
1391 #define IDirect3DQuery9_GetType(p) (p)->lpVtbl->GetType(p)
[all …]
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_iface_hidl_test.cpp208 TEST_P(SupplicantStaIfaceHidlTest, GetType) { in TEST_P() argument
Dsupplicant_p2p_iface_hidl_test.cpp217 TEST_P(SupplicantP2pIfaceHidlTest, GetType) { in TEST_P() argument
Dsupplicant_sta_network_hidl_test.cpp182 TEST_P(SupplicantStaNetworkHidlTest, GetType) { in TEST_P() argument
/hardware/interfaces/wifi/supplicant/aidl/vts/functional/
Dsupplicant_p2p_iface_aidl_test.cpp284 TEST_P(SupplicantP2pIfaceAidlTest, GetType) { in TEST_P() argument
Dsupplicant_sta_network_aidl_test.cpp169 TEST_P(SupplicantStaNetworkAidlTest, GetType) { in TEST_P() argument
Dsupplicant_sta_iface_aidl_test.cpp361 TEST_P(SupplicantStaIfaceAidlTest, GetType) { in TEST_P() argument
/hardware/google/gfxstream/guest/mesa/src/util/
Ddbghelp.h843 …peInfo(HANDLE hProcess,DWORD64 ModBase,ULONG TypeId,IMAGEHLP_SYMBOL_TYPE_INFO GetType,PVOID pInfo);