Searched defs:getFunction (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbInterfaceAssoc.java60 public byte getFunction() { method in class:UsbInterfaceAssoc
/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp44 Function* func = newModule->getFunction(functionName);
52 getFunction(Module* mergedModule, const Source* source, const int slot, function in namespace:bcc::__anon1212
73 const Function* function = mergedModule->getFunction(functionName);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
232 getFunction(mergedModule, source, slot, &inputFunctionSignature);
/frameworks/rs/script_api/
H A DSpecification.h410 Function* getFunction() const { return mFunction; } function in class:FunctionSpecification
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp101 getFunction(HWC2_FUNCTION_REGISTER_CALLBACK));
117 getFunction(HWC2_FUNCTION_GET_DISPLAY_TYPE));
148 getFunction(HWC2_FUNCTION_CREATE_LAYER));
168 getFunction(HWC2_FUNCTION_DESTROY_LAYER));
189 getFunction(HWC2_FUNCTION_GET_DISPLAY_ATTRIBUTE));
208 getFunction(HWC2_FUNCTION_GET_DISPLAY_CONFIGS));
235 getFunction(HWC2_FUNCTION_GET_ACTIVE_CONFIG));
252 getFunction(HWC2_FUNCTION_SET_ACTIVE_CONFIG));
268 getFunction(HWC2_FUNCTION_GET_DOZE_SUPPORT));
285 getFunction(HWC2_FUNCTION_SET_POWER_MOD
1087 hwc2_function_pointer_t getFunction(hwc2_function_descriptor_t descriptor) function in class:Hwc2Test
[all...]

Completed in 163 milliseconds