Home
last modified time | relevance | path

Searched defs:mark (Results 1 – 25 of 44) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DProfile.java33 public void mark(); in mark() method
38 public void mark(String reason); in mark() method
DProfileBase.java47 public final void mark() { in mark() method in ProfileBase
53 public final void mark(String reason) { in mark() method in ProfileBase
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DAudioJitterBufferTest.cpp138 bool mark = false; in TEST_F() local
202 bool mark = false; in TEST_F() local
272 bool mark = false; in TEST_F() local
342 bool mark = false; in TEST_F() local
419 bool mark = false; in TEST_F() local
491 bool mark = false; in TEST_F() local
556 bool mark = false; in TEST_F() local
627 bool mark = false; in TEST_F() local
698 bool mark = false; in TEST_F() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/
DTextJitterBuffer.cpp28 uint32_t timestamp, bool mark, uint32_t seqNum, ImsMediaSubType /*dataType*/, in Add()
108 uint32_t* timestamp, bool* mark, uint32_t* seqNum, uint32_t /*currentTime*/, in Get()
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dnaming.py57 def translate_hidl_mark_to_nn_and_tag(mark): argument
97 def get_function_name_from_mark(mark): argument
Dtree.py28 def push(self, start_time_s, mark, layer, phase, app_phase, subtract): argument
187 def __init__(self, start_time_s, mark, layer, phase, app_phase, subtract): argument
247 def add(self, start_time_s, mark, layer, phase, app_phase, subtract): argument
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/
DTextRtpPayloadEncoderNode.cpp69 uint32_t size, uint32_t timestamp, bool mark, uint32_t /*seq*/, in OnDataFromFrontNode()
114 uint8_t* data, uint32_t size, uint32_t timestamp, bool mark) in EncodeT140()
DTextRtpPayloadDecoderNode.cpp65 uint32_t size, uint32_t timestamp, bool mark, uint32_t seqNum, ImsMediaSubType dataType, in OnDataFromFrontNode()
113 uint32_t timestamp, bool mark, uint32_t seq) in DecodeT140()
DTextRendererNode.cpp99 uint32_t timestamp, bool mark, uint32_t seq, ImsMediaSubType dataType, uint32_t arrivalTime) in OnDataFromFrontNode()
120 bool mark; in ProcessData() local
DTextSourceNode.cpp120 bool mark = false; in ProcessData() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DClatCoordinatorTest.java223 @NonNull String prefix64, int mark) throws IOException { in generateIpv6Address()
236 public int detectMtu(@NonNull String platSubnet, int platSuffix, int mark) in detectMtu()
250 public int openRawSocket6(int mark) throws IOException { in openRawSocket6()
620 @NonNull String prefix64, int mark) throws IOException { in testNotStartClatWithNativeFailureGenerateIpv6Address()
644 public int detectMtu(@NonNull String platSubnet, int platSuffix, int mark) in testNotStartClatWithNativeFailureDetectMtu()
669 public int openRawSocket6(int mark) throws IOException { in testNotStartClatWithNativeFailureOpenRawSocket6()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtpEncoderNode.cpp160 bool mark = false; in ProcessData() local
543 ImsMediaSubType subtype, uint8_t* data, uint32_t size, uint32_t timestamp, bool mark) in ProcessVideoData()
570 ImsMediaSubType subtype, uint8_t* data, uint32_t size, uint32_t timestamp, bool mark) in ProcessTextData()
DRtpDecoderNode.cpp158 uint32_t timestamp, bool mark, uint32_t seq, ImsMediaSubType nDataType, in OnDataFromFrontNode()
405 bool mark, uint16_t seq, uint32_t payloadType, uint32_t ssrc, in OnMediaDataInd()
/packages/modules/DnsResolver/
DDnsTlsDispatcher.cpp52 const std::list<DnsTlsServer>& tlsServers, unsigned netId, unsigned mark) { in getOrderedAndUsableServerList()
175 unsigned mark, const Slice query, const Slice ans, in query()
301 unsigned mark, unsigned netId) { in addTransport()
DDnsTlsSocketFactory.h35 std::unique_ptr<IDnsTlsSocket> createDnsTlsSocket(const DnsTlsServer& server, unsigned mark, in createDnsTlsSocket()
DDnsTlsTransport.h44 DnsTlsTransport(const DnsTlsServer& server, unsigned mark, in DnsTlsTransport()
DDnsTlsTransport.cpp96 base::Result<void> sendUdpQuery(netdutils::IPAddress ip, uint32_t mark, in sendUdpQuery()
276 bool DnsTlsTransport::validate(const DnsTlsServer& server, uint32_t mark) { in validate()
DDnsTlsSocket.h81 DnsTlsSocket(const DnsTlsServer& server, unsigned mark, in DnsTlsSocket()
DPrivateDnsConfiguration.cpp77 int PrivateDnsConfiguration::set(int32_t netId, uint32_t mark, in set()
113 int PrivateDnsConfiguration::setDot(int32_t netId, uint32_t mark, in setDot()
268 uint32_t mark) { in requestDotValidation()
561 int PrivateDnsConfiguration::setDoh(int32_t netId, uint32_t mark, in setDoh()
DDnsTlsServer.h78 uint32_t mark = 0; member
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DClatCoordinator.java186 @NonNull String prefix64, int mark) throws IOException { in generateIpv6Address()
193 public int detectMtu(@NonNull String platSubnet, int platSuffix, int mark) in detectMtu()
208 public int openRawSocket6(int mark) throws IOException { in openRawSocket6()
934 String prefix64, int mark) throws IOException; in native_generateIpv6Address()
936 private static native int native_detectMtu(String platSubnet, int platSuffix, int mark) in native_detectMtu()
939 private static native int native_openRawSocket6(int mark) throws IOException; in native_openRawSocket6()
/packages/modules/Connectivity/service/native/libs/libclat/
Dclatutils.cpp117 in6_addr* const v6, const uint32_t mark) { in generateIpv6Address()
164 const uint32_t mark) { in detect_mtu()
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp189 jint mark) { in com_android_server_connectivity_ClatCoordinator_generateIpv6Address()
258 jint plat_suffix, jint mark) { in com_android_server_connectivity_ClatCoordinator_detectMtu()
304 jint mark) { in com_android_server_connectivity_ClatCoordinator_openRawSocket6()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/
DIVideoSourceNode.cpp246 bool mark = false; in ProcessData() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/
DIAudioPlayerNode.cpp306 bool mark = false; in run() local

12