Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 79) sorted by relevance

1234

/system/bt/test/mock/
Dmock_frameworks_libaudio.cc38 AAudioStream* stream) { in AAudioStream_getAllowedCapturePolicy()
42 aaudio_content_type_t AAudioStream_getContentType(AAudioStream* stream) { in AAudioStream_getContentType()
46 aaudio_direction_t AAudioStream_getDirection(AAudioStream* stream) { in AAudioStream_getDirection()
50 aaudio_format_t AAudioStream_getFormat(AAudioStream* stream) { in AAudioStream_getFormat()
54 aaudio_input_preset_t AAudioStream_getInputPreset(AAudioStream* stream) { in AAudioStream_getInputPreset()
59 AAudioStream* stream) { in AAudioStream_getPerformanceMode()
76 aaudio_result_t AAudioStream_close(AAudioStream* stream) { in AAudioStream_close()
80 aaudio_result_t AAudioStream_getTimestamp(AAudioStream* stream, in AAudioStream_getTimestamp()
87 aaudio_result_t AAudioStream_read(AAudioStream* stream, void* buffer, in AAudioStream_read()
93 aaudio_result_t AAudioStream_release(AAudioStream* stream) { in AAudioStream_release()
[all …]
/system/bt/hci/src/
Dhci_packet_parser.cc48 uint8_t* stream = read_command_complete_header(response, HCI_READ_BUFFER_SIZE, in parse_read_buffer_size_response() local
60 uint8_t* stream = read_command_complete_header( in parse_read_local_version_info_response() local
75 uint8_t* stream = read_command_complete_header( in parse_read_local_supported_codecs_response() local
90 uint8_t* stream = read_command_complete_header( in parse_read_bd_addr_response() local
101 uint8_t* stream = in parse_read_local_supported_commands_response() local
114 uint8_t* stream = read_command_complete_header( in parse_read_local_extended_features_response() local
131 uint8_t* stream = read_command_complete_header( in parse_ble_read_acceptlist_size_response() local
142 uint8_t* stream = read_command_complete_header( in parse_ble_read_buffer_size_response() local
155 uint8_t* stream = read_command_complete_header( in parse_ble_read_buffer_size_v2_response() local
168 uint8_t* stream = in parse_ble_read_supported_states_response() local
[all …]
Dhci_packet_factory.cc47 uint8_t* stream; in make_host_buffer_size() local
71 uint8_t* stream; in make_read_local_extended_features() local
81 uint8_t* stream; in make_write_simple_pairing_mode() local
91 uint8_t* stream; in make_write_secure_connections_host_support() local
101 uint8_t* stream; in make_set_event_mask() local
111 uint8_t* stream; in make_ble_write_host_support() local
171 uint8_t* stream; in make_ble_set_event_mask() local
182 uint8_t* stream; in make_ble_set_host_features() local
203 uint8_t* stream = packet->data; in make_command() local
Dpacket_fragmenter.cc95 uint8_t* stream = packet->data + packet->offset; in fragment_and_dispatch_acl() local
136 uint8_t* stream = packet->data + packet->offset; in fragment_and_dispatch_iso() local
182 uint8_t* stream = packet->data; in reassemble_and_dispatch_iso() local
363 uint8_t* stream = packet->data; in reassemble_and_dispatch() local
/system/bt/audio_bluetooth_hw/
Dstream_apis.cc198 static uint32_t out_get_sample_rate(const struct audio_stream* stream) { in out_get_sample_rate()
212 static int out_set_sample_rate(struct audio_stream* stream, uint32_t rate) { in out_set_sample_rate()
219 static size_t out_get_buffer_size(const struct audio_stream* stream) { in out_get_buffer_size()
229 const struct audio_stream* stream) { in out_get_channels()
243 static audio_format_t out_get_format(const struct audio_stream* stream) { in out_get_format()
257 static int out_set_format(struct audio_stream* stream, audio_format_t format) { in out_set_format()
264 static int out_standby(struct audio_stream* stream) { in out_standby()
293 static int out_dump(const struct audio_stream* stream, int fd) { in out_dump()
299 static int out_set_parameters(struct audio_stream* stream, in out_set_parameters()
390 static char* out_get_parameters(const struct audio_stream* stream, in out_get_parameters()
[all …]
/system/bt/gd/packet/parser/
Denum_gen.cc25 void EnumGen::GenDefinition(std::ostream& stream) { in GenDefinition()
36 void EnumGen::GenDefinitionPybind11(std::ostream& stream) { in GenDefinitionPybind11()
44 void EnumGen::GenLogging(std::ostream& stream) { in GenLogging()
63 void EnumGen::GenRustDef(std::ostream& stream) { in GenRustDef()
Dlogging.h77 std::ostream& stream() { in stream() function
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc139 struct audio_stream_out stream; member
146 struct audio_stream_in stream; member
895 static ssize_t out_write(struct audio_stream_out* stream, const void* buffer, in out_write()
965 static uint32_t out_get_sample_rate(const struct audio_stream* stream) { in out_get_sample_rate()
973 static int out_set_sample_rate(struct audio_stream* stream, uint32_t rate) { in out_set_sample_rate()
983 static size_t out_get_buffer_size(const struct audio_stream* stream) { in out_get_buffer_size()
1102 const struct audio_stream* stream) { in out_get_channels()
1110 static audio_format_t out_get_format(const struct audio_stream* stream) { in out_get_format()
1116 static int out_set_format(UNUSED_ATTR struct audio_stream* stream, in out_set_format()
1122 static int out_standby(struct audio_stream* stream) { in out_standby()
[all …]
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc130 struct audio_stream_out stream; member
137 struct audio_stream_in stream; member
918 static ssize_t out_write(struct audio_stream_out* stream, const void* buffer, in out_write()
988 static uint32_t out_get_sample_rate(const struct audio_stream* stream) { in out_get_sample_rate()
996 static int out_set_sample_rate(struct audio_stream* stream, uint32_t rate) { in out_set_sample_rate()
1006 static size_t out_get_buffer_size(const struct audio_stream* stream) { in out_get_buffer_size()
1119 const struct audio_stream* stream) { in out_get_channels()
1127 static audio_format_t out_get_format(const struct audio_stream* stream) { in out_get_format()
1133 static int out_set_format(UNUSED_ATTR struct audio_stream* stream, in out_set_format()
1139 static int out_standby(struct audio_stream* stream) { in out_standby()
[all …]
/system/chre/platform/slpi/see/
Dsee_helper.cc57 #define LOG_NANOPB_ERROR(stream) \ argument
144 bool copyPayload(pb_ostream_t *stream, const pb_field_t *field, in copyPayload()
188 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsStdAttrReq() local
235 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsSuidReq() local
284 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsResamplerConfig() local
326 pb_ostream_t stream = pb_ostream_from_buffer(msg->get(), *msgLen); in encodeSnsStdSensorConfig() local
347 pb_ostream_t stream = pb_ostream_from_buffer(msgBuffer, msgBufferSize); in encodeSnsRemoteProcSensorConfig() local
402 bool decodeStringField(pb_istream_t *stream, const pb_field_t *field, in decodeStringField()
418 bool decodeSnsSuidEventSuid(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidEventSuid()
431 bool decodeSnsSuidEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidEvent()
[all …]
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc108 bool Manager::encodeThreeAxisSensorDatapointValues(pb_ostream_t *stream, in encodeThreeAxisSensorDatapointValues()
139 bool Manager::encodeFloatSensorDatapointValue(pb_ostream_t *stream, in encodeFloatSensorDatapointValue()
156 bool Manager::encodeProximitySensorDatapointValue(pb_ostream_t *stream, in encodeProximitySensorDatapointValue()
174 bool Manager::encodeStepCounterSensorDatapointValue(pb_ostream_t *stream, in encodeStepCounterSensorDatapointValue()
195 bool Manager::encodeThreeAxisSensorDatapoints(pb_ostream_t *stream, in encodeThreeAxisSensorDatapoints()
223 bool Manager::encodeFloatSensorDatapoints(pb_ostream_t *stream, in encodeFloatSensorDatapoints()
250 bool Manager::encodeProximitySensorDatapoints(pb_ostream_t *stream, in encodeProximitySensorDatapoints()
278 bool Manager::encodeStepCounterSensorDatapoints(pb_ostream_t *stream, in encodeStepCounterSensorDatapoints()
/system/chre/apps/test/common/shared/src/
Dsend_message.cc32 bool encodeErrorMessage(pb_ostream_t *stream, const pb_field_t * /*field*/, in encodeErrorMessage()
72 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResultWithMsgToHost() local
/system/core/fs_mgr/libsnapshot/
Dcow_decompress.h48 void set_stream(IByteStream* stream) { stream_ = stream; } in set_stream()
/system/libziparchive/
Dzip_archive_stream_entry.cc144 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()
295 ZipArchiveStreamEntry* stream = nullptr; in Create() local
311 ZipArchiveStreamEntry* stream = nullptr; in CreateRaw() local
/system/tools/hidl/metadata/
Dparser.cpp32 std::ifstream stream(path); in main() local
/system/chre/apps/test/common/chre_cross_validator_wifi/src/
Dchre_cross_validator_wifi_manager.cc68 pb_istream_t stream = pb_istream_from_buffer( in handleMessageFromHost() local
131 pb_istream_t stream = in handleDataMessage() local
240 bool Manager::encodeErrorMessage(pb_ostream_t *stream, in encodeErrorMessage()
Dwifi_scan_result.cc63 bool WifiScanResult::decodeString(pb_istream_t *stream, in decodeString()
/system/tools/aidl/metadata/
Dparser.cpp32 std::ifstream stream(path); in main() local
/system/nvram/core/
Dpersistence.cpp47 BlobOutputStreamBuffer stream(blob); in EncodeObject() local
68 InputStreamBuffer stream(blob.data(), blob.size()); in DecodeObject() local
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_util.cc53 pb_ostream_t stream = pb_ostream_from_buffer(bytes, size); in sendTestResultToHost() local
/system/nvram/messages/
Dnvram_messages.cpp178 BlobOutputStreamBuffer stream(blob); in Encode() local
184 ArrayOutputStreamBuffer stream(buffer, *size); in Encode() local
194 InputStreamBuffer stream(data, size); in Decode() local
/system/gsid/aidl/android/gsi/
DIGsiService.aidl51 boolean commitGsiChunkFromStream(in ParcelFileDescriptor stream, long bytes); in commitGsiChunkFromStream()
66 boolean setGsiAshmem(in ParcelFileDescriptor stream, long size); in setGsiAshmem()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dconnected_isochronous_group.h63 for (const auto& stream : streams_) { in GetStreamParameters() local
/system/core/healthd/
Dcharger_test.cpp78 std::ofstream stream(path); in createFile() local
89 std::ifstream stream(path); in openToString() local
/system/tools/hidl/hashing/
DHash.cpp54 std::ifstream stream(path); in sha256File() local
121 std::ifstream stream(path); in readHashFile() local

1234