/system/bt/hci/src/ |
D | hci_packet_parser.c | 50 …uint8_t *stream = read_command_complete_header(response, HCI_READ_BUFFER_SIZE, 5 /* bytes after */… in parse_read_buffer_size_response() local 63 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_VERSION_INFO, 8 /* bytes a… in parse_read_local_version_info_response() local 78 …uint8_t *stream = read_command_complete_header(response, HCI_READ_BD_ADDR, sizeof(bt_bdaddr_t) /* … in parse_read_bd_addr_response() local 90 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_SUPPORTED_CMDS, supported_… in parse_read_local_supported_commands_response() local 104 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_EXT_FEATURES, 2 + sizeof(b… in parse_read_local_extended_features_response() local 123 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_WHITE_LIST_SIZE, 1 /* byte a… in parse_ble_read_white_list_size_response() local 135 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_BUFFER_SIZE, 3 /* bytes afte… in parse_ble_read_buffer_size_response() local 148 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_SUPPORTED_STATES, supported_… in parse_ble_read_supported_states_response() local 159 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_LOCAL_SPT_FEAT, sizeof(bt_de… in parse_ble_read_local_supported_features_response() local 170 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_RESOLVING_LIST_SIZE, 1 /* by… in parse_ble_read_resolving_list_size_response() local [all …]
|
D | hci_packet_factory.c | 47 uint8_t *stream; in make_host_buffer_size() local 71 uint8_t *stream; in make_read_local_extended_features() local 80 uint8_t *stream; in make_write_simple_pairing_mode() local 89 uint8_t *stream; in make_write_secure_connections_host_support() local 98 uint8_t *stream; in make_set_event_mask() local 107 uint8_t *stream; in make_ble_write_host_support() local 141 uint8_t *stream; in make_ble_set_event_mask() local 158 uint8_t *stream = packet->data; in make_command() local
|
D | packet_fragmenter.c | 69 uint8_t *stream = packet->data + packet->offset; in fragment_and_dispatch() local 124 uint8_t *stream = packet->data; in reassemble_and_dispatch() local
|
D | hci_layer.c | 355 uint8_t *stream = command->data + command->offset; in transmit_command() local 375 uint8_t *stream = command->data + command->offset; in transmit_command_futured() local 607 uint8_t *stream = incoming->buffer->data; in hal_says_data_ready() local 636 uint8_t *stream = packet->data; in filter_incoming_event() local
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 108 struct audio_stream_out stream; member 115 struct audio_stream_in stream; member 551 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, in out_write() 614 static uint32_t out_get_sample_rate(const struct audio_stream *stream) in out_get_sample_rate() 623 static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate) in out_set_sample_rate() 640 static size_t out_get_buffer_size(const struct audio_stream *stream) in out_get_buffer_size() 649 static uint32_t out_get_channels(const struct audio_stream *stream) in out_get_channels() 658 static audio_format_t out_get_format(const struct audio_stream *stream) in out_get_format() 665 static int out_set_format(struct audio_stream *stream, audio_format_t format) in out_set_format() 673 static int out_standby(struct audio_stream *stream) in out_standby() [all …]
|
/system/core/libcutils/ |
D | open_memstream.c | 84 static int ensureCapacity(MemStream* stream, int writeSize) in ensureCapacity() 123 MemStream* stream = (MemStream*) cookie; in write_memstream() local 164 MemStream* stream = (MemStream*) cookie; in seek_memstream() local 226 MemStream* stream; in open_memstream() local
|
/system/media/audio_utils/ |
D | tinysndfile.c | 32 FILE *stream; member 66 FILE *stream = fopen(path, "rb"); in sf_open_read() local 310 FILE *stream = fopen(path, "w+b"); in sf_open_write() local
|
/system/extras/tests/binder/benchmarks/ |
D | binderAddInts.cpp | 361 static ostream &operator<<(ostream &stream, const String16& str) in operator <<() 374 static ostream &operator<<(ostream &stream, const cpu_set_t& set) in operator <<()
|
/system/extras/perfprofd/quipper/base/ |
D | logging.h | 175 #define LAZY_STREAM(stream, condition) \ argument 472 std::ostream& stream() { return stream_; } in stream() function 548 std::ostream& stream() { return log_message_.stream(); } in stream() function 568 std::ostream& stream() { return log_message_.stream(); } in stream() function
|
/system/media/audio/include/system/ |
D | audio_policy.h | 88 static inline bool audio_is_low_visibility(audio_stream_type_t stream) in audio_is_low_visibility()
|
D | audio.h | 933 audio_stream_type_t stream; member
|
/system/extras/verity/ |
D | KeystoreSigner.java | 125 ASN1InputStream stream = new ASN1InputStream(input); in parse() local
|
D | BootSignature.java | 93 ASN1InputStream stream = new ASN1InputStream(signature); in BootSignature() local
|
/system/bt/stack/btu/ |
D | btu_hcif.c | 365 uint8_t *stream = p_buf->data + p_buf->offset; in btu_hcif_send_cmd() local 956 …uint8_t *stream = hack->response->data + hack->response->offset + 3; // 2 to skip the event header… in btu_hcif_command_complete_evt_on_task() local 1154 uint8_t *stream = hack->command->data + hack->command->offset; in btu_hcif_command_status_evt_on_task() local
|
/system/core/base/ |
D | logging.cpp | 283 std::ostream& LogMessage::stream() { in stream() function in android::base::LogMessage
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 146 void testPrint(FILE *stream, const char *fmt, ...) in testPrint()
|
/system/core/libziparchive/ |
D | zip_archive.cc | 1085 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2() 1127 auto zstream_deleter = [](z_stream* stream) { in InflateEntryToWriter()
|