/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gap.py | 34 def TSC_MMI_iut_send_hci_connect_request(self, test: str, pts_addr: bytes, **kwargs): 92 def TSC_MMI_iut_enter_handle_for_insufficient_authentication(self, pts_addr: bytes, **kwargs): 115 def TSC_MMI_the_security_id_is(self, pts_addr: bytes, passkey: str, **kwargs): 128 def TSC_MMI_iut_send_le_connect_request(self, test: str, pts_addr: bytes, **kwargs): 168 def TSC_MMI_enter_security_id(self, pts_addr: bytes, **kwargs): 186 def TSC_MMI_iut_send_att_service_request(self, pts_addr: bytes, handle: str, **kwargs): 305 def TSC_MMI_iut_start_general_inquiry_found(self, pts_addr: bytes, **kwargs): 320 def TSC_MMI_iut_send_att_read_by_type_request_name_request(self, pts_addr: bytes, **kwargs): 332 def TSC_MMI_iut_confirm_device_discovery(self, name: str, pts_addr: bytes, **kwargs): 436 def TSC_MMI_iut_confirm_general_discovered_device(self, pts_addr: bytes, **kwargs): [all …]
|
D | hid.py | 22 def TSC_MMI_iut_enable_connection(self, pts_addr: bytes, **kwargs): 34 def TSC_MMI_iut_release_connection(self, pts_addr: bytes, **kwargs): 51 def TSC_MMI_iut_disable_connection(self, pts_addr: bytes, **kwargs): 87 def TSC_HID_MMI_iut_accept_control_channel(self, pts_addr: bytes, **kwargs): 129 def TSC_MMI_host_send_output_report(self, pts_addr: bytes, **kwargs): 153 def TSC_MMI_rf_shield_iut_or_tester(self, pts_addr: bytes, **kwargs): 172 def TSC_MMI_iut_auto_connection(self, pts_addr: bytes, **kwargs):
|
D | hfp.py | 66 def test_started(self, test: str, pts_addr: bytes, **kwargs): 73 def TSC_delete_pairing_iut(self, pts_addr: bytes, **kwargs): 83 def TSC_iut_enable_slc(self, test: str, pts_addr: bytes, **kwargs): 118 def TSC_iut_connect(self, pts_addr: bytes, **kwargs): 143 def TSC_iut_disable_slc(self, test: str, pts_addr: bytes, **kwargs): 234 def TSC_iut_disable_audio(self, test: str, pts_addr: bytes, **kwargs): 263 def TSC_iut_enable_audio(self, test: str, pts_addr: bytes, **kwargs): 283 def TSC_iut_disable_audio_slc_down_ok(self, pts_addr: bytes, **kwargs): 406 def TSC_disable_ag_cellular_network_expect_notification(self, pts_addr: bytes, **kwargs): 598 def TSC_prepare_iut_for_vra(self, pts_addr: bytes, test: str, **kwargs): [all …]
|
D | _proxy.py | 28 def interact(self, test: str, mmi_name: str, mmi_description: str, pts_addr: bytes): 54 def test_started(self, test: str, description: str, pts_addr: bytes):
|
D | avrcp.py | 51 def TSC_AVDTP_mmi_iut_accept_connect(self, test: str, pts_addr: bytes, **kwargs): 170 def _mmi_1002(self, test: str, pts_addr: bytes, **kwargs): 370 def TSC_AVDTP_mmi_iut_initiate_connect(self, test: str, pts_addr: bytes, **kwargs): 798 def _mmi_1016(self, test: str, pts_addr: bytes, **kwargs): 820 def TSC_AVCTP_mmi_send_AVCT_ConnectReq(self, pts_addr: bytes, **kwargs): 834 def TSC_AVCTP_mmi_verify_ConnectCfm_CB(self, pts_addr: bytes, **kwargs): 856 def TSC_AVCTP_mmi_register_DisconnectCfm_CB(self, pts_addr: bytes, **kwargs): 873 def TSC_AVCTP_mmi_send_AVCT_Disconnect_Req(self, test: str, pts_addr: bytes, **kwargs):
|
D | opp.py | 43 def TSC_OBEX_MMI_iut_accept_connect_OPP(self, pts_addr: bytes, **kwargs): 88 def TSC_OBEX_MMI_iut_accept_slc_connect_l2cap(self, pts_addr: bytes, **kwargs):
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/ |
D | Bytes.java | 42 public Value(byte[] bytes, ByteOrder byteOrder) { in Value() 54 private static byte[] reverse(byte[] bytes) { in reverse() 63 Bytes(byte[] bytes) { in Bytes() 67 private static String toHexString(byte[] bytes) { in toHexString() 85 static short[] toShorts(ByteOrder byteOrder, byte[] bytes) { in toShorts()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | UidTraffic.java | 56 public void setRxBytes(long bytes) { in setRxBytes() 61 public void setTxBytes(long bytes) { in setTxBytes() 66 public void addRxBytes(long bytes) { in addRxBytes() 71 public void addTxBytes(long bytes) { in addTxBytes()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/util/ |
D | Hex.java | 35 public static String bytesToStringLowercase(byte[] bytes) { in bytesToStringLowercase() 49 public static String bytesToStringUppercase(byte[] bytes) { in bytesToStringUppercase() 54 public static String bytesToStringUppercase(byte[] bytes, boolean zeroTerminated) { in bytesToStringUppercase()
|
/packages/modules/Bluetooth/system/gd/packet/ |
D | python3_module.cc | 67 .def(py::init([](std::vector<uint8_t> bytes) { return std::make_unique<RawBuilder>(bytes); })) in PYBIND11_MODULE() 68 .def(py::init([](std::string bytes) { in PYBIND11_MODULE() 90 .def(py::init([](std::vector<uint8_t> bytes) { in PYBIND11_MODULE() 102 …PacketView<!kLittleEndian>>(m, "PacketViewBigEndian").def(py::init([](std::vector<uint8_t> bytes) { in PYBIND11_MODULE()
|
D | bit_inserter_unittest.cc | 31 std::vector<uint8_t> bytes; in TEST() local 48 std::vector<uint8_t> bytes; in TEST() local
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | Util.java | 45 static <T> T fromBytes(byte[] bytes) { in fromBytes() 57 static String toMd5(byte[] bytes) { in toMd5() 70 private static String toHexString(byte[] bytes, String separator) { in toHexString()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/util/ |
D | Hex.java | 51 public static String encode(byte[] bytes) { in encode() 56 public static String encodeUpper(byte[] bytes) { in encodeUpper() 95 private static String doEncode(byte[] bytes, char[] alphabet) { in doEncode()
|
D | DataTypeConversionUtil.java | 96 public static int byteArrayToI32(byte[] bytes) { in byteArrayToI32() 106 public static int arbitraryByteArrayToI32(byte[] bytes) { in arbitraryByteArrayToI32()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | VoicemailPayload.java | 22 private final byte[] bytes; field in VoicemailPayload 24 public VoicemailPayload(String mimeType, byte[] bytes) { in VoicemailPayload()
|
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/ |
D | TypedOutputStream.java | 91 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() 98 public void writeBytes(byte[] bytes, int off, int len) throws IOException { in writeBytes() 105 public void writeTinyByteArray(byte[] bytes) throws IOException { in writeTinyByteArray()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
D | ResultPayloadUtils.java | 38 public static <T> T unmarshall(byte[] bytes, Parcelable.Creator<T> creator) { in unmarshall() 46 private static Parcel unmarshall(byte[] bytes) { in unmarshall()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | NativeUtil.java | 248 public static String bytesToHexOrQuotedString(ArrayList<Byte> bytes) { in bytesToHexOrQuotedString() 302 public static ArrayList<Byte> byteArrayToArrayList(byte[] bytes) { in byteArrayToArrayList() 313 public static byte[] byteArrayFromArrayList(ArrayList<Byte> bytes) { in byteArrayFromArrayList() 341 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl_test.cc | 113 auto bytes = std::make_shared<std::vector<uint8_t>>(); in Serialize() local 120 T CreateCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateCommandView() 125 T CreateAclCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateAclCommandView() 130 T CreateLeConnectionManagementCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateLeConnectionManagementCommandView() 135 T CreateLeSecurityCommandView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateLeSecurityCommandView() 140 T CreateLeEventView(std::shared_ptr<std::vector<uint8_t>> bytes) { in CreateLeEventView() 147 auto bytes = Serialize<hci::CommandCompleteBuilder>(std::move(builder)); in ReturnCommandComplete() local 155 auto bytes = Serialize<hci::CommandStatusBuilder>(std::move(builder)); in ReturnCommandStatus() local 168 auto bytes = std::make_shared<std::vector<uint8_t>>(); in GetPacketView() local 287 auto bytes = std::make_shared<std::vector<uint8_t>>(); in DequeueCommandBytes() local [all …]
|
/packages/apps/TV/src/com/android/tv/data/ |
D | InternalDataUtils.java | 55 public static void deserializeInternalProviderData(byte[] bytes, ProgramImpl.Builder builder) { in deserializeInternalProviderData() 105 byte[] bytes, RecordedProgram.Builder builder) { in deserializeInternalProviderData()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | PhotosDeletionPreference.java | 51 public void updatePreferenceText(int items, long bytes) { in updatePreferenceText() 68 public void onFreeableChanged(int items, long bytes) { in onFreeableChanged()
|
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
D | BitmapUtil.java | 37 public static int getSmallerExtentFromBytes(byte[] bytes) { in getSmallerExtentFromBytes() 80 public static Bitmap decodeBitmapFromBytes(byte[] bytes, int sampleSize) { in decodeBitmapFromBytes()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DecodeUtils.java | 77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode() 81 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, in decode() 90 public static void decodeBounds(JobContext jc, byte[] bytes, int offset, in decodeBounds() 199 JobContext jc, byte[] bytes, int offset, int length, in createBitmapRegionDecoder()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiSsid.java | 49 private WifiSsid(@Nullable byte[] bytes) { in WifiSsid() 68 public static WifiSsid fromBytes(@Nullable byte[] bytes) { in fromBytes()
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy.h | 120 virtual size_t WriteData(const void* buffer, size_t bytes) const { in WriteData() 123 virtual size_t ReadData(void* buffer, size_t bytes) const { return 0; }; in ReadData()
|