/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 90 std::string title; member 312 const std::string& title, in AddCustomControlPanelButton() argument 315 .command = command, .title = title, .icon_name = icon_name}; in AddCustomControlPanelButton() 320 const std::string& command, const std::string& title, in AddCustomControlPanelButtonWithShellCommand() argument 323 .command = command, .title = title, .icon_name = icon_name}; in AddCustomControlPanelButtonWithShellCommand() 329 const std::string& command, const std::string& title, in AddCustomControlPanelButtonWithDeviceStates() argument 333 .command = command, .title = title, .icon_name = icon_name}; in AddCustomControlPanelButtonWithDeviceStates() 411 button_entry[kControlPanelButtonTitle] = button.title; in OnOpen()
|
D | streamer.h | 98 const std::string& title, 101 const std::string& command, const std::string& title, 104 const std::string& command, const std::string& title,
|
/device/google/gs-common/insmod/ |
D | pixel_dump.cpp | 23 void dumpFileContent(const char* title, const char* file_path) { in dumpFileContent() argument 25 printf("------ %s (%s) ------\n", title, file_path); in dumpFileContent() 35 void runCommand(const char* title, const char* cmd) { in runCommand() argument 36 printf("------ %s (%s)------\n", title, cmd); in runCommand()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
D | TvNotification.java | 62 public TvNotification(String key, String packageName, String title, String text, in TvNotification() argument 68 mTitle = title; in TvNotification() 148 String title = cursor.getString(index++); in fromCursor() local 165 return new TvNotification(key, packageName, title, text, dismissible, ongoing, in fromCursor()
|
/device/google/gs-common/insmod/include/dump/ |
D | pixel_dump.h | 9 void dumpFileContent(const char* title, const char* file_path); 10 void runCommand(const char* title, const char* cmd);
|
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/ |
D | VulkanHppGenerator.hpp | 429 …std::string addTitleAndProtection( std::string const & title, std::string const & strIf, std::stri… 433 std::string const & title, 440 std::string const & title, 520 …ta> const & requireData, std::set<std::string> & listedBitmasks, std::string const & title ) const; 560 …ta> const & requireData, std::set<std::string> & listedCommands, std::string const & title ) const; 691 std::string const & title ) const; 694 …eData> const & requireData, std::set<std::string> & listedEnums, std::string const & title ) const; 696 …eData> const & requireData, std::set<std::string> & listedEnums, std::string const & title ) const; 709 …dleHashStructures( std::vector<RequireData> const & requireData, std::string const & title ) const; 728 …ta> const & requireData, std::set<std::string> & listedCommands, std::string const & title ) const; [all …]
|
D | VulkanHppGenerator.cpp | 615 std::string VulkanHppGenerator::addTitleAndProtection( std::string const & title, std::string const… in addTitleAndProtection() argument 620 auto [enter, leave] = generateProtection( getProtectFromTitle( title ) ); in addTitleAndProtection() 621 str = "\n" + enter + " //=== " + title + " ===\n" + strIf; in addTitleAndProtection() 646 … std::string const & title, in appendDispatchLoaderDynamicCommands() argument 679 auto [enter, leave] = generateProtection( getProtectFromTitle( title ) ); in appendDispatchLoaderDynamicCommands() 680 std::string header = "\n" + enter + " //=== " + title + " ===\n"; in appendDispatchLoaderDynamicCommands() 706 std::string const & title, in appendRAIIDispatcherCommands() argument 765 contextInitializers += addTitleAndProtection( title, ci ); in appendRAIIDispatcherCommands() 766 contextMembers += addTitleAndProtection( title, cm ); in appendRAIIDispatcherCommands() 767 deviceAssignments += addTitleAndProtection( title, da ); in appendRAIIDispatcherCommands() [all …]
|
/device/google/gs-common/ramdump/ |
D | dump_ramdump.cpp | 29 void dumpGzippedFileInBase64(const char* title, const char* file_path) { in dumpGzippedFileInBase64() argument 31 printf("------ %s, %s\n", title, cmd.c_str()); in dumpGzippedFileInBase64()
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | controls.js | 213 title, icon_name, listener, parent_id = 'control-panel-default-buttons') { argument 216 button.title = title;
|
D | app.js | 285 button.title, button.icon_name, 292 button.title, button.icon_name, 305 button.title, button.icon_name, 1103 document.title = deviceId;
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | main.cpp | 319 button.command, button.title, button.icon_name, in main() 340 streamer->AddCustomControlPanelButton(button.command, button.title, in main() 356 button.command, button.title, button.icon_name, in main()
|
/device/google/cuttlefish/host/libs/config/ |
D | custom_actions.cpp | 121 custom_action.button.title; in ToJson() 135 button_entry[kCustomActionButtonTitle] = button.title; in ToJson() 162 custom_action.button.title; in ToJson()
|
D | custom_actions.h | 31 std::string title; member
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | ResponseFragment.java | 174 .title(getString(choice)) in onCreateActions() 184 .title(existingName) in onCreateActions()
|
D | ConnectedDevicesPreferenceFragment.java | 136 String key, int title, boolean defaultShow) { in findOrCreateCategory() argument 141 category.setTitle(title); in findOrCreateCategory()
|
/device/google/cuttlefish/host/libs/wayland/ |
D | wayland_shell.cpp | 108 const char* title) { in xdg_toplevel_set_title() argument 111 << " title=" << title; in xdg_toplevel_set_title()
|
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request_test.cpp | 38 void Dump(MatchResultListener* result_listener, const char* title, in Dump() argument 41 *result_listener << title; in Dump()
|
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
D | index.js | 73 li.title = 'Connect to ' + devId;
|
/device/google/barbet/self-extractors/google_devices/ |
D | LICENSE | 55 a. Retention of Rights. The entire right, title and interest in the 108 f. Licensor shall retain all title, ownership and Intellectual
|
/device/google/pantah/self-extractors_panther/google_devices/ |
D | LICENSE | 55 a. Retention of Rights. The entire right, title and interest in the 108 f. Licensor shall retain all title, ownership and Intellectual
|
/device/google/shusky/self-extractors_husky/google_devices/ |
D | LICENSE | 55 a. Retention of Rights. The entire right, title and interest in the 108 f. Licensor shall retain all title, ownership and Intellectual
|
/device/google/pantah/self-extractors_cheetah/google_devices/ |
D | LICENSE | 55 a. Retention of Rights. The entire right, title and interest in the 108 f. Licensor shall retain all title, ownership and Intellectual
|
/device/google/barbet/self-extractors/qcom/ |
D | LICENSE | 55 a. Retention of Rights. The entire right, title and interest in the 108 f. Licensor shall retain all title, ownership and Intellectual
|
/device/google/coral/self-extractors_flame/google_devices/ |
D | LICENSE | 55 a. Retention of Rights. The entire right, title and interest in the 108 f. Licensor shall retain all title, ownership and Intellectual
|
/device/google/raviole/self-extractors_raven/google_devices/ |
D | LICENSE | 55 a. Retention of Rights. The entire right, title and interest in the 108 f. Licensor shall retain all title, ownership and Intellectual
|