Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 41) sorted by relevance

12

/packages/apps/Car/Radio/src/com/android/car/radio/util/
DRemote.java52 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/
DExifUtilsTest.java72 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/
Dtest_decorators.py41 def test_info_decorator(func): argument
79 def decorator(func): argument
143 def __init__(self, func, predicate, keyed_info): argument
Dmetadata.py27 def fail_decorator(func): argument
/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc169 auto func = [rc_connect, bt_connect, &device_address](IInterface* cb) { in OnConnectionState() local
182 auto func = [&device_address, &binder_attr](IInterface* cb) { in OnTrackChanged() local
194 auto func = [&addr_s16, abs_vol, label](IInterface* cb) { in OnSetAbsVolumeRequest() local
205 auto func = [&addr_s16, label](IInterface* cb) { in OnRegisterForAbsVolumeCallbackRequest() local
Dinterface_with_instances_base.cc90 const std::function<void(IInterface*)>& func) { in ForEachCallback()
/packages/modules/adb/fdevent/
Dfdevent.cpp63 fdevent* fdevent_context::Create(unique_fd fd, std::variant<fd_func, fd_func2> func, void* arg) { in Create()
208 fdevent* fdevent_create(int fd, fd_func func, void* arg) { in fdevent_create()
213 fdevent* fdevent_create(int fd, fd_func2 func, void* arg) { in fdevent_create()
Dfdevent.h65 std::variant<fd_func, fd_func2> func; member
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_dumpsys.cc36 DumpsysFunction func) { in RegisterDumpsysFunction()
Dmock_osi_thread.cc86 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()
/packages/modules/Bluetooth/system/main/shim/
Ddumpsys.cc36 DumpsysFunction func) { in RegisterDumpsysFunction()
/packages/modules/adb/
Dservices.cpp46 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()
Dtest_device.py42 def requires_root(func): argument
62 def requires_non_root(func): argument
1605 def _check_zero(result, func, args): argument
1610 def _check_invalid(result, func, args): argument
/packages/modules/NeuralNetworks/common/cpu_operations/
DElementwise.cpp36 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()
DLogicalAndOr.cpp33 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute() argument
DComparisons.cpp34 bool compute(const std::function<bool(ComparisonType, ComparisonType)>& func, const DataType* aData, in compute() argument
/packages/modules/Bluetooth/system/test/headless/
Dheadless.h76 T RunOnHeadlessStack(ExecutionUnit<T> func) { in RunOnHeadlessStack()
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc59 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/
DMathEval.java163 String func = translationString.substring(startPos, this.mPos); in eval() local
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertReminderTest.java60 PhoneStateListenerHandler(String name, Runnable func) { in PhoneStateListenerHandler()
DCellBroadcastAlertAudioTest.java66 PhoneStateListenerHandler(String name, Runnable func) { in PhoneStateListenerHandler()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/activity/blurredbackground/
DGLHelper.java171 public static boolean checkGlErrors(String func) { in checkGlErrors()
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D__init__.py124 def _retry(self, func): argument
/packages/modules/Bluetooth/system/common/
Dbase_bind_unittest.cc46 void func() {} in func() function
/packages/modules/Bluetooth/system/gd/btaa/
Dattribution_processor.h93 AttributionProcessor(NowFunc func) : now_func_(func) {} in AttributionProcessor()

12