| /packages/apps/Car/Radio/src/com/android/car/radio/util/ |
| D | Remote.java | 52 public static <V> V exec(RemoteFunction<V> func) { in exec() 63 public static void exec(RemoteVoidFunction func) { in exec() 74 public static <V> void tryExec(RemoteFunction<V> func) { in tryExec() 85 public static void tryExec(RemoteVoidFunction func) { in tryExec()
|
| /packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
| D | ExifUtilsTest.java | 72 private void assertParseDateTime(ExifInterface exif, ToLongFunction<ExifInterface> func) { in assertParseDateTime() 92 private boolean parseDateTime(ExifInterface exif, ToLongFunction<ExifInterface> func) { in parseDateTime()
|
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
| D | test_decorators.py | 41 def test_info_decorator(func): argument 79 def decorator(func): argument 143 def __init__(self, func, predicate, keyed_info): argument
|
| D | metadata.py | 27 def fail_decorator(func): argument
|
| /packages/modules/adb/fdevent/ |
| D | fdevent.cpp | 63 fdevent* fdevent_context::Create(unique_fd fd, std::variant<fd_func, fd_func2> func, void* arg) { in Create() 220 fdevent* fdevent_create(int fd, fd_func func, void* arg) { in fdevent_create() 225 fdevent* fdevent_create(int fd, fd_func2 func, void* arg) { in fdevent_create()
|
| D | fdevent.h | 65 std::variant<fd_func, fd_func2> func; member
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_main_shim_dumpsys.cc | 35 DumpsysFunction func) { in RegisterDumpsysFunction()
|
| D | mock_osi_thread.cc | 84 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()
|
| /packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/ |
| D | AudioStreamGraph.h | 54 static T1* findGraph(std::list<T1*> list, T2 func) in findGraph()
|
| /packages/modules/adb/ |
| D | services.cpp | 46 void service_bootstrap_func(std::string service_name, std::function<void(unique_fd)> func, in service_bootstrap_func() 54 unique_fd create_service_thread(const char* service_name, std::function<void(unique_fd)> func) { in create_service_thread()
|
| /packages/modules/Bluetooth/system/main/shim/ |
| D | dumpsys.cc | 37 DumpsysFunction func) { in RegisterDumpsysFunction()
|
| /packages/modules/NeuralNetworks/common/cpu_operations/ |
| D | Elementwise.cpp | 36 inline bool compute(const std::function<IntermediateType(IntermediateType)>& func, const T* input, in compute() 52 auto makeQuantized(const std::function<IntermediateType(IntermediateType)>& func, float inScale, in makeQuantized()
|
| D | LogicalAndOr.cpp | 33 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute() argument
|
| D | Comparisons.cpp | 34 bool compute(const std::function<bool(ComparisonType, ComparisonType)>& func, const DataType* aData, in compute() argument
|
| D | PRelu.cpp | 44 inline bool eval(const std::function<T(const T&, const T&)>& func, const T* aData, in eval()
|
| /packages/modules/Bluetooth/system/test/headless/ |
| D | headless.h | 74 T RunOnHeadlessStack(ExecutionUnit<T> func) { in RunOnHeadlessStack()
|
| /packages/modules/Bluetooth/system/osi/src/ |
| D | thread.cc | 59 thread_fn func; member 127 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()
|
| /packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/utils/ |
| D | MathEval.java | 163 String func = translationString.substring(startPos, this.mPos); in eval() local
|
| /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
| D | CellBroadcastAlertReminderTest.java | 62 PhoneStateListenerHandler(String name, Runnable func) { in PhoneStateListenerHandler()
|
| D | CellBroadcastAlertAudioTest.java | 74 PhoneStateListenerHandler(String name, Runnable func) { in PhoneStateListenerHandler()
|
| /packages/apps/Car/SystemUI/src/com/android/systemui/car/activity/blurredbackground/ |
| D | GLHelper.java | 171 public static boolean checkGlErrors(String func) { in checkGlErrors()
|
| /packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
| D | __init__.py | 129 def _retry(self, func): argument
|
| /packages/modules/Bluetooth/system/common/ |
| D | base_bind_unittest.cc | 46 void func() {} in func() function
|
| /packages/modules/Bluetooth/system/gd/btaa/ |
| D | attribution_processor.h | 93 AttributionProcessor(NowFunc func) : now_func_(func) {} in AttributionProcessor()
|
| /packages/modules/Bluetooth/system/gd/neighbor/ |
| D | inquiry_test.cc | 279 void Synchronize(std::function<void()> func, hci::OpCode op_code) { in Synchronize() 317 void WaitForInquiryResult(std::function<void()> func) { in WaitForInquiryResult()
|