Home
last modified time | relevance | path

Searched defs:function (Results 1 – 21 of 21) sorted by relevance

/frameworks/wilhelm/src/
Dtrace.c33 void slTraceEnterGlobal(const char *function) in slTraceEnterGlobal()
41 void slTraceLeaveGlobal(const char *function, SLresult result) in slTraceLeaveGlobal()
60 void slTraceEnterInterface(const char *function) in slTraceEnterInterface()
86 void slTraceLeaveInterface(const char *function, SLresult result) in slTraceLeaveInterface()
133 void slTraceEnterInterfaceVoid(const char *function) in slTraceEnterInterfaceVoid()
141 void slTraceLeaveInterfaceVoid(const char *function) in slTraceLeaveInterfaceVoid()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dh264bsdCountLeadingZeros.S42 function h264bsdCountLeadingZeros, export=1 label
Dasm_common.S29 .macro function name, export=0 macro
Dh264bsdClearMbLayer.S48 function h264bsdClearMbLayer, export=1 label
Dh264bsdFlushBits.S50 function h264bsdFlushBits, export=1 label
Dh264bsdFillRow7.S48 function h264bsdFillRow7, export=1 label
Dh264bsdWriteMacroblock.S91 function h264bsdWriteMacroblock, export=1 label
/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java403 private static boolean propertyContainsFunction(String property, String function) { in propertyContainsFunction()
421 public boolean isFunctionEnabled(String function) { in isFunctionEnabled()
451 public void setCurrentFunction(String function, boolean makeDefault) { in setCurrentFunction()
DIUsbManager.aidl86 void setCurrentFunction(String function, boolean makeDefault); in setCurrentFunction()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java288 private void throwEglException(String function) { in throwEglException()
292 public static void throwEglException(String function, int error) { in throwEglException()
297 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning()
301 public static String formatEglError(String function, int error) { in formatEglError()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java271 private static String addFunction(String functions, String function) { in addFunction()
284 private static String removeFunction(String functions, String function) { in removeFunction()
307 private static boolean containsFunction(String functions, String function) { in containsFunction()
DUsbService.java250 public void setCurrentFunction(String function, boolean makeDefault) { in setCurrentFunction()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastcodemb.cpp50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) in CodeMB_H263()
279 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) in CodeMB_MPEG()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1182 private void throwEglException(String function) { in throwEglException()
1186 public static void throwEglException(String function, int error) { in throwEglException()
1195 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning()
1199 public static String formatEglError(String function, int error) { in formatEglError()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java124 SQLiteCustomFunction function); in nativeRegisterCustomFunction()
223 SQLiteCustomFunction function = mConfiguration.customFunctions.get(i); in open() local
405 SQLiteCustomFunction function = configuration.customFunctions.get(i); in reconfigure() local
DSQLiteDatabase.java841 public void addCustomFunction(String name, int numArgs, CustomFunction function) { in addCustomFunction()
/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java1281 private void checkSystemUid(String function) { in checkSystemUid()
/frameworks/rs/api/
Dgen_runtime.cpp1055 Function* function, int versionOfTestFiles) { in writeFiles()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3704 private void enforceCallingPermission(String permission, String function) { in enforceCallingPermission()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto844 required Function function = 4 [default = invalid]; // GL function called field
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.h2433 inline ::android::gltrace::GLMessage_Function GLMessage::function() const { in function() function