Searched refs:policy (Results 76 - 80 of 80) sorted by relevance

1234

/system/libhwbinder/
H A DIPCThreadState.cpp369 void IPCThreadState::setStrictModePolicy(int32_t policy) argument
371 mStrictModePolicy = policy;
H A DParcel.cpp215 // Get policy and convert it
216 int policy = local->getMinSchedulingPolicy(); local
221 obj.flags |= (policy & 3) << FLAT_BINDER_FLAG_SCHEDPOLICY_SHIFT;
/system/update_engine/
H A DAndroid.mk253 libbrillo-policy \
322 update_manager/policy.cc \
H A Dpayload_state_unittest.cc1230 policy::MockDevicePolicy disable_http_policy;
1234 // Test with no device policy. Should default to allowing http.
1246 // Test with device policy not allowing http updates.
1272 // Now, pretend that the HTTP policy is turned on. We want to make sure
1273 // the new policy is honored.
1274 policy::MockDevicePolicy enable_http_policy;
1281 // hash but because of the policy change which results in candidate url
/system/bt/bta/dm/
H A Dbta_dm_act.cc871 * Description process the link policy changes
879 uint16_t policy = app_id; local
886 APPL_TRACE_DEBUG(" bta_dm_policy_cback cmd:%d, policy:0x%x", status, policy);
890 /* restore the default link policy */
891 p_dev->link_policy |= policy;
897 /* clear the policy from the default link policy */
898 p_dev->link_policy &= (~policy);
901 if (policy
[all...]

Completed in 139 milliseconds

1234