Searched refs:function (Results 1 - 25 of 64) 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/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/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java288 private void throwEglException(String function) { argument
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) { argument
293 String message = formatEglError(function, error);
297 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
298 Log.w(tag, formatEglError(function, error));
301 public static String formatEglError(String function, int error) { argument
302 return function + " failed: " + error;
/frameworks/native/opengl/libagl/arch-mips/
H A Dfixed_asm.S29 .type gglFloatToFixed, @function
/frameworks/base/core/jni/android/graphics/
H A DInterpolator.cpp35 #error Need to convert float array to SkScalar array before calling the following function.
H A DShader.cpp45 #error Need to convert float array to SkScalar array before calling the following function.
104 #error Need to convert float array to SkScalar array before calling the following function.
148 #error Need to convert float array to SkScalar array before calling the following function.
187 #error Need to convert float array to SkScalar array before calling the following function.
H A DPathEffect.cpp42 #error Need to convert float array to SkScalar array before calling the following function.
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1182 private void throwEglException(String function) { argument
1183 throwEglException(function, mEgl.eglGetError());
1186 public static void throwEglException(String function, int error) { argument
1187 String message = formatEglError(function, error);
1195 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
1196 Log.w(tag, formatEglError(function, error));
1199 public static String formatEglError(String function, int error) { argument
1200 return function + " failed: " + EGLLogWrapper.getErrorString(error);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java271 private static String addFunction(String functions, String function) { argument
273 return function;
275 if (!containsFunction(functions, function)) {
279 functions += function;
284 private static String removeFunction(String functions, String function) { argument
287 if (function.equals(split[i])) {
307 private static boolean containsFunction(String functions, String function) { argument
308 return Arrays.asList(functions.split(",")).contains(function);
463 // persisting default function
465 // After persisting them use the lock-down aware function se
[all...]
H A DUsbService.java250 public void setCurrentFunction(String function, boolean makeDefault) { argument
253 // If attempt to change USB function while file transfer is restricted, ensure that
254 // the current function is set to "none", and return.
262 mDeviceManager.setCurrentFunctions(function, makeDefault);
/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
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java124 SQLiteCustomFunction function);
223 SQLiteCustomFunction function = mConfiguration.customFunctions.get(i);
224 nativeRegisterCustomFunction(mConnectionPtr, function);
405 SQLiteCustomFunction function = configuration.customFunctions.get(i);
406 if (!mConfiguration.customFunctions.contains(function)) {
407 nativeRegisterCustomFunction(mConnectionPtr, function);
1062 * This function is written so that it may be called by a thread that does not
1091 * This function is written so that it may be called by a thread that does not
123 nativeRegisterCustomFunction(long connectionPtr, SQLiteCustomFunction function) argument

Completed in 3099 milliseconds

123