Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 25 of 115) sorted by relevance

12345

/aosp12/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py11 def am(serial, cmd, args): argument
17 def pm(serial, cmd, args): argument
23 def dumpsys(serial, topic): argument
26 def trace(serial, argument
32 def wake(serial): argument
38 def root(serial): argument
41 def pull(serial, path, dest): argument
44 def shell(serial, cmd): argument
47 def track_logcat(serial, awaited_string, callback): argument
50 def __call_adb(serial, args, block): argument
/aosp12/hardware/ril/libril/
H A Dril_service.cpp521 bool dispatchVoid(int serial, int slotId, int request) { in dispatchVoid()
968 Return<void> RadioImpl::conference(int32_t serial) { in conference()
976 Return<void> RadioImpl::rejectCall(int32_t serial) { in rejectCall()
1016 Return<void> RadioImpl::getOperator(int32_t serial) { in getOperator()
1188 Return<void> RadioImpl::getClir(int32_t serial) { in getClir()
1249 Return<void> RadioImpl::acceptCall(int32_t serial) { in acceptCall()
1419 Return<void> RadioImpl::stopDtmf(int32_t serial) { in stopDtmf()
1451 Return<void> RadioImpl::getMute(int32_t serial) { in getMute()
1459 Return<void> RadioImpl::getClip(int32_t serial) { in getClip()
1636 Return<void> RadioImpl::getTTYMode(int32_t serial) { in getTTYMode()
[all …]
/aosp12/packages/modules/adb/
H A Dsocket_spec_test.cpp28 std::string hostname, error, serial; in TEST() local
35 std::string hostname, error, serial; in TEST() local
44 std::string hostname, error, serial; in TEST() local
52 std::string hostname, error, serial; in TEST() local
61 std::string hostname, error, serial; in TEST() local
70 std::string hostname, error, serial; in TEST() local
78 std::string hostname, error, serial; in TEST() local
87 std::string hostname, error, serial; in TEST() local
134 std::string error, serial; in TEST() local
145 std::string error, serial; in TEST() local
[all …]
H A Dtransport_test.cpp132 std::string serial = "foo"; in TEST_F() local
163 std::string serial = "100.100.100.100:5555"; in TEST_F() local
H A Dsocket_test.cpp336 std::string serial = protocol + "foo"; in TEST() local
343 std::string serial = protocol + "foo:123"; in TEST() local
355 std::string serial = protocol + address; in TEST() local
H A Dservices.cpp155 static void wait_service(unique_fd fd, std::string serial, TransportId transport_id, in wait_service()
242 asocket* host_service_to_socket(std::string_view name, std::string_view serial, in host_service_to_socket()
/aosp12/bionic/libc/system_properties/
H A Dsystem_properties.cpp50 #define SERIAL_DIRTY(serial) ((serial)&1) argument
51 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument
146 uint32_t serial; in ReadMutablePropertyValue() local
175 uint32_t serial = ReadMutablePropertyValue(pi, value); in Read() local
199 const char* value, uint32_t serial), in ReadCallback()
204 uint32_t serial = load_const_atomic(&pi->serial, memory_order_relaxed); in ReadCallback() local
214 uint32_t serial = ReadMutablePropertyValue(pi, value_buf); in ReadCallback() local
248 uint32_t serial = atomic_load_explicit(&pi->serial, memory_order_relaxed); in Update() local
/aosp12/hardware/interfaces/radio/config/1.0/vts/functional/
H A Dradio_config_hidl_hal_api.cpp25 const int serial = GetRandomSerialNumber(); in TEST_P() local
42 const int serial = GetRandomSerialNumber(); in TEST_P() local
/aosp12/packages/modules/adb/client/
H A Dconsole.cpp57 static int adb_get_emulator_console_port(const char* serial) { in adb_get_emulator_console_port()
94 static int connect_to_console(const char* serial) { in connect_to_console()
110 int adb_send_emulator_command(int argc, const char** argv, const char* serial) { in adb_send_emulator_command()
H A Dtransport_local.cpp90 std::string serial, prefix_addr; in connect_device() local
107 std::string serial; in connect_device() local
157 std::string serial = getEmulatorSerialString(console_port); in local_connect_arbitrary_ports() local
/aosp12/art/tools/ahat/etc/
H A Dhprofdump.py87 def showloaded(serial): argument
156 serial = readu4(hprof) variable
168 serial = readu4(hprof) variable
172 serial = readu4(hprof) variable
229 serial = readu4(hprof) ; length -= 4 variable
233 serial = readu4(hprof) ; length -= 4 variable
247 serial = readu4(hprof) ; length -= 4 variable
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DTestData.java164 public static byte[] getCertXmlWithSerial(long serial) { in getCertXmlWithSerial()
428 public static byte[] getInsecureCertXmlBytesWithEndpoint1(int serial) { in getInsecureCertXmlBytesWithEndpoint1()
437 public static byte[] getInsecureCertXmlBytesWithEndpoint2(int serial) { in getInsecureCertXmlBytesWithEndpoint2()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pm/
H A DUserCache.java87 long serial = mUserManager.getSerialNumberForUser(user); in enableAndResetCache() local
114 Long serial = mUserToSerialMap.get(user); in getSerialNumberForUser() local
/aosp12/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
H A DSimpleIconCache.java73 long serial = mUserManager.getSerialNumberForUser(user); in getSerialNumberForUser() local
74 mUserSerialMap.put(user.getIdentifier(), serial); in getSerialNumberForUser() local
/aosp12/packages/modules/adb/daemon/
H A Dproperty_monitor.cpp49 uint32_t serial; in ReadProperty() member
55 [](void* cookie, const char* name, const char* value, uint32_t serial) { in ReadProperty()
H A Dproperty_monitor.h33 uint32_t serial; member
/aosp12/hardware/interfaces/radio/config/1.2/vts/functional/
H A Dradio_config_hidl_hal_api.cpp25 const int serial = GetRandomSerialNumber(); in TEST_P() local
H A Dradio_config_hidl_hal_utils.h121 int serial; variable
/aosp12/hardware/interfaces/radio/config/1.3/vts/functional/
H A Dradio_config_hidl_hal_api.cpp25 const int serial = GetRandomSerialNumber(); in TEST_P() local
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertXml.java46 private final long serial; field in CertXml
51 long serial, in CertXml()
/aosp12/art/runtime/
H A Dindirect_reference_table.h366 static constexpr uintptr_t EncodeSerial(uint32_t serial) { in EncodeSerial()
374 constexpr uintptr_t EncodeIndirectRef(uint32_t table_index, uint32_t serial) const { in EncodeIndirectRef()
388 uint32_t serial = table_[table_index].GetSerial(); in ToIndirectRef() local
/aosp12/packages/modules/adb/tools/
H A Dadb_usbreset.cpp31 std::string_view serial; member
157 std::string serial(buf, buf + rc); in main() local
H A Dcheck_ms_os_desc.cpp86 static void check_ms_os_desc_v1(libusb_device_handle* device_handle, const std::string& serial) { in check_ms_os_desc_v1()
159 static void check_ms_os_desc_v2(libusb_device_handle* device_handle, const std::string& serial) { in check_ms_os_desc_v2()
234 std::optional<std::string> serial = in main() local
/aosp12/hardware/interfaces/radio/config/1.1/vts/functional/
H A Dradio_config_hidl_hal_utils.h97 int serial; variable
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_hidl_hal_utils_v1_3.h627 int serial; variable

12345