HomeSort by relevance Sort by last modified time
    Searched refs:pol (Results 1 - 22 of 22) sorted by null

  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 53 static inline struct legacy_audio_policy * to_lap(struct audio_policy *pol)
55 return reinterpret_cast<struct legacy_audio_policy *>(pol);
58 static inline const struct legacy_audio_policy * to_clap(const struct audio_policy *pol)
60 return reinterpret_cast<const struct legacy_audio_policy *>(pol);
64 static int ap_set_device_connection_state(struct audio_policy *pol,
69 struct legacy_audio_policy *lap = to_lap(pol);
77 const struct audio_policy *pol,
81 const struct legacy_audio_policy *lap = to_clap(pol);
87 static void ap_set_phone_state(struct audio_policy *pol, int state)
89 struct legacy_audio_policy *lap = to_lap(pol);
    [all...]
  /external/kernel-headers/original/linux/
mempolicy.h 79 extern void __mpol_free(struct mempolicy *pol);
80 static inline void mpol_free(struct mempolicy *pol)
82 if (pol)
83 __mpol_free(pol);
86 extern struct mempolicy *__mpol_copy(struct mempolicy *pol);
87 static inline struct mempolicy *mpol_copy(struct mempolicy *pol)
89 if (pol)
90 pol = __mpol_copy(pol);
91 return pol;
    [all...]
  /hardware/libhardware/include/hardware/
audio_policy.h 89 int (*set_device_connection_state)(struct audio_policy *pol,
96 const struct audio_policy *pol,
102 void (*set_phone_state)(struct audio_policy *pol, int state);
105 void (*set_ringer_mode)(struct audio_policy *pol, uint32_t mode,
109 void (*set_force_use)(struct audio_policy *pol,
114 audio_policy_forced_cfg_t (*get_force_use)(const struct audio_policy *pol,
119 void (*set_can_mute_enforced_audible)(struct audio_policy *pol,
123 int (*init_check)(const struct audio_policy *pol);
131 audio_io_handle_t (*get_output)(struct audio_policy *pol,
140 int (*start_output)(struct audio_policy *pol,
    [all...]
  /hardware/libhardware/modules/audio/
audio_policy.c 45 static int ap_set_device_connection_state(struct audio_policy *pol,
54 const struct audio_policy *pol,
61 static void ap_set_phone_state(struct audio_policy *pol, int state)
65 static void ap_set_ringer_mode(struct audio_policy *pol, uint32_t mode,
70 static void ap_set_force_use(struct audio_policy *pol,
78 const struct audio_policy *pol,
86 static void ap_set_can_mute_enforced_audible(struct audio_policy *pol,
91 static int ap_init_check(const struct audio_policy *pol)
96 static audio_io_handle_t ap_get_output(struct audio_policy *pol,
106 static int ap_start_output(struct audio_policy *pol, audio_io_handle_t output
    [all...]
  /external/openssl/crypto/x509v3/
v3_cpols.c 70 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
136 POLICYINFO *pol;
172 pol = policy_section(ctx, polsect, ia5org);
174 if(!pol) goto err;
181 pol = POLICYINFO_new();
182 pol->policyid = pobj;
184 if (!sk_POLICYINFO_push(pols, pol)){
185 POLICYINFO_free(pol);
203 POLICYINFO *pol;
205 if(!(pol = POLICYINFO_new())) goto merr
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.cc 87 em::ChromeDeviceSettingsProto pol;
88 pol.ParseFromString(service->cached_policy().policy_value());
89 if (!pol.has_user_whitelist())
93 pol.user_whitelist().user_whitelist();
400 em::ChromeDeviceSettingsProto pol; local
401 pol.ParseFromString(service_->cached_policy().policy_value());
402 if (!pol.has_user_whitelist())
406 pol.user_whitelist().user_whitelist();
438 em::ChromeDeviceSettingsProto pol; local
439 pol.ParseFromString(to_sign.policy_value())
610 em::ChromeDeviceSettingsProto pol; local
713 em::ChromeDeviceSettingsProto pol; local
    [all...]
signed_settings_unittest.cc 132 em::ChromeDeviceSettingsProto pol; local
133 em::GuestModeEnabledProto* allow = pol.mutable_guest_mode_enabled();
135 pol.mutable_device_proxy_settings()->set_proxy_mode("direct");
138 em::UserWhitelistProto* whitelist_proto = pol.mutable_user_whitelist();
147 to_return.set_policy_value(pol.SerializeAsString());
152 em::ChromeDeviceSettingsProto pol; local
153 pol.ParseFromString(poldata->policy_value());
154 em::AllowNewUsersProto* allow = pol.mutable_allow_new_users();
156 poldata->set_policy_value(pol.SerializeAsString());
162 em::ChromeDeviceSettingsProto pol;
474 em::ChromeDeviceSettingsProto pol; local
    [all...]
ownership_service.h 53 virtual void set_cached_policy(const em::PolicyData& pol);
ownership_service.cc 59 void OwnershipService::set_cached_policy(const em::PolicyData& pol) {
60 policy_.reset(pol.New());
61 policy_->CheckTypeAndMergeFrom(pol);
signed_settings_helper_unittest.cc 91 em::ChromeDeviceSettingsProto pol; local
93 to_return.set_policy_value(pol.SerializeAsString());
  /external/iptables/include/linux/netfilter/
xt_policy.h 64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 53 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member in struct:xt_policy_info
  /external/iptables/extensions/
libxt_policy.c 29 " --pol none|ipsec match policy\n"
45 {.name = "pol", .id = O_POLICY, .type = XTTYPE_STRING},
94 struct xt_policy_elem *e = &info->pol[info->len];
205 e = &info->pol[i];
331 print_entry("", &info->pol[i], numeric, NFPROTO_IPV4);
346 print_entry("", &info->pol[i], numeric, NFPROTO_IPV6);
357 print_entry("--", &info->pol[i], false, NFPROTO_IPV4);
370 print_entry("--", &info->pol[i], false, NFPROTO_IPV6);
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 618 UInt pol, UInt idx,
621 vassert((pol >> 2) == 0);
625 switch (pol) {
626 case 0: intRes2 = intRes1; break; // pol +
627 case 1: intRes2 = ~intRes1; break; // pol -
628 case 2: intRes2 = intRes1; break; // pol m+
629 case 3: intRes2 = intRes1 ^ validL; break; // pol m-
728 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity local
759 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTRM
797 intRes1, zmaskL, zmaskR, validL, pol, idx, isxSTR
    [all...]
  /external/strace/
mem.c 765 int pol; local
768 else if (syserror(tcp) || umove(tcp, tcp->u_arg[0], &pol) < 0)
771 printxval(policies, pol, "MPOL_???");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 391 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
  /external/iproute2/include/linux/
xfrm.h 414 struct xfrm_userpolicy_info pol; member in struct:xfrm_user_polexpire
  /frameworks/base/libs/rs/
rsContext.cpp 340 SchedPolicy pol = SP_FOREGROUND;
342 pol = SP_BACKGROUND;
344 if (!set_sched_policy(mNativeThreadId, pol)) {
  /external/iptables/iptables/
ip6tables.c 475 const char *pol = ip6tc_get_policy(chain, &counters, handle); local
477 if (pol) {
478 printf(" (policy %s", pol);
    [all...]
iptables.c 480 const char *pol = iptc_get_policy(chain, &counters, handle); local
482 if (pol) {
483 printf(" (policy %s", pol);
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 448 xpinfo = &xpexp->pol;
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 572 milliseconds