Searched refs:mode (Results 151 - 175 of 282) sorted by relevance

1234567891011>>

/system/bt/include/hardware/
H A Dbt_hh.h105 * the protocol mode is one of the value from bthh_protocol_mode_t
109 bthh_protocol_mode_t mode);
165 /** Get the HID proto mode. */
169 /** Set the HID proto mode. */
/system/bt/stack/btm/
H A Dbtm_ble_gap.cc398 * white_list: use white list in observer mode or not.
597 * Description This function is called to enabled Mixed mode if privacy 1.2
600 * Parameters mixed_on: mixed mode to be used or not.
609 /* TODO: send VSC to enabled mixed mode */
620 * Parameters privacy_mode: privacy mode on or off.
622 * Returns bool privacy mode set success; otherwise failed.
647 /* 4.2 controller only allow privacy 1.2 or mixed mode, resolvable private
700 * Set BLE connectable mode to auto connect
756 * Description This function is called to set BLE connectable mode for a
759 * Parameters conn_mode: directed connectable mode, o
1169 uint16_t mode = (combined_mode & BTM_BLE_DISCOVERABLE_MASK); local
1261 uint16_t mode = (combined_mode & BTM_BLE_CONNECTABLE_MASK); local
1371 btm_ble_start_inquiry(uint8_t mode, uint8_t duration) argument
[all...]
/system/core/init/
H A Ddevices.cpp225 auto[mode, uid, gid] = GetDevicePermissions(path, links);
226 mode |= (block ? S_IFBLK : S_IFCHR);
229 if (!SelabelLookupFileContextBestMatch(path, links, mode, &secontext)) {
249 if (mknod(path.c_str(), mode, dev) && (errno == EEXIST) && !secontext.empty()) {
H A Dbootchart.cpp59 const char* mode) {
60 std::unique_ptr<FILE, decltype(&fclose)> result(fopen(filename, mode), fclose);
58 fopen_unique(const char* filename, const char* mode) argument
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h99 int mode; member in struct:epat
/system/netd/server/binder/android/net/
H A DINetd.aidl45 * Enables or disables data saver mode on costly network interfaces.
54 * By default, data saver mode is disabled. This command has no effect but might still return an
57 * @param enable whether to enable or disable data saver mode.
196 * @param tlsServers the DNS servers to configure for strict mode Private DNS.
346 * @param mode either Transport or Tunnel mode
369 int mode,
553 * Set IPv6 address generation mode. IPv6 should be disabled before changing mode.
555 * @param mode SLAA
[all...]
/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl51 boolean setScanMode(int mode, int duration);
/system/ca-certificates/
H A DAndroid.mk1 # -*- mode: makefile -*-
/system/ca-certificates/google/
H A DAndroid.mk1 # -*- mode: makefile -*-
/system/ca-certificates/wfa_certs/
H A DAndroid.mk1 # -*- mode: makefile -*-
/system/core/libcutils/tests/
H A Dfs_config.cpp177 << ", mode=" << ((len >= endof(pc, mode))
178 ? android::base::StringPrintf("0%" PRIo16, pc->mode)
/system/extras/ioshark/
H A Dconvert_format.c69 #define open_mode_old u.open_a.mode
72 mode_t mode; member in struct:ioshark_file_operation_old::__anon1869::open_args_old
/system/extras/simpleperf/
H A Dread_apk.cpp160 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; local
161 FILE* fp = fopen(apk_path.c_str(), mode.c_str());
/system/netd/libnetdutils/include/netdutils/
H A DSyscalls.h44 mode_t mode = 0) const = 0;
80 virtual StatusOr<UniqueFile> fopen(const std::string& path, const std::string& mode) const = 0;
/system/netd/server/
H A DNetdNativeService.h76 binder::Status setIPv6AddrGenMode(const std::string& ifName, int32_t mode) override;
114 int32_t mode,
/system/tools/hidl/
H A DAST.h312 const NamedReference<Type>* arg, bool isReader, Type::ErrorMode mode,
317 bool isReader, Type::ErrorMode mode, bool addPrefixToName) const;
H A DInterface.cpp743 std::string Interface::getCppType(StorageMode mode, argument
751 switch (mode) {
779 ErrorMode mode) const {
797 handleError(out, mode);
844 handleError(out, mode);
/system/bt/embdrv/sbc/decoder/srce/
H A Dframing.c218 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 8) {
228 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 4) {
240 frame->nrof_channels = channel_values[frame->mode];
/system/core/adb/
H A Dsysdeps_win32.cpp382 /* ignore mode on Win32 */
383 int adb_creat(const char* path, int mode) argument
1146 // mode, not Application mode), which itself emulates xterm. Gnome Terminal
1172 // If a valid HANDLE is returned and |mode| is not null, |mode| is also filled
1173 // with the console mode. Requires GENERIC_READ access to the underlying HANDLE.
1174 static HANDLE _get_console_handle(int fd, DWORD* mode=nullptr) { argument
1193 if (!GetConsoleMode(handle, mode ? mode
2159 int mode; local
2243 adb_mkdir(const std::string& path, int mode) argument
2266 adb_chmod(const char* path, int mode) argument
2531 adb_fopen(const char* path, const char* mode) argument
[all...]
/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc164 EXPECT_EQ(S_IFREG | 0777u, response_.entry_out.attr.mode);
223 EXPECT_EQ(S_IFREG | 0777u, response_.attr_out.attr.mode);
256 EXPECT_EQ(S_IFDIR | 0777u, response_.attr_out.attr.mode);
/system/bt/stack/l2cap/
H A Dl2c_utils.cc606 UINT8_TO_STREAM(p, p_cfg->fcr.mode);
702 UINT8_TO_STREAM(p, p_cfg->fcr.mode);
876 /* Move all queued data packets to the LCB. In FCR mode, assume the higher
879 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE) {
1470 L2CAP_FCR_BASIC_MODE; /* Default mode for channel is basic mode */
1472 L2CAP_FCR_CHAN_OPT_BASIC; /* Default mode for channel is basic mode */
1845 /* Ignore FCR parameters for basic mode */
1846 if (!p_cfg->fcr_present) p_cfg->fcr.mode
[all...]
/system/connectivity/wificond/net/
H A Dnetlink_utils.h147 // Currently we only support setting the interface to STATION mode.
169 // Set the mode of interface.
171 // |mode| is one of the values in |enum InterfaceMode|.
174 InterfaceMode mode);
/system/core/liblog/
H A Dlogger.h104 int mode; member in struct:android_log_logger_list
/system/extras/libfec/
H A Dfec_private.h103 int mode; /* mode for open(2) */ member in struct:fec_handle
H A Dfec_verity.cpp216 } else if (f->mode & O_RDWR &&
291 mode */
292 if (f->mode & O_RDWR) {
545 mode, rewrites the metadata if it had errors */
621 mode, rewrite the corrected metadata */
622 if (f->mode & O_RDWR && f->errors > errors &&
640 if (!(f->mode & O_RDWR)) {

Completed in 587 milliseconds

1234567891011>>