Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/security/advancedprotection/
DAdvancedProtectionServiceTest.java80 AdvancedProtectionHook hook, AdvancedProtectionProvider provider) { in createService()
145 AdvancedProtectionHook hook = in testEnableProtection_withHook() local
174 AdvancedProtectionHook hook = in testEnableProtection_withFeature_notAvailable() local
202 AdvancedProtectionHook hook = in testEnableProtection_withFeature_notCalledIfModeNotChanged() local
291 AdvancedProtectionHook hook = in testGetFeatures() local
326 AdvancedProtectionHook hook = in testGetFeatures_featureNotAvailable() local
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeBase.h53 void hook(NodeBase* pNode) { in hook() function
/frameworks/native/opengl/libs/EGL/
Degl.cpp61 for (int hook = 0; hook < numHooks; ++hook) { in early_egl_init() local
/frameworks/base/services/core/java/com/android/server/security/advancedprotection/
DAdvancedProtectionService.java168 @Nullable AdvancedProtectionHook hook, in AdvancedProtectionService()
369 AdvancedProtectionHook hook = mHooks.get(i); in getAdvancedProtectionFeatures() local
/frameworks/base/ravenwood/tools/hoststubgen/lib/com/android/hoststubgen/visitors/
DImplGeneratingAdapter.kt349 hooks.forEach { hook -> in <lambda>() method
/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp588 auto hook = std::lower_bound( in GetProcHook() local
Ddriver.cpp869 const ProcHook* hook = GetProcHook(pName); in GetInstanceProcAddr() local
917 const ProcHook* hook = GetProcHook(pName); in GetDeviceProcAddr() local
Dapi_gen.cpp1017 auto hook = std::lower_bound( in GetInstanceProcAddr() local
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixerBase.h271 hook_t hook; member