Home
last modified time | relevance | path

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

12

/frameworks/wilhelm/src/
Dtrace.cpp33 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/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java180 Consumer<? super A> function, in obtainRunnable()
197 Predicate<? super A> function, in obtainSupplier()
214 Function<? super A, ? extends R> function, in obtainSupplier()
244 Consumer<? super A> function, in obtainMessage()
265 BiConsumer<? super A, ? super B> function, in obtainRunnable()
283 BiPredicate<? super A, ? super B> function, in obtainSupplier()
301 BiFunction<? super A, ? super B, ? extends R> function, in obtainSupplier()
319 BiConsumer<? super A, ? super B> function, in obtainConsumer()
337 BiPredicate<? super A, ? super B> function, in obtainPredicate()
355 BiFunction<? super A, ? super B, ? extends R> function, in obtainFunction()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcallback.h123 FunctionClosure0(FunctionType function, bool self_deleting) in FunctionClosure0()
164 FunctionClosure1(FunctionType function, bool self_deleting, in FunctionClosure1()
211 FunctionClosure2(FunctionType function, bool self_deleting, in FunctionClosure2()
260 FunctionResultCallback_0_0(FunctionType function, bool self_deleting) in FunctionResultCallback_0_0()
281 FunctionResultCallback_1_0(FunctionType function, bool self_deleting, in FunctionResultCallback_1_0()
304 FunctionResultCallback_0_1(FunctionType function, bool self_deleting) in FunctionResultCallback_0_1()
325 FunctionResultCallback_1_1(FunctionType function, bool self_deleting, in FunctionResultCallback_1_1()
385 inline Closure* NewCallback(void (*function)()) { in NewCallback()
390 inline Closure* NewPermanentCallback(void (*function)()) { in NewPermanentCallback()
469 inline ResultCallback<R>* NewCallback(R (*function)()) { in NewCallback()
[all …]
/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/core/java/android/hardware/usb/
DIUsbManager.aidl89 boolean isFunctionEnabled(String function); in isFunctionEnabled()
95 void setCurrentFunction(String function, boolean usbDataUnlocked); in setCurrentFunction()
112 ParcelFileDescriptor getControlFd(long function); in getControlFd()
DUsbManager.java498 public ParcelFileDescriptor getControlFd(long function) { in getControlFd()
671 public boolean isFunctionEnabled(String function) { in isFunctionEnabled()
/frameworks/native/vulkan/include/vulkan/
Dvk_layer_interface.h52 VkLayerFunction function; member
68 VkLayerFunction function; member
/frameworks/av/include/media/
DCounterMetric.h78 const int64_t count)> function) const { in ExportValues()
DEventMetric.h115 const EventStatistics&)> function) const { in ExportValues()
/frameworks/av/media/libmedia/include/media/
DCounterMetric.h78 const int64_t count)> function) const { in ExportValues()
DEventMetric.h115 const EventStatistics&)> function) const { in ExportValues()
/frameworks/rs/script_api/
DGenerateHeaderFiles.cpp203 Function* function = spec.getFunction(); in writeFunctionPermutation() local
283 static void writeFunctionComment(GeneratedFile* file, const Function& function) { in writeFunctionComment()
372 Function* function = spec->getFunction(); in writeHeaderFile() local
DGenerateTestFiles.cpp49 static bool needTestFiles(const Function& function, unsigned int versionOfTestFiles) { in needTestFiles()
1063 static void finishJavaFile(GeneratedFile* file, const Function& function, in finishJavaFile()
1109 static bool writeTestFilesForFunction(const Function& function, const string& directory, in writeTestFilesForFunction()
DGenerateStubsWhiteList.cpp398 const Function* function = f.second; in generateWhiteListFile() local
509 const Function* function = f.second; in generateApiTesterFile() local
DSpecification.cpp499 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) { in createPermutations()
622 Function* function = systemSpecification.findOrCreateFunction(name, &created); in scanFunctionSpecification() local
798 Function* function = spec->getFunction(); in addFunctionSpecification() local
DGenerateDocumentation.cpp155 static bool getUnifiedFunctionPrototypes(Function* function, in getUnifiedFunctionPrototypes()
554 static bool writeDetailedFunction(GeneratedFile* file, Function* function) { in writeDetailedFunction()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventControlThread.cpp33 EventControlThread::EventControlThread(EventControlThread::SetVSyncEnabledFunction function) in EventControlThread() function in android::impl::EventControlThread
/frameworks/ml/nn/tools/systrace_parser/parser/
Dtracker.py231 def get_begins(self, app_phase, function): argument
234 def get_ends(self, app_phase, function): argument
/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/services/core/jni/
Dcom_android_server_UsbDeviceManager.cpp123 const char *function = env->GetStringUTFChars(jFunction, NULL); in android_server_UsbDeviceManager_openControl() local
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1213 private void throwEglException(String function) { in throwEglException()
1217 public static void throwEglException(String function, int error) { in throwEglException()
1226 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning()
1230 public static String formatEglError(String function, int error) { in formatEglError()
/frameworks/ml/nn/common/operations/
DEmbeddingLookupTest.cpp128 void Set3DWeightMatrix(const std::function<float(int, int, int)>& function) { in Set3DWeightMatrix() argument
DHashtableLookupTest.cpp142 void SetHashtableValue(const std::function<float(uint32_t, uint32_t)>& function) { in SetHashtableValue() argument
/frameworks/base/services/core/java/com/android/server/adb/
DAdbService.java132 private boolean containsFunction(String functions, String function) { in containsFunction()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java312 public ParcelFileDescriptor getControlFd(long function) { in getControlFd()
475 public boolean isFunctionEnabled(String function) { in isFunctionEnabled()

12