Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dclock_ns.h28 int64_t ns = kNanosPerSecond * (int64_t)t.tv_sec + (int64_t)t.tv_nsec; in GetSystemClockNs() local
34 int64_t ns = kNanosPerSecond * (int64_t)t.tv_sec + (int64_t)t.tv_nsec; in GetSystemClockRawNs() local
48 static inline timespec NsToTimespec(int64_t ns) { in NsToTimespec()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DIPv6TetheringCoordinator.java118 public void updateUpstreamNetworkState(NetworkState ns) { in updateUpstreamNetworkState()
143 private void setUpstreamNetworkState(NetworkState ns) { in setUpstreamNetworkState()
211 private static boolean canTetherIPv6(NetworkState ns, SharedLog sharedLog) { in canTetherIPv6()
363 private static String toDebugString(NetworkState ns) { in toDebugString()
/frameworks/base/wifi/java/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifier.java54 public WifiAwareAgentNetworkSpecifier(WifiAwareNetworkSpecifier ns) { in WifiAwareAgentNetworkSpecifier()
140 public boolean satisfiesAwareNetworkSpecifier(WifiAwareNetworkSpecifier ns) { in satisfiesAwareNetworkSpecifier()
161 private ByteArrayWrapper convert(WifiAwareNetworkSpecifier ns) { in convert()
/frameworks/native/services/sensorservice/
DRotationVectorSensor.cpp69 status_t RotationVectorSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
154 status_t GyroDriftSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DOrientationSensor.cpp78 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DCorrectedGyroSensor.cpp75 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DLinearAccelerationSensor.cpp68 status_t LinearAccelerationSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
DGravitySensor.cpp82 status_t GravitySensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
/frameworks/base/tools/bit/
Daapt.cpp45 string ns; member
52 string ns; member
85 Element::GetAttr(const string& ns, const string& name) const in GetAttr() argument
98 Element::FindElements(const string& ns, const string& name, vector<Element*>* result, bool recurse) in FindElements()
/frameworks/base/media/java/android/media/audiofx/
DNoiseSuppressor.java64 NoiseSuppressor ns = null; in create() local
/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp81 bool ThreadCpuUsage::sampleAndEnable(double& ns) in sampleAndEnable()
101 bool ThreadCpuUsage::sample(double &ns) in sample()
/frameworks/base/core/java/android/net/
DMatchAllNetworkSpecifier.java35 public static void checkNotMatchAllNetworkSpecifier(NetworkSpecifier ns) { in checkNotMatchAllNetworkSpecifier()
/frameworks/base/core/jni/
Dandroid_app_ApplicationLoaders.cpp27 android_namespace_t* ns = android::FindNamespaceByClassLoader(env, classLoader); in setupVulkanLayerPath_native() local
/frameworks/base/tools/aapt/
DAaptXml.h61 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns, in getIntegerAttribute()
DXMLNode.cpp250 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString() local
307 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString() local
421 const char16_t* ns) in build_namespace()
467 String8 ns = build_namespace(namespaces, ns16); in printXMLBlock() local
505 namespace_entry ns; in printXMLBlock() local
523 const namespace_entry& ns = namespaces.top(); in printXMLBlock() local
713 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute()
726 bool XMLNode::removeAttribute(const String16& ns, const String16& name) in removeAttribute()
738 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute()
825 status_t XMLNode::addAttribute(const String16& ns, const String16& name, in addAttribute()
DXMLNode.h50 sp<XMLNode> newElement(const String8& filename, const String16& ns, const String16& name) { in newElement()
89 String16 ns; member
DAaptXml.cpp79 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute()
139 int32_t getIntegerAttribute(const ResXMLTree& tree, const char* ns, in getIntegerAttribute()
/frameworks/native/libs/sensor/
DISensorEventConnection.cpp75 virtual status_t setEventRate(int handle, nsecs_t ns) in setEventRate()
146 nsecs_t ns = data.readInt64(); in onTransact() local
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp379 Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) { in FindAttribute()
388 const Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) const { in FindAttribute() argument
397 Element* Element::FindChild(const StringPiece& ns, const StringPiece& name) { in FindChild()
401 Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUResponse.java25 String ns = root.getNameSpace() + ":"; in OSUResponse() local
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp1001 int32_t ns = outputDelayRingBufferGetSamples(outBuffer, numSamples); in onQueueFilled() local
1042 int32_t ns = outputDelayRingBufferGetSamples(outBuffer, ringBufAvail); in onQueueFilled() local
1084 int32_t ns = outputDelayRingBufferGetSamples(0, avail); in onPortFlushCompleted() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareMetricsTest.java396 WifiAwareNetworkSpecifier ns = addNetworkInfoToCache(networkRequestCache, 11, uid2, ndi0, in testDataPathMetrics() local
653 WifiAwareNetworkSpecifier ns = new WifiAwareNetworkSpecifier(0, 0, 0, index, 0, null, null, in addNetworkInfoToCache() local
/frameworks/av/media/libnbaio/
DMonoPipe.cpp91 uint32_t ns; in write() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1126 private boolean pertainsToCurrentUpstream(NetworkState ns) { in pertainsToCurrentUpstream()
1308 final NetworkState ns = mUpstreamNetworkMonitor.selectPreferredUpstreamType( in chooseUpstreamType() local
1322 protected void setUpstreamNetwork(NetworkState ns) { in setUpstreamNetwork()
1386 protected void handleNewUpstreamNetworkState(NetworkState ns) { in handleNewUpstreamNetworkState()
1446 final NetworkState ns = (NetworkState) o; in handleUpstreamNetworkMonitorCallback() local
1723 public void updateUpstreamNetworkState(NetworkState ns) { in updateUpstreamNetworkState()
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifierTest.java71 WifiAwareNetworkSpecifier ns = getDummyNetworkSpecifier(6); in testEmptyDoesntMatchAnything() local

123