Searched refs:cast (Results 1 – 15 of 15) sorted by relevance
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 …]
38 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap() local39 if (cast == NULL) { in wrap()40 cast = new Wrapper(impl); in wrap()42 return cast; in wrap()
39 sp<V1_1::ICasListener> cast = V1_1::ICasListener::castFrom(impl); in wrap() local40 if (cast == NULL) { in wrap()41 cast = new Wrapper(impl); in wrap()43 return cast; in wrap()
22 * To use 1.1 features you must cast specific interfaces returned from the24 * which can be cast with V1_1::ITuner::castFrom() call.
25 * To use 1.2 features you must cast specific interfaces returned from the27 * which can be cast to V1_2::ISupplicantStaIface.
27 * To use 1.2 features you must cast specific interfaces returned from the29 * which can be cast to V1_2::ISupplicantP2pIface.
40 static HWC2OnFbAdapter& cast(hw_device_t* device);41 static HWC2OnFbAdapter& cast(hwc2_device_t* device);
30 * - When registerCallback() is called, an implementation must cast the callback32 * - If the cast is successful, when a health info broadcast is sent, the37 * - If the cast is unsuccessful, the implementation must call
24 * castFrom method to cast the IUsbCallback object.
28 * To use 1.2 features the caller must cast the returned interface to a
31 * To use 1.2 features the caller must cast the returned interface to a
32 * To use 1.2 features the caller must cast the returned interface to a
30 * To use 1.1 features the caller must cast the returned interface to a
209 Added cast and mask to suffice size_t v. unsigned int conversion