Searched defs:function (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
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
H A Dh264bsdFillRow7.S48 function h264bsdFillRow7, export=1 label
H A Dh264bsdWriteMacroblock.S91 function h264bsdWriteMacroblock, export=1 label
/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...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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);
/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...]
/frameworks/base/services/usb/java/com/android/server/usb/
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);
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...]
/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/base/services/core/java/com/android/server/
H A DAppOpsService.java1291 private void checkSystemUid(String function) { argument
1294 throw new SecurityException(function + " must by called by the system");
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java833 * Registers a CustomFunction callback as a function that can be called from
836 * @param name the name of the sqlite3 function
837 * @param numArgs the number of arguments for the function
838 * @param function callback to call when the function is executed
841 public void addCustomFunction(String name, int numArgs, CustomFunction function) { argument
843 SQLiteCustomFunction wrapper = new SQLiteCustomFunction(name, numArgs, function);
2187 * A callback interface for a custom sqlite3 function.
2188 * This can be used to create a function that can be called from
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
/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/rs/api/
H A Dgen_runtime.cpp17 /* This program processes Renderscript function definitions described in spec files.
22 * functions using randomly generated data. We create two files for each function:
24 * - a Junit file named Test{function}.java, which calls the above RS file.
31 * - Function: Each instance represents a function, like clamp. Even though the
33 * - Specification: Defines one of the many variations of the function. There's
40 * - ParameterDefinition: A definition of a parameter of a concrete function.
86 /* Information about a parameter to a function. The values of all the fields should only be set by
153 /* Represents a function, like "clamp". Even though the spec file contains many entries for clamp,
197 /* Defines one of the many variations of the function. There's a one to one correspondance between
210 /* The name of the function withou
1054 writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile, Function* function, int versionOfTestFiles) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java3653 private void enforceCallingPermission(String permission, String function) { argument
3659 + " required to call " + function + " from pid="
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h1993 // required .android.gltrace.GLMessage.Function function = 4 [default = invalid];
1997 inline ::android::gltrace::GLMessage_Function function() const;
2425 // required .android.gltrace.GLMessage.Function function = 4 [default = invalid];
2433 inline ::android::gltrace::GLMessage_Function GLMessage::function() const { function in class:android::gltrace::GLMessage

Completed in 4639 milliseconds