Searched defs:allowed (Results 1 – 13 of 13) sorted by relevance
/system/libziparchive/incfs_support/ |
D | signal_handling.cpp | 26 sigset_t allowed; in enableSignal() local
|
/system/hwservicemanager/ |
D | AccessControl.cpp | 100 bool allowed = false; in checkPermission() local 115 bool allowed = false; in checkPermission() local
|
/system/update_engine/cros/ |
D | update_engine_client.cc | 321 bool allowed = FLAGS_update_over_cellular == "yes"; in ProcessFlags() local 335 bool allowed; in ProcessFlags() local
|
/system/tools/sysprop/ |
D | Common.cpp | 96 std::unordered_set<char> allowed{'_', '-', '.'}; in IsCorrectPropertyName() local 104 static std::unordered_set<char> allowed{'_', '-'}; in IsCorrectApiName() local
|
/system/chre/host/common/ |
D | st_hal_lpma_handler.cc | 53 StHalLpmaHandler::StHalLpmaHandler(bool allowed) : mIsLpmaAllowed(allowed) { in StHalLpmaHandler()
|
/system/apex/apexd/ |
D | apex_shim.cpp | 170 auto allowed = GetAllowedHashes(system_apex_path); in ValidateUpdate() local
|
/system/chre/core/ |
D | timer_pool.cc | 163 bool allowed; in isNewTimerAllowedLocked() local
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 116 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 | 423 std::set<std::string> allowed{"ext4", "f2fs", "raw"}; in TEST_F() local 427 std::set<std::string> allowed{"ext4", "f2fs", "raw"}; in TEST_F() local
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHeadsetClient.aidl | 85 …void setAudioRouteAllowed(in BluetoothDevice device, boolean allowed, in AttributionSource attribu… in setAudioRouteAllowed()
|
D | IBluetoothHeadset.aidl | 78 void setAudioRouteAllowed(boolean allowed, in AttributionSource attributionSource); in setAudioRouteAllowed()
|
/system/tools/aidl/ |
D | aidl_language.cpp | 579 const size_t allowed = parameterizable->GetTypeParameters().size(); in CheckValid() local
|