Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 41) sorted by relevance

12

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp42 auto& adapter = HWC2OnFbAdapter::cast(device); in dumpHook()
53 auto& adapter = HWC2OnFbAdapter::cast(device); in registerCallbackHook()
93 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayNameHook()
109 auto& adapter = HWC2OnFbAdapter::cast(device); in getDisplayTypeHook()
119 auto& adapter = HWC2OnFbAdapter::cast(device); in getDozeSupportHook()
131 auto& adapter = HWC2OnFbAdapter::cast(device); in getHdrCapabilitiesHook()
141 auto& adapter = HWC2OnFbAdapter::cast(device); in setPowerModeHook()
151 auto& adapter = HWC2OnFbAdapter::cast(device); in setVsyncEnabledHook()
162 auto& adapter = HWC2OnFbAdapter::cast(device); in getColorModesHook()
180 auto& adapter = HWC2OnFbAdapter::cast(device); in setColorModeHook()
[all …]
/hardware/interfaces/cas/1.1/default/
DMediaCasService.cpp38 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap() local
39 if (cast == NULL) { in wrap()
40 cast = new Wrapper(impl); in wrap()
42 return cast; in wrap()
/hardware/interfaces/cas/1.2/default/
DMediaCasService.cpp39 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap() local
40 if (cast == NULL) { in wrap()
41 cast = new Wrapper(impl); in wrap()
43 return cast; in wrap()
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadioFactory.hal22 * To use 1.1 features you must cast specific interfaces returned from the
24 * which can be cast with V1_1::ITuner::castFrom() call.
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicant.hal25 * To use 1.4 features you must cast specific interfaces returned from the
27 * which can be cast to V1_4::ISupplicantStaIface.
DISupplicantP2pIface.hal25 * To use 1.4 features you must cast specific interfaces returned from the
27 * which can be cast to V1_4::ISupplicantP2pIface.
/hardware/interfaces/wifi/supplicant/1.3/
DISupplicant.hal25 * To use 1.3 features you must cast specific interfaces returned from the
27 * which can be cast to V1_3::ISupplicantStaIface.
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicant.hal25 * To use 1.2 features you must cast specific interfaces returned from the
27 * which can be cast to V1_2::ISupplicantStaIface.
DISupplicantP2pIface.hal27 * To use 1.2 features you must cast specific interfaces returned from the
29 * which can be cast to V1_2::ISupplicantP2pIface.
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h40 static HWC2OnFbAdapter& cast(hw_device_t* device);
41 static HWC2OnFbAdapter& cast(hwc2_device_t* device);
/hardware/interfaces/health/2.1/
DIHealth.hal30 * - When registerCallback() is called, an implementation must cast the callback
32 * - If the cast is successful, when a health info broadcast is sent, the
37 * - If the cast is unsuccessful, the implementation must call
/hardware/google/pixel/pwrstats_util/
DAndroid.bp49 "-Werror=pointer-to-int-cast",
50 "-Werror=int-to-pointer-cast",
/hardware/qcom/wlan/wcn6740/cld80211-lib/
DMakefile.am12 AM_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast \
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
DMakefile.am12 AM_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast \
/hardware/broadcom/wlan/bcmdhd/halutil/
DAndroid.mk23 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast
/hardware/interfaces/usb/1.1/
DIUsb.hal24 * castFrom method to cast the IUsbCallback object.
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dcmake_core.cmake131 $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-cast-align>
137 $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-cast-function-type>
283 " $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-old-style-cast>"
291 " $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-cast-qual>"
/hardware/interfaces/drm/1.4/
DICryptoFactory.hal28 * To use 1.4 features the caller must cast the returned interface to a
DIDrmFactory.hal29 * To use 1.4 features the caller must cast the returned interface to a
/hardware/interfaces/drm/1.1/
DIDrmFactory.hal30 * To use 1.1 features the caller must cast the returned interface to a
/hardware/interfaces/drm/1.2/
DICryptoFactory.hal28 * To use 1.2 features the caller must cast the returned interface to a
DIDrmFactory.hal31 * To use 1.2 features the caller must cast the returned interface to a
/hardware/interfaces/cas/1.2/
DIMediaCasService.hal32 * To use 1.2 features the caller must cast the returned interface to a
/hardware/google/gfxstream/guest/mesa/bin/
Dgen_calendar_entries.py71 return [typing.cast('CalendarRowType', tuple(r)) for r in csv.reader(f)]
192 row = typing.cast('CalendarRowType', tuple(r))
/hardware/google/gfxstream/guest/mesa/
DAndroid.bp70 "-Wno-cast-calling-convention",

12