Searched defs:function (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp45 static hwc2_function_pointer_t asFP(T function) argument
47 static_assert(std::is_same<PFN, T>::value, "Incompatible function pointer");
48 return reinterpret_cast<hwc2_function_pointer_t>(function);
89 // need to provide a valid function pointer for hwc2_close to call
307 ALOGE("doGetFunction: Unknown function descriptor: %d (%s)",
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp98 ASSERT_TRUE(pfn) << "failed to get function";
114 ASSERT_TRUE(pfn) << "failed to get function";
125 /* If the populateDisplays function is still receiving displays and the
145 ASSERT_TRUE(pfn) << "failed to get function";
165 ASSERT_TRUE(pfn) << "failed to get function";
186 ASSERT_TRUE(pfn) << "failed to get function";
205 ASSERT_TRUE(pfn) << "failed to get function";
232 ASSERT_TRUE(pfn) << "failed to get function";
249 ASSERT_TRUE(pfn) << "failed to get function";
265 ASSERT_TRUE(pfn) << "failed to get function";
1239 setLayerProperty(Hwc2TestCoverage coverage, TestLayerPropertyFunction function, AdvanceProperty advance) argument
1271 setLayerPropertyUpdate(Hwc2TestCoverage coverage, TestLayerPropertyFunction function, AdvanceProperty advance) argument
1304 setLayerProperties(Hwc2TestCoverage coverage, size_t layerCnt, TestLayerPropertiesFunction function, AdvanceProperties advance) argument
1342 setLayerPropertyBadLayer(Hwc2TestCoverage coverage, TestLayerPropertyBadLayerFunction function) argument
1382 setLayerPropertyBadParameter(TestLayerPropertyBadParameterFunction function) argument
1410 displayLayers(Hwc2TestCoverage coverage, size_t layerCnt, TestDisplayLayersFunction function) argument
1452 displayNonValidatedLayers(size_t layerCnt, TestDisplayNonValidatedLayersFunction function) argument
1494 setClientTargetSupport(Hwc2TestCoverage coverage, TestClientTargetSupportFunction function, AdvanceClientTargetSupport advance) argument
1523 setActiveDisplayConfig(TestActiveDisplayConfigFunction function) argument
1539 createVirtualDisplay(Hwc2TestCoverage coverage, TestCreateVirtualDisplayFunction function) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java128 import java.util.function.Consumer;
4863 private void enforceCallingPermission(String permission, String function) { argument
4869 + " required to call " + function + " from pid="
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 146 milliseconds

12