Searched refs:source (Results 1 - 25 of 54) sorted by path

123

/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c1296 audio_source_t source)
1306 UNUSED(source);
1289 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in, audio_input_flags_t flags, const char *address, audio_source_t source) argument
/system/bt/osi/src/socket_utils/
H A DREADME22 Note that only a part of the source files are pulled from libcutils/sockets, and
/system/bt/vendor_libs/test_vendor_lib/include/
H A Dpacket_stream.h60 // Attempts to send |num_octets_to_send| from |source| to |fd|, returning
62 bool SendAll(const std::vector<uint8_t>& source, size_t num_octets_to_send,
/system/bt/vendor_libs/test_vendor_lib/src/
H A Devent_packet.cc19 #define VECTOR_COPY_TO_END(source, destination) \
20 std::copy(source.begin(), source.end(), std::back_inserter(destination));
H A Dpacket_stream.cc120 bool PacketStream::SendAll(const std::vector<uint8_t>& source, argument
122 CHECK(source.size() >= num_octets_to_send);
126 fd, &source[num_octets_to_send - octets_remaining], octets_remaining);
/system/ca-certificates/
H A DAndroid.mk30 # $(2): source file
/system/connectivity/shill/shims/
H A Dnetfilter_queue_processor.cc118 source_port_ = ntohs(udp.source);
/system/core/adb/
H A Dusb_linux_client.cpp74 int bulk_out; /* "out" from the host's perspective => source for adbd */
80 struct usb_endpoint_descriptor_no_audio source; member in struct:func_desc
86 struct usb_endpoint_descriptor_no_audio source; member in struct:ss_func_desc
126 .source = {
127 .bLength = sizeof(fs_descriptors.source),
153 .source = {
154 .bLength = sizeof(hs_descriptors.source),
180 .source = {
181 .bLength = sizeof(ss_descriptors.source),
538 D("[ kick: source (f
[all...]
/system/core/fs_mgr/
H A Dfs_mgr.c224 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) argument
238 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options);
240 INFO("%s(source=%s,target=%s,type=%s)=%d\n", __func__, source, target, rec->fs_type, ret);
242 fs_mgr_set_blk_ro(source);
/system/core/include/cutils/
H A Dpartition_utils.h22 int partition_wiped(char *source);
/system/core/init/
H A Daction.cpp124 std::string source = command.BuildSourceString(); local
127 cmd_str.c_str(), trigger_name.c_str(), source.c_str(),
H A Dbuiltins.cpp375 const char *source, *target, *system; local
400 source = args[2].c_str();
403 if (!strncmp(source, "mtd@", 4)) {
404 n = mtd_name_to_number(source + 4);
418 } else if (!strncmp(source, "loop@", 5)) {
423 fd = open(source + 5, mode | O_CLOEXEC);
461 wait_for_file(source, COMMAND_RETRY_TIMEOUT);
462 if (mount(source, target, system, flags, options) < 0) {
/system/core/libcutils/
H A Dpartition_utils.c40 int partition_wiped(char *source) argument
45 if ((fd = open(source, O_RDONLY)) < 0) {
/system/core/libnetutils/
H A Dpacket.c114 udp.source = htons(sport);
/system/core/libpixelflinger/codeflinger/
H A DMIPS64Assembler.cpp366 int ArmToMips64Assembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) argument
369 source = op;
378 source = tmpReg;
381 source = amode.value;
391 source = tmpReg;
1078 // the 16 bits may be in the top or bottom half of 32-bit source reg,
1126 // the 16 bits may be in the top or bottom half of 32-bit source reg,
H A DMIPS64Assembler.h194 int dataProcAdrModes(int op, int& source, bool sign = false, int reg_tmp = 1);
H A DMIPSAssembler.cpp377 int ArmToMipsAssembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) argument
380 source = op;
389 source = tmpReg;
392 source = amode.value;
407 source = tmpReg;
1086 // the 16 bits may be in the top or bottom half of 32-bit source reg,
1145 // the 16 bits may be in the top or bottom half of 32-bit source reg,
H A DMIPSAssembler.h183 int dataProcAdrModes(int op, int& source, bool sign = false, int reg_tmp = 1);
/system/core/toolbox/
H A DAndroid.mk79 $(transform-generated-source)
94 $(transform-generated-source)
/system/extras/perfprofd/quipper/
H A Daddress_mapper.cc2 // Use of this source code is governed by a BSD-style license that can be
11 AddressMapper::AddressMapper(const AddressMapper& source) { argument
12 mappings_ = source.mappings_;
H A Daddress_mapper.h2 // Use of this source code is governed by a BSD-style license that can be
18 // Copy constructor: copies mappings from |source| to this AddressMapper. This
21 AddressMapper(const AddressMapper& source);
/system/extras/perfprofd/quipper/base/
H A Dmacros.h2 // Use of this source code is governed by a BSD-style license that can be
6 // are commonly used throughout Chromium source. (It may also contain things
159 // equivalent of "*reinterpret_cast<Dest*>(&source)". We need this in
213 inline Dest bit_cast(const Source& source) { argument
217 memcpy(&dest, &source, sizeof(dest));
/system/extras/systrace_analysis/
H A Danalyze_trace.py35 sys.exit('Can\'t find chromium-trace in your source tree')
39 sys.exit('Can\'t find vinn in your source tree')
44 # Find source paths and construct vinn launch arguments
/system/media/audio/include/system/
H A Daudio.h158 /* play the mix captured by this audio source. */
165 AUDIO_SOURCE_HOTWORD = 1999, /* A low-priority, preemptible audio source for
177 audio_source_t source; member in struct:__anon1802
536 * endpoints and apply to both source and sink.
795 AUDIO_OUTPUT_FLAG_HW_AV_SYNC = 0x40, // output uses a hardware A/V synchronization source
814 AUDIO_INPUT_FLAG_HW_HOTWORD = 0x2, // prefer an input that captures from hw hotword source
960 /* Types defined here are used to describe an audio source or sink at internal
966 /* Audio port role: either source or sink */
1009 audio_source_t source; member in union:audio_port_config_mix_ext::__anon1824
1033 audio_port_role_t role; /* sink or source */
[all...]
/system/sepolicy/tools/
H A Dsepolicy-check.c18 fprintf(stderr, "%s -s <source> -t <target> -c <class> -p <perm> -P <policy file>\n", arg0);
133 fprintf(stderr, "source type %s does not exist\n", s);
235 char *policy = NULL, *source = NULL, *target = NULL, *class = NULL, *perm = NULL; local
243 {"source", required_argument, NULL, 's'},
254 source = optarg;
273 if (!source || !target || !class || !perm || !policy)
282 match = check_rule(source, target, class, perm, &policydb);

Completed in 512 milliseconds

123