/frameworks/av/services/audioflinger/ |
D | TypedLogger.h | 106 #define LOG_OVERRUN(ns) do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \ argument 118 #define LOG_UNDERRUN(ns) do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \ argument 127 #define LOG_WORK_TIME(ns) do { NBLog::Writer *x = tlNBLogWriter; if (x != nullptr) \ argument
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | clock_ns.h | 28 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/tools/aapt2/xml/ |
D | XmlDom.cpp | 418 Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) { in FindAttribute() 422 const Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) const { in FindAttribute() argument 431 void Element::RemoveAttribute(const StringPiece& ns, const StringPiece& name) { in RemoveAttribute() 440 Attribute* Element::FindOrCreateAttribute(const StringPiece& ns, const StringPiece& name) { in FindOrCreateAttribute() 449 Element* Element::FindChild(const StringPiece& ns, const StringPiece& name) { in FindChild() 453 const Element* Element::FindChild(const StringPiece& ns, const StringPiece& name) const { in FindChild() argument 457 Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute() 464 const Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute()
|
/frameworks/native/services/sensorservice/ |
D | RotationVectorSensor.cpp | 69 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()
|
D | OrientationSensor.cpp | 78 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | CorrectedGyroSensor.cpp | 75 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | LinearAccelerationSensor.cpp | 68 status_t LinearAccelerationSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
|
D | GravitySensor.cpp | 82 status_t GravitySensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | SensorInterface.cpp | 76 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
|
/frameworks/base/tools/bit/ |
D | aapt.cpp | 45 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/native/opengl/libs/EGL/ |
D | Loader.cpp | 153 android_namespace_t* ns = android::GraphicsEnv::getInstance().getAngleNamespace(); in should_unload_system_driver() local 480 static void* load_angle(const char* kind, android_namespace_t* ns) { in load_angle() 500 static void* load_updated_driver(const char* kind, android_namespace_t* ns) { in load_updated_driver() 530 android_namespace_t* ns = android::GraphicsEnv::getInstance().getAngleNamespace(); in attempt_to_load_angle() local 569 android_namespace_t* ns = android::GraphicsEnv::getInstance().getDriverNamespace(); in attempt_to_load_updated_driver() local
|
D | egl_angle_platform.cpp | 108 android_namespace_t* ns = android::GraphicsEnv::getInstance().getAngleNamespace(); in initializeAnglePlatform() local
|
/frameworks/base/media/java/android/media/audiofx/ |
D | NoiseSuppressor.java | 64 NoiseSuppressor ns = null; in create() local
|
/frameworks/av/media/libwatchdog/ |
D | Watchdog.cpp | 45 auto ns = std::chrono::duration_cast<std::chrono::nanoseconds>(timeout); in Watchdog() local
|
/frameworks/av/media/libcpustats/ |
D | ThreadCpuUsage.cpp | 82 bool ThreadCpuUsage::sampleAndEnable(double& ns) in sampleAndEnable() 102 bool ThreadCpuUsage::sample(double &ns) in sample()
|
/frameworks/base/tools/aapt/ |
D | AaptXml.h | 61 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns, in getIntegerAttribute()
|
D | XMLNode.cpp | 247 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString() local 304 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString() local 418 const char16_t* ns) in build_namespace() 464 String8 ns = build_namespace(namespaces, ns16); in printXMLBlock() local 502 namespace_entry ns; in printXMLBlock() local 520 const namespace_entry& ns = namespaces.top(); in printXMLBlock() local 710 const XMLNode::attribute_entry* XMLNode::getAttribute(const String16& ns, in getAttribute() 723 bool XMLNode::removeAttribute(const String16& ns, const String16& name) in removeAttribute() 735 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute() 822 status_t XMLNode::addAttribute(const String16& ns, const String16& name, in addAttribute()
|
D | XMLNode.h | 50 sp<XMLNode> newElement(const String8& filename, const String16& ns, const String16& name) { in newElement() 89 String16 ns; member
|
D | AaptXml.cpp | 79 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/ |
D | ISensorEventConnection.cpp | 75 virtual status_t setEventRate(int handle, nsecs_t ns) in setEventRate() 146 nsecs_t ns = data.readInt64(); in onTransact() local
|
/frameworks/base/native/webview/loader/ |
D | loader.cpp | 88 android_namespace_t* ns = in DoCreateRelroFile() local 127 android_namespace_t* ns = in DoLoadWithRelroFile() local
|
/frameworks/av/media/libnbaio/ |
D | MonoPipe.cpp | 91 uint32_t ns; in write() local
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 1074 int32_t ns = outputDelayRingBufferGetSamples(outBuffer, numSamples); in onQueueFilled() local 1115 int32_t ns = outputDelayRingBufferGetSamples(outBuffer, ringBufAvail); in onQueueFilled() local 1157 int32_t ns = outputDelayRingBufferGetSamples(0, avail); in onPortFlushCompleted() local
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
D | StackOverflowXmlParser.java | 33 private static final String ns = null; field in StackOverflowXmlParser
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | PowerProfile.java | 319 public void startElement(String ns, String ln, String element, in startElement() 358 public void endElement(String ns, String ln, String element) throws SAXException { in endElement()
|