Searched refs:function (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/wilhelm/src/
H A Dtrace.c33 void slTraceEnterGlobal(const char *function) argument
36 SL_LOGD("Entering %s", function);
41 void slTraceLeaveGlobal(const char *function, SLresult result) argument
45 SL_LOGD("Leaving %s", function);
51 SL_LOGW("Leaving %s (%s)", function, str);
53 SL_LOGW("Leaving %s (0x%X)", function, result);
60 void slTraceEnterInterface(const char *function) argument
65 if (*function == 'I') {
66 ++function;
68 const char *underscore = function;
86 slTraceLeaveInterface(const char *function, SLresult result) argument
133 slTraceEnterInterfaceVoid(const char *function) argument
141 slTraceLeaveInterfaceVoid(const char *function) argument
[all...]
H A Dtrace.h49 extern void slTraceEnterGlobal(const char *function);
50 extern void slTraceLeaveGlobal(const char *function, SLresult result);
51 extern void slTraceEnterInterface(const char *function);
52 extern void slTraceLeaveInterface(const char *function, SLresult result);
53 extern void slTraceEnterInterfaceVoid(const char *function);
54 extern void slTraceLeaveInterfaceVoid(const char *function);
/frameworks/compile/libbcc/runtime/make/
H A Dlib_util.mk14 # Function: SelectFunctionDir config arch function-name optimized
16 # Choose the appropriate implementation directory to use for 'function-name' in
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
24 no such function,\
25 function implemented in multiple directories!!!))))))
27 # Helper functions that select the entire list of subdirs where a function is
46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
60 # Helper function to select the right set of dirs (which should be exactly one)
61 # for a function
[all...]
H A Dlib_info.mk7 # AvailableFunctions - The entire list of function names (unmangled) the
14 # AvailableIn.<function> - The list of subdir keys where 'function' is
41 # Compute lists of where each function is available.
H A Doptions.mk15 # Whether optimized function implementations should be used.
18 # Whether function definitions should use hidden visibility. This adds the
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.h20 /* Description: This file contains structure and function prototypes used
21 in FastCodeMB() function. When it is decided to use FastCodeMB
52 void initCodeMB(approxDCT *function, Int QP);
53 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
54 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[], Int offset);
60 Int AppVCA1_dct(Int block[], Int out[ ], approxDCT *function);
61 Int AppVCA2_dct(Int block[], Int out[ ], approxDCT *function);
62 Int AppVCA3_dct(Int block[], Int out[ ], approxDCT *function);
63 Int AppVCA4_dct(Int block[], Int out[ ], approxDCT *function);
64 Int AppVCA5_dct(Int block[], Int out[ ], approxDCT *function);
[all...]
H A Dfastcodemb.cpp31 /* function Approximate DCT function, scaling and threshold */
50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) argument
84 OSCL_UNUSED_ARG(function);
260 /* function Approximate DCT function, scaling and threshold */
279 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[]) argument
315 OSCL_UNUSED_ARG(function);
H A Dmp4enc_lib.h50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]);
52 PV_STATUS CodeMB_MPEG(VideoEncData *video, approxDCT *function, Int offsetQP, Int ncoefblck[]);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java58 * mass storage function is enabled
60 * adb function is enabled
62 * RNDIS ethernet function is enabled
64 * MTP function is enabled
66 * PTP function is enabled
68 * accessory function is enabled
70 * audio source function is enabled
143 * Name of the USB mass storage USB function.
151 * Name of the adb USB function.
159 * Name of the RNDIS ethernet USB function
403 propertyContainsFunction(String property, String function) argument
421 isFunctionEnabled(String function) argument
451 setCurrentFunction(String function, boolean makeDefault) argument
[all...]
H A DIUsbManager.aidl85 /* Sets the current USB function. */
86 void setCurrentFunction(String function, boolean makeDefault);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S29 .macro function name, export=0
33 .type \name, %function
H A Dh264bsdCountLeadingZeros.S42 function h264bsdCountLeadingZeros, export=1 label
H A Dh264bsdClearMbLayer.S48 function h264bsdClearMbLayer, export=1 label
H A Dh264bsdFlushBits.S50 function h264bsdFlushBits, export=1 label
/frameworks/native/opengl/libagl/
H A Dfixed_asm.S23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
H A Diterators.S24 .type iterators0032, %function
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java253 private static String addFunction(String functions, String function) { argument
255 return function;
257 if (!containsFunction(functions, function)) {
261 functions += function;
266 private static String removeFunction(String functions, String function) { argument
269 if (function.equals(split[i])) {
289 private static boolean containsFunction(String functions, String function) { argument
290 int index = functions.indexOf(function);
293 int charAfter = index + function.length();
449 // switching to default function
[all...]
H A DUsbService.java225 public void setCurrentFunction(String function, boolean makeDefault) { argument
228 mDeviceManager.setCurrentFunctions(function, makeDefault);
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java106 * A special function keyboard consists only of non-printing keys such as
411 * symbolic entry on keyboards where certain keys serve dual function
433 * This is a convenience function that returns the same value as
576 * This function is primarily offered for instrumentation and testing purposes.
582 * For robust text entry, do not use this function. Instead construct a
655 * This function currently returns {@link #MODIFIER_BEHAVIOR_CHORDED} when the
658 * In the future, the function may also take into account global keyboard
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1183 private void throwEglException(String function) { argument
1184 throwEglException(function, mEgl.eglGetError());
1187 public static void throwEglException(String function, int error) { argument
1188 String message = formatEglError(function, error);
1196 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
1197 Log.w(tag, formatEglError(function, error));
1200 public static String formatEglError(String function, int error) { argument
1201 return function + " failed: " + EGLLogWrapper.getErrorString(error);
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DCalcWindowEnergy_v5.s20 @ Content: CalcWindowEnergy function armv5 assemble
H A DAutoCorrelation_v5.s20 @ Content: AutoCorrelation function armv5 assemble
H A DPrePostMDCT_v5.s20 @ Content: premdct and postmdct function armv5 assemble
H A Dband_nrg_v5.s20 @ Content: CalcBandEnergy and CalcBandEnergyMS function armv5 assemble
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk18 # architecture and is used to find the appropriate function

Completed in 658 milliseconds

123