Home
last modified time | relevance | path

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

/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.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/interfaces/usb/1.1/
DIUsb.hal24 * castFrom method to cast the IUsbCallback object.
/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/interfaces/drm/1.1/
DIDrmFactory.hal30 * To use 1.1 features the caller must cast the returned interface to a
/hardware/interfaces/usb/1.2/
DIUsb.hal24 * castFrom method to cast the IUsbCallback object.
/hardware/qcom/msm8998/json-c/
DChangeLog209 Added cast and mask to suffice size_t v. unsigned int conversion