/packages/apps/Nfc/nci/jni/ |
D | NfcTag.cpp | 151 static const char fn[] = "NfcTag::setDeactivationState"; in setDeactivationState() local 169 static const char fn[] = "NfcTag::setActivationState"; in setActivationState() local 235 static const char fn[] = "NfcTag::IsSameKovio"; in IsSameKovio() local 286 static const char fn[] = "NfcTag::discoverTechnologies (activation)"; in discoverTechnologies() local 432 static const char fn[] = "NfcTag::discoverTechnologies (discovery)"; in discoverTechnologies() local 475 static const char fn[] = "NfcTag::createNativeNfcTag"; in createNativeNfcTag() local 551 static const char fn[] = "deleteglobaldata"; in deleteglobaldata() local 573 static const char fn[] = "NfcTag::fillNativeNfcTagMembers1"; in fillNativeNfcTagMembers1() local 625 static const char fn[] = "NfcTag::fillNativeNfcTagMembers2"; in fillNativeNfcTagMembers2() local 649 static const char fn[] = "NfcTag::fillNativeNfcTagMembers3"; in fillNativeNfcTagMembers3() local [all …]
|
D | RoutingManager.cpp | 68 static const char fn[] = "RoutingManager::RoutingManager()"; in RoutingManager() local 131 static const char fn[] = "RoutingManager::initialize()"; in initialize() local 181 static const char fn[] = "RoutingManager::enableRoutingToHost()"; in enableRoutingToHost() local 247 static const char fn[] = "RoutingManager::disableRoutingToHost()"; in disableRoutingToHost() local 303 static const char fn[] = "RoutingManager::addAidRouting"; in addAidRouting() local 331 static const char fn[] = "RoutingManager::removeAidRouting"; in removeAidRouting() local 349 static const char fn[] = "RoutingManager::commitRouting"; in commitRouting() local 367 static const char fn[] = "RoutingManager:onNfccShutdown"; in onNfccShutdown() local 513 static const char fn[] = "RoutingManager::stackCallback"; in stackCallback() local 563 static const char fn[] = "RoutingManager::updateDefaultProtocolRoute"; in updateDefaultProtocolRoute() local [all …]
|
D | PeerToPeer.cpp | 194 static const char fn[] = "PeerToPeer::registerServer"; in registerServer() local 253 static const char fn[] = "PeerToPeer::removeServer"; in removeServer() local 285 static const char fn[] = "PeerToPeer::llcpActivatedHandler"; in llcpActivatedHandler() local 365 static const char fn[] = "PeerToPeer::llcpDeactivatedHandler"; in llcpDeactivatedHandler() local 392 static const char fn[] = "PeerToPeer::llcpFirstPacketHandler"; in llcpFirstPacketHandler() local 430 static const char fn[] = "PeerToPeer::accept"; in accept() local 460 static const char fn[] = "PeerToPeer::deregisterServer"; in deregisterServer() local 513 static const char fn[] = "PeerToPeer::createClient"; in createClient() local 572 static const char fn[] = "PeerToPeer::removeConn"; in removeConn() local 614 static const char fn[] = "PeerToPeer::connectConnOriented"; in connectConnOriented() local [all …]
|
D | PowerSwitch.cpp | 91 static const char fn[] = "PowerSwitch::initialize"; in initialize() local 149 static const char fn[] = "PowerSwitch::setLevel"; in setLevel() local 276 static const char fn[] = "PowerSwitch::setPowerOffSleepState"; in setPowerOffSleepState() local 430 static const char fn[] = "PowerSwitch::abort"; in abort() local 449 static const char fn[] = "PowerSwitch::deviceManagementCallback"; in deviceManagementCallback() local
|
D | RouteDataSet.cpp | 160 static const char fn[] = "RouteDataSet::import"; in import() local 242 static const char fn[] = "RouteDataSet::saveToFile"; in saveToFile() local 453 static const char fn[] = "RouteDataSet::deleteFile"; in deleteFile() local 492 static const char fn[] = "RouteDataSet::printDiagnostic"; in printDiagnostic() local
|
/packages/apps/Launcher3/ |
D | fill_screens.py | 34 def pull_file(fn): argument 43 def push_file(fn): argument 52 def process_file(fn): argument
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/ |
D | InitialConfiguration.java | 218 public static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any() 230 public static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() 237 public static <T> Predicate<T> not(Predicate<T> fn) { in not()
|
/packages/modules/adb/ |
D | adb_utils.h | 82 void PopAll(Fn fn) { in PopAll()
|
D | transport.cpp | 687 bool iterate_transports(std::function<bool(const atransport*)> fn) { in iterate_transports()
|
/packages/modules/adb/fdevent/ |
D | fdevent.cpp | 158 std::function<void()> fn; in FlushRunQueue() local 177 void fdevent_context::Run(std::function<void()> fn) { in Run() 242 void fdevent_run_on_main_thread(std::function<void()> fn) { in fdevent_run_on_main_thread()
|
/packages/modules/NeuralNetworks/common/ |
D | DynamicCLDeps.cpp | 29 void* fn = dlsym(handle, name); in loadFunction() local
|
D | SharedMemoryAndroid.cpp | 86 auto fn = [&maybeMemory](bool success, const hidl_memory& memory) { in allocateSharedMemory() local
|
D | CpuExecutor.cpp | 704 constexpr auto fn = [](const void* ptr) { in updateForArguments() local
|
/packages/apps/Launcher3/tools/ |
D | print_db.py | 43 def pull_file(fn): argument 151 def process_file(fn): argument
|
/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
D | UnitBezier.java | 75 private float solve(float target, DerivableFloatFn fn) { in solve()
|
/packages/modules/ExtServices/native/tests/ |
D | ImageHashManager_test.cpp | 40 std::string GetTestDataPath(const std::string& fn) { in GetTestDataPath()
|
/packages/services/Car/cpp/evs/manager/1.1/ |
D | Enumerator.cpp | 267 auto fn = mCameraDevices.hash_function(); in checkPermission() local 371 auto fn = mCameraDevices.hash_function(); in checkPermission() local
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimDevice.cpp | 121 constexpr auto fn = [](SL_ANeuralNetworksOperandPerformanceInfo info, void* context) { in getCapabilities() local 163 constexpr auto fn = [](SL_ANeuralNetworksExtensionOperandTypeInformation info, in getVendorExtensions() local
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 2507 static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any() 2516 static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() 2520 static <T> Predicate<T> not(Predicate<T> fn) { in not() 2528 static <T> T find(Iterable<T> coll, Predicate<T> fn) { in find() 2537 static <T> List<T> findAll(Collection<T> coll, Predicate<T> fn) { in findAll()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | ConnectivityManagerTest.java | 356 static void mustFail(Runnable fn) { in mustFail()
|
/packages/modules/Connectivity/tests/unit/java/android/net/nsd/ |
D | NsdManagerTest.java | 393 public void mustFail(Runnable fn) { in mustFail()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/ |
D | IpClientTest.java | 635 static <A, B> Set<B> mapIntoSet(A[] in, Fn<A, B> fn) { in mapIntoSet()
|