/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/Bluetooth/system/service/ipc/binder/ |
D | bluetooth_avrcp_control_binder_server.cc | 169 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
|
D | interface_with_instances_base.cc | 90 const std::function<void(IInterface*)>& func) { in ForEachCallback()
|
/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() 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()
|
D | fdevent.h | 65 std::variant<fd_func, fd_func2> func; member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_dumpsys.cc | 36 DumpsysFunction func) { in RegisterDumpsysFunction()
|
D | mock_osi_thread.cc | 86 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | dumpsys.cc | 36 DumpsysFunction func) { in RegisterDumpsysFunction()
|
/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()
|
D | test_device.py | 42 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/ |
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
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.h | 76 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 | 60 PhoneStateListenerHandler(String name, Runnable func) { in PhoneStateListenerHandler()
|
D | CellBroadcastAlertAudioTest.java | 66 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 | 124 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()
|