Searched defs:allowed (Results 1 – 14 of 14) sorted by relevance
/system/hwservicemanager/ |
D | AccessControl.cpp | 100 bool allowed = false; in checkPermission() local 115 bool allowed = false; in checkPermission() local
|
/system/update_engine/ |
D | update_engine_client.cc | 358 bool allowed = FLAGS_update_over_cellular == "yes"; in ProcessFlags() local 372 bool allowed; in ProcessFlags() local
|
/system/apex/apexd/ |
D | apex_shim.cpp | 215 auto allowed = ReadSha512(system_apex_path); in ValidateUpdate() local
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHeadset.aidl | 51 void setAudioRouteAllowed(boolean allowed); in setAudioRouteAllowed()
|
D | IBluetoothHeadsetClient.aidl | 60 void setAudioRouteAllowed(in BluetoothDevice device, boolean allowed); in setAudioRouteAllowed()
|
/system/tools/sysprop/ |
D | Common.cpp | 85 static std::unordered_set<char> allowed{'_', '-', '.'}; in IsCorrectPropertyOrApiName() local
|
/system/security/keystore/ |
D | permissions.cpp | 157 bool allowed = selinux_check_access(use_sid, tctx, selinux_class, str_perm, in keystore_selinux_check_access() local
|
/system/chre/core/ |
D | timer_pool.cc | 161 bool allowed; in isNewTimerAllowedLocked() local
|
/system/update_engine/client_library/ |
D | client_binder.cc | 100 bool BinderUpdateEngineClient::SetUpdateOverCellularPermission(bool allowed) { in SetUpdateOverCellularPermission()
|
D | client_dbus.cc | 105 bool DBusUpdateEngineClient::SetUpdateOverCellularPermission(bool allowed) { in SetUpdateOverCellularPermission()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 116 bool allowed = test == "yes" || test == "no-writes" || test == "no"; in ExtractPartitions() local
|
D | main.cpp | 428 std::set<std::string> allowed{"ext4", "f2fs", "raw"}; in TEST_F() local 432 std::set<std::string> allowed{"ext4", "f2fs", "raw"}; in TEST_F() local
|
/system/tools/aidl/ |
D | aidl_language.cpp | 637 static const std::set<string> allowed{kStableParcelable}; in CheckValid() local
|
/system/chre/platform/slpi/smgr/ |
D | platform_sensor.cc | 1236 bool allowed = false; in isRequestAllowed() local
|