/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmDisplay.cpp | 56 okay &= request->Set(connector->getId(), connector->getCrtcProperty(), crtc->getId()); in create() 57 okay &= request->Set(crtc->getId(), crtc->getActiveProperty(), 1); in create() 58 okay &= request->Set(crtc->getId(), crtc->getModeProperty(), in create() 84 request->Set(mCrtc->getId(), mCrtc->getOutFenceProperty(), addressAsUint(&flushFenceFd)); in flush() 85 okay &= request->Set(mPlane->getId(), mPlane->getCrtcProperty(), mCrtc->getId()); in flush() 87 okay &= request->Set(mPlane->getId(), mPlane->getInFenceProperty(), in flush() 90 okay &= request->Set(mPlane->getId(), mPlane->getFbProperty(), *buffer->mDrmFramebuffer); in flush() 91 okay &= request->Set(mPlane->getId(), mPlane->getCrtcXProperty(), 0); in flush() 92 okay &= request->Set(mPlane->getId(), mPlane->getCrtcYProperty(), 0); in flush() 93 okay &= request->Set(mPlane->getId(), mPlane->getCrtcWProperty(), buffer->mWidth); in flush() [all …]
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | ConnectedDevicesPreferenceFragment.java | 53 import java.util.Set; 82 private static final Set<String> NON_BT_PREFERENCES = 148 private static Set<String> setComplement(Set<String> a, Set<String> b) { in setComplement() 149 Set<String> c = new HashSet<>(); in setComplement() 159 private static Set<String> getBtDevices(PreferenceCategory category) { in getBtDevices() 161 Set<String> oldDevices = new HashSet<>(); in getBtDevices() 242 Set<String> oldDevices = getBtDevices(category); in updateBtDevices() 243 Set<String> currentDevices = new HashSet<>(); in updateBtDevices() 254 final Set<String> lostDevices = setComplement(oldDevices, currentDevices); in updateBtDevices() 255 final Set<String> newDevices = setComplement(currentDevices, oldDevices); in updateBtDevices() [all …]
|
D | ConnectedDevicesSliceProvider.java | 97 import java.util.Set; 312 Set<String> activeAccessories = new HashSet<>(); in updateConnectedDevicesSlice() 313 Set<String> inactiveAccessories = new HashSet<>(); in updateConnectedDevicesSlice() 314 Set<String> bondedAccessories = new HashSet<>(); in updateConnectedDevicesSlice() 320 Set<String> activeOfficialRemotes = new HashSet<>(); in updateConnectedDevicesSlice() 321 Set<String> inactiveOfficialRemotes = new HashSet<>(); in updateConnectedDevicesSlice() 749 Set<String> addresses, in createAndAddBtDeviceSlicePreferenceFromSet()
|
/device/google/cuttlefish/common/libs/utils/ |
D | collect.h | 30 template <typename T, typename Set, typename Container> 31 Set Collect(const Container& container, in Collect() 33 Set output; in Collect() 46 template <typename T, typename Set, typename Containers> 47 Set Flatten(const Containers& containers) { in Flatten() 48 Set output; in Flatten()
|
D | shared_fd_flag.cpp | 34 static Result<void> Set(const FlagMatch& match, SharedFD& out) { in Set() function 47 return Flag().Setter([&](const FlagMatch& mat) { return Set(mat, out); }); in SharedFDFlag() 51 [&out](const FlagMatch& mat) { return Set(mat, out); }); in SharedFDFlag()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
D | LaunchItemsManager.java | 58 import java.util.Set; 73 private Set<LaunchItem> mAppItems = new ArraySet<>(); 74 private Set<LaunchItem> mGameItems = new ArraySet<>(); 75 private Set<LaunchItem> mSettingsItems = new ArraySet<>(); 198 final Set<LaunchItem> appItems = new ArraySet<>(infos.size()); in updateAppList() 221 final Set<LaunchItem> gameItems = new ArraySet<>(infos.size()); in updateGamesList() 247 final Set<LaunchItem> settingsItems = new ArraySet<>(settingsInfos.size()); in updateSettingsList() 324 public Set<LaunchItem> getAppItems() { in getAppItems() 332 public Set<LaunchItem> getGameItems() { in getGameItems() 340 public Set<LaunchItem> getSettingsItems() { in getSettingsItems()
|
D | AppFragment.java | 59 import java.util.Set; 171 private void updateList(Set<LaunchItem> newItems) { in updateList() 311 private class ItemLoaderCallbacks implements LoaderManager.LoaderCallbacks<Set<LaunchItem>> { 313 public Loader<Set<LaunchItem>> onCreateLoader(int id, Bundle args) { in onCreateLoader() 318 public void onLoadFinished(Loader<Set<LaunchItem>> loader, Set<LaunchItem> data) { in onLoadFinished() 323 public void onLoaderReset(Loader<Set<LaunchItem>> loader) {} in onLoaderReset() 326 private static class ItemLoader extends LauncherAsyncTaskLoader<Set<LaunchItem>> { 402 public Set<LaunchItem> loadInBackground() { in loadInBackground()
|
/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/ |
D | OffloadWriter.java | 19 import java.util.Set; 132 Set<Integer> offloaded = new HashSet<>(); in writeOffloadData() 147 Collection<Integer> deleteOffloadData(Set<Integer> offloadKeys) { in deleteOffloadData() 148 Set<Integer> deleted = new HashSet<>(); in deleteOffloadData() 176 Set<String> added = new HashSet<>(); in writePassthroughData() 191 Set<String> deleted = new HashSet<>(); in deletePassthroughData()
|
D | InterfaceOffloadManager.java | 13 import java.util.Set; 23 private final Set<Integer> mCurrentOffloadKeys = new HashSet<>(); 24 private final Set<String> mCurrentPassthroughQNames = new HashSet<>();
|
D | OffloadIntentStore.java | 16 import java.util.Set; 43 private final Set<Integer> mAppIdAllowlist = new HashSet<>(); 50 void setAppIdAllowlist(Set<Integer> appIds) { in setAppIdAllowlist()
|
/device/google/coral/ |
D | WCNSS_qcom_cfg.ini | 62 # Set txchainmask and rxchainmask 65 # Set gSetTxChainmask1x1=1 or gSetRxChainmask1x1=1 to select chain0. 66 # Set gSetTxChainmask1x1=2 or gSetRxChainmask1x1=2 to select chain1. 324 # Set probe request rate 351 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC. 362 # Bit 0: Enable/Disable the BTM offload. Set this to 1 will enable and 0 will disable BTM offload. 375 # BIT 6: Set this to 1 will send BTM query frame and 0 not sent. 382 # Set external ACS Policy to Mandatory 385 # Set Modulated Dtim 391 # Set MaxLIModulate Dtim [all …]
|
/device/google/sunfish/ |
D | WCNSS_qcom_cfg.ini | 62 # Set txchainmask and rxchainmask 65 # Set gSetTxChainmask1x1=1 or gSetRxChainmask1x1=1 to select chain0. 66 # Set gSetTxChainmask1x1=2 or gSetRxChainmask1x1=2 to select chain1. 324 # Set probe request rate 351 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC. 362 # Bit 0: Enable/Disable the BTM offload. Set this to 1 will enable and 0 will disable BTM offload. 375 # BIT 6: Set this to 1 will send BTM query frame and 0 not sent. 382 # Set external ACS Policy to Mandatory 385 # Set Modulated Dtim 391 # Set MaxLIModulate Dtim [all …]
|
/device/google/redbull/ |
D | WCNSS_qcom_cfg.ini | 63 # Set txchainmask and rxchainmask 66 # Set gSetTxChainmask1x1=1 or gSetRxChainmask1x1=1 to select chain0. 67 # Set gSetTxChainmask1x1=2 or gSetRxChainmask1x1=2 to select chain1. 334 # Set probe request rate 364 # Set channel selection logic for different concurrency combinations to DBS or inter band MCC. 375 # Bit 0: Enable/Disable the BTM offload. Set this to 1 will enable and 0 will disable BTM offload. 388 # BIT 6: Set this to 1 will send BTM query frame and 0 not sent. 398 # Set external ACS Policy to Mandatory 401 # Set Modulated Dtim 407 # Set MaxLIModulate Dtim [all …]
|
/device/google/cuttlefish/build/ |
D | README.md | 9 * Set the Soong config variable `custom_action_config` in the `cvd` namespace 38 * Set the Soong config variable `custom_style` in the `cvd` namespace 52 # Set these variables exactly as shown here to enable the host package to see 57 # Set this value to the name of your JSON module.
|
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | TestHelpers.java | 12 import java.util.Set; 119 "placeholder", Set.of(exemptPackages), 0, Set.of()); in makeLowPowerStandbyPolicy()
|
/device/google/cuttlefish/shared/tv/ |
D | product.prop | 1 # Set the Bluetooth Class of Device 6 # MINOR_CLASS: 0x24 -> 36 (Set-top box) 9 # Set supported Bluetooth profiles to enabled
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | DfuProvider.java | 37 import java.util.Set; 123 private final Set<String> MD5s; 124 private final Set<Version> mManualReconnectionVersions; 141 public Set<Version> getManualReconnectionVersions() { in getManualReconnectionVersions()
|
/device/linaro/hikey/ |
D | product.prop | 4 # Set the Bluetooth Class of Device 14 # Set supported Bluetooth profiles to enabled 39 # Set BLE vendor specific extensions support to false
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 262 read_set.Set(server_); in MonitorLoop() 263 read_set.Set(read_pipe_); in MonitorLoop() 266 read_set.Set(client->client_read_fd_); in MonitorLoop() 271 read_set.Set(client->client_read_fd_); in MonitorLoop()
|
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | SQLiteContentProvider.java | 32 import java.util.Set; 42 private Set<Uri> mChangedUris; 235 Set<Uri> changed; in onEndTransaction()
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 159 read_set.Set(console_out_); in ReadLoop() 160 read_set.Set(client_fd); in ReadLoop() 163 error_set.Set(client_fd); in ReadLoop()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | worker_thread_loop_body.cpp | 28 readable_fds.Set(read_fd); in WorkerInnerLoop() 29 readable_fds.Set(snapshot_socket); in WorkerInnerLoop()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | bluetooth_handler.cpp | 52 read_set_.Set(shutdown_); in ReadLoop() 53 read_set_.Set(rootcanal_socket_); in ReadLoop()
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | controls.js | 31 Set: enabled => { method 42 toggle.Set(initialState); 51 nextPr.then(enabled => toggle.Set(enabled));
|
/device/google/cuttlefish/shared/phone/ |
D | product.prop | 1 # Set the Bluetooth Class of Device 11 # Set supported Bluetooth profiles to enabled
|