/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 42 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/ |
D | MediaCasService.cpp | 38 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/ |
D | MediaCasService.cpp | 39 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/ |
D | IBroadcastRadioFactory.hal | 22 * 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/ |
D | ISupplicant.hal | 25 * To use 1.4 features you must cast specific interfaces returned from the 27 * which can be cast to V1_4::ISupplicantStaIface.
|
D | ISupplicantP2pIface.hal | 25 * 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/ |
D | ISupplicant.hal | 25 * 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/ |
D | ISupplicant.hal | 25 * To use 1.2 features you must cast specific interfaces returned from the 27 * which can be cast to V1_2::ISupplicantStaIface.
|
D | ISupplicantP2pIface.hal | 27 * 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/ |
D | HWC2OnFbAdapter.h | 40 static HWC2OnFbAdapter& cast(hw_device_t* device); 41 static HWC2OnFbAdapter& cast(hwc2_device_t* device);
|
/hardware/interfaces/health/2.1/ |
D | IHealth.hal | 30 * - 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/ |
D | Android.bp | 49 "-Werror=pointer-to-int-cast", 50 "-Werror=int-to-pointer-cast",
|
/hardware/qcom/wlan/wcn6740/cld80211-lib/ |
D | Makefile.am | 12 AM_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast \
|
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | Makefile.am | 12 AM_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast \
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | Android.mk | 23 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast
|
/hardware/interfaces/usb/1.1/ |
D | IUsb.hal | 24 * castFrom method to cast the IUsbCallback object.
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | cmake_core.cmake | 131 $<$<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/ |
D | ICryptoFactory.hal | 28 * To use 1.4 features the caller must cast the returned interface to a
|
D | IDrmFactory.hal | 29 * To use 1.4 features the caller must cast the returned interface to a
|
/hardware/interfaces/drm/1.1/ |
D | IDrmFactory.hal | 30 * To use 1.1 features the caller must cast the returned interface to a
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoFactory.hal | 28 * To use 1.2 features the caller must cast the returned interface to a
|
D | IDrmFactory.hal | 31 * To use 1.2 features the caller must cast the returned interface to a
|
/hardware/interfaces/cas/1.2/ |
D | IMediaCasService.hal | 32 * To use 1.2 features the caller must cast the returned interface to a
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | gen_calendar_entries.py | 71 return [typing.cast('CalendarRowType', tuple(r)) for r in csv.reader(f)] 192 row = typing.cast('CalendarRowType', tuple(r))
|
/hardware/google/gfxstream/guest/mesa/ |
D | Android.bp | 70 "-Wno-cast-calling-convention",
|