Home
last modified time | relevance | path

Searched defs:lifetime (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/net/metrics/
DRaEvent.java142 public @NonNull Builder updateRouterLifetime(long lifetime) { in updateRouterLifetime()
147 public @NonNull Builder updatePrefixValidLifetime(long lifetime) { in updatePrefixValidLifetime()
152 public @NonNull Builder updatePrefixPreferredLifetime(long lifetime) { in updatePrefixPreferredLifetime()
157 public @NonNull Builder updateRouteInfoLifetime(long lifetime) { in updateRouteInfoLifetime()
162 public @NonNull Builder updateRdnssLifetime(long lifetime) { in updateRdnssLifetime()
167 public @NonNull Builder updateDnsslLifetime(long lifetime) { in updateDnsslLifetime()
DApfProgramEvent.java61 public final long lifetime; // Maximum computed lifetime of the program in seconds field in ApfProgramEvent
78 private ApfProgramEvent(long lifetime, long actualLifetime, int filteredRas, int currentRas, in ApfProgramEvent()
112 public Builder setLifetime(long lifetime) { in setLifetime()
121 public Builder setActualLifetime(long lifetime) { in setActualLifetime()
/frameworks/base/core/java/com/android/server/net/
DNetlinkTracker.java176 public void interfaceDnsServerInfo(String iface, long lifetime, String[] addresses) { in interfaceDnsServerInfo()
309 public synchronized boolean addServers(long lifetime, String[] addresses) { in addServers()
DBaseNetworkObserver.java77 public void interfaceDnsServerInfo(String iface, long lifetime, String[] servers) { in interfaceDnsServerInfo()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DConverter.cpp44 TestOperandLifeTime convert(OperandLifeTime lifetime) { in convert()
78 const TestOperandLifeTime lifetime = convert(operand.lifetime()); in convert() local
DGenerateCorpus.cpp44 OperandLifeTime convert(TestOperandLifeTime lifetime) { in convert()
DModel.proto168 required OperandLifeTime lifetime = 6; field
/frameworks/base/core/java/android/net/
DINetworkManagementEventObserver.aidl101 void interfaceDnsServerInfo(String iface, long lifetime, in String[] servers); in interfaceDnsServerInfo()
/frameworks/ml/nn/common/
DMetaModel.cpp117 hal::V1_0::OperandLifeTime convertTo<hal::V1_0::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo()
121 hal::V1_3::OperandLifeTime convertTo<hal::V1_3::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo()
DUtils.cpp2820 bool compliantWithV1_0(hal::V1_0::OperandLifeTime lifetime) { in compliantWithV1_0()
2824 bool compliantWithV1_0(hal::V1_3::OperandLifeTime lifetime) { in compliantWithV1_0()
2828 bool compliantWithV1_3(hal::V1_0::OperandLifeTime lifetime) { in compliantWithV1_3()
2832 bool compliantWithV1_3(hal::V1_3::OperandLifeTime lifetime) { in compliantWithV1_3()
2836 V1_0::OperandLifeTime convertToV1_0(V1_0::OperandLifeTime lifetime) { in convertToV1_0()
2840 V1_0::OperandLifeTime convertToV1_0(V1_3::OperandLifeTime lifetime) { in convertToV1_0()
2848 V1_3::OperandLifeTime convertToV1_3(V1_0::OperandLifeTime lifetime) { in convertToV1_3()
2852 V1_3::OperandLifeTime convertToV1_3(V1_3::OperandLifeTime lifetime) { in convertToV1_3()
DValidateHal.cpp551 const hidl_vec<Operand>& operands, OperandLifeTime lifetime) { in validateModelInputOutputs()
599 const OperandLifeTime lifetime = convertToV1_3(operand.lifetime); in validateGraph() local
/frameworks/ml/nn/common/include/
DCpuExecutor.h67 hal::OperandLifeTime lifetime; member
/frameworks/ml/nn/runtime/
DModelBuilder.cpp440 const uint32_t* indexList, OperandLifeTime lifetime) -> bool { in identifyInputsAndOutputs()
820 auto lifetime = mOperands[operandIndex].lifetime; in sortIntoRunOrder() local
DExecutionPlan.cpp155 auto lifetime = mModel->getOperand(operandIndex).lifetime; in OperandTracker() local
864 OperandLifeTime lifetime = OperandLifeTime::TEMPORARY_VARIABLE) { in makeController()
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp340 bool isConstant(TestOperandLifeTime lifetime) { in isConstant()
491 std::string getOperandClassInSpecFile(TestOperandLifeTime lifetime) { in getOperandClassInSpecFile()
/frameworks/base/proto/src/
Dipconnectivity.proto327 optional int64 lifetime = 1; field
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java640 private void notifyInterfaceDnsServerInfo(String iface, long lifetime, String[] addresses) { in notifyInterfaceDnsServerInfo()
677 long lifetime, String[] servers) throws RemoteException { in onInterfaceDnsServerInfo()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h273 TestOperandLifeTime lifetime; member