/device/google/marlin/sepolicy/ |
D | move-widevine-data-sh.te | 1 type move-widevine-data-sh, domain, coredomain; 2 type move-widevine-data-sh_exec, system_file_type, exec_type, file_type; 3 init_daemon_domain(move-widevine-data-sh); 5 typeattribute move-widevine-data-sh data_between_core_and_vendor_violators; 7 allow move-widevine-data-sh shell_exec:file rx_file_perms; 8 allow move-widevine-data-sh toolbox_exec:file rx_file_perms; 10 allow move-widevine-data-sh file_contexts_file:file { read getattr open }; 12 allow move-widevine-data-sh media_data_file:file { getattr setattr relabelfrom }; 13 allow move-widevine-data-sh media_data_file:dir { reparent rename rmdir setattr rw_dir_perms relab… 15 allow move-widevine-data-sh mediadrm_vendor_data_file:dir { create_dir_perms relabelto }; [all …]
|
/device/google/wahoo/sepolicy/vendor/ |
D | move-widevine-data-sh.te | 1 type move-widevine-data-sh, domain, coredomain; 2 type move-widevine-data-sh_exec, system_file_type, exec_type, file_type; 3 init_daemon_domain(move-widevine-data-sh); 5 typeattribute move-widevine-data-sh data_between_core_and_vendor_violators; 7 allow move-widevine-data-sh shell_exec:file rx_file_perms; 8 allow move-widevine-data-sh toolbox_exec:file rx_file_perms; 10 allow move-widevine-data-sh file_contexts_file:file { read getattr open }; 12 allow move-widevine-data-sh media_data_file:file { getattr setattr relabelfrom }; 13 allow move-widevine-data-sh media_data_file:dir { reparent rename rmdir setattr rw_dir_perms relab… 15 allow move-widevine-data-sh mediadrm_vendor_data_file:dir { create_dir_perms relabelto }; [all …]
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/ |
D | usb_cmd_control_transfer.cpp | 25 : data_(std::move(data)), callback_(std::move(callback)) { in USBCmdControlTransfer() 58 callback_(false, std::move(data_)); in OnResponse() 66 callback_(false, std::move(data_)); in OnResponse() 74 callback_(false, std::move(data_)); in OnResponse() 80 callback_(true, std::move(data_)); in OnResponse()
|
D | virtual_adb_client.cpp | 78 std::move(data), std::move(callback)); in RegisterDevice() 87 deadline, std::move(data), in RegisterDevice() 88 std::move(callback)); in RegisterDevice() 92 std::move(d)); in RegisterDevice() 111 bus_id, dev_id, r.type, r.cmd, r.value, r.index, timeout, std::move(data), in HandleDeviceControlRequest() 112 std::move(callback)))); in HandleDeviceControlRequest() 121 deadline, std::move(data), std::move(callback)))); in HandleDeviceDataRequest() 170 auto command = std::move(iter->second); in HandleHeartbeatTimeout() 189 commands_[this_tag] = std::move(cmd); in ExecuteCommand() 226 auto command = std::move(iter->second); in AfterSelect()
|
D | usb_cmd_data_transfer.cpp | 25 : data_(std::move(data)), callback_(std::move(callback)) { in USBCmdDataTransfer() 53 callback_(false, std::move(data_)); in OnResponse() 61 callback_(false, std::move(data_)); in OnResponse() 85 callback_(true, std::move(data_)); in OnResponse()
|
/device/google/wahoo/vibrator/ |
D | service.cpp | 192 sp<IVibrator> vibrator = new Vibrator(std::move(activate), std::move(duration), in registerVibratorService() 193 std::move(state), std::move(rtpinput), std::move(mode), in registerVibratorService() 194 std::move(sequencer), std::move(scale), std::move(ctrlloop), std::move(lptrigger)); in registerVibratorService()
|
D | Vibrator.cpp | 71 mActivate(std::move(activate)), in Vibrator() 72 mDuration(std::move(duration)), in Vibrator() 73 mState(std::move(state)), in Vibrator() 74 mRtpInput(std::move(rtpinput)), in Vibrator() 75 mMode(std::move(mode)), in Vibrator() 76 mSequencer(std::move(sequencer)), in Vibrator() 77 mScale(std::move(scale)), in Vibrator() 78 mCtrlLoop(std::move(ctrlloop)), in Vibrator() 79 mLpTriggerEffect(std::move(lptrigger)) { in Vibrator()
|
/device/google/cuttlefish_common/host/frontend/vnc_server/ |
D | vnc_server.cpp | 41 StartClient(std::move(connection)); in MainLoop() 46 std::thread t(&VncServer::StartClientThread, this, std::move(sock)); in StartClient() 56 VncClientConnection client(std::move(sock), virtual_inputs_, &bb_, in StartClientThread()
|
/device/google/cuttlefish_common/guest/commands/usbforward/ |
D | transport_request.cpp | 26 : handle_{std::move(handle)}, in TransportRequest() 27 callback_{std::move(callback)}, 48 : handle_{std::move(handle)}, in TransportRequest() 49 callback_{std::move(callback)},
|
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/ |
D | main.cpp | 57 explicit SocketSender(cvd::SharedFD socket) : socket_{std::move(socket)} {} in SocketSender() 96 explicit SocketReceiver(cvd::SharedFD socket) : socket_{std::move(socket)} {} in SocketReceiver() 150 std::thread(SocketToShm, SocketReceiver{socket}, std::move(shm_sender_and_receiver.first)); in HandleConnection() 151 ShmToSocket(SocketSender{socket}, std::move(shm_sender_and_receiver.second)); in HandleConnection() 205 HandleConnection(view.EstablishConnection(guest_port), std::move(socket)); in host_thread() 219 conn->socket = std::move(socket); in TryAllocateConnection() 267 AllocateWorkers(std::move(client_socket), socket_connection_info, in host_impl() 281 std::thread(host_thread, std::move(shm_connection_view), &*conn_info_iter) in host() 320 HandleConnection(std::move(shm_sender_and_receiver), OpenSocketConnection(view.port())); in guest_thread() 329 std::thread(guest_thread, std::move(shm_connection_view)).detach(); in guest()
|
/device/google/crosshatch/vibrator/ |
D | impl.cpp | 146 return new Vibrator(std::move(activate), std::move(duration), std::move(effect), in makeVibratorService() 147 std::move(queue), std::move(scale)); in makeVibratorService()
|
D | Vibrator.cpp | 105 mActivate(std::move(activate)), in Vibrator() 106 mDuration(std::move(duration)), in Vibrator() 107 mEffectIndex(std::move(effect)), in Vibrator() 108 mEffectQueue(std::move(queue)), in Vibrator() 109 mScale(std::move(scale)) in Vibrator()
|
/device/google/cuttlefish_common/common/libs/thread_safe_queue/ |
D | thread_safe_queue.h | 41 max_elements_handler_{std::move(max_elements_handler)} {} 48 auto t = std::move(items_.front()); in Pop() 56 items_.push_back(std::move(t)); in Push()
|
/device/google/cuttlefish_common/host/commands/launch/ |
D | launch.cc | 176 process_monitor->StartSubprocess(std::move(cmd), in LaunchLogcatReceiverIfEnabled() 195 process_monitor->StartSubprocess(std::move(usb_server), in LaunchUsbServerIfEnabled() 244 process_monitor->StartSubprocess(std::move(vnc_server), callback); in LaunchVNCServerIfEnabled() 255 process_monitor->StartSubprocess(std::move(stream_audio), callback); in LaunchStreamAudioIfEnabled() 276 process_monitor->StartSubprocess(std::move(adb_connector), in LaunchAdbConnectorIfEnabled() 287 process_monitor->StartSubprocess(std::move(adb_tunnel), in LaunchSocketForwardProxyIfEnabled() 301 process_monitor->StartSubprocess(std::move(adb_tunnel), in LaunchSocketVsockProxyIfEnabled() 311 process_monitor->StartSubprocess(std::move(adb_tunnel), in LaunchSocketVsockProxyIfEnabled()
|
D | process_monitor.cc | 72 MonitorExistingSubprocess(std::move(cmd), std::move(proc), callback); in StartSubprocess() 81 entry.cmd.reset(new Command(std::move(cmd))); in MonitorExistingSubprocess() 82 entry.proc.reset(new Subprocess(std::move(proc))); in MonitorExistingSubprocess()
|
/device/google/marlin/vibrator/ |
D | service.cpp | 50 sp<IVibrator> vibrator = new Vibrator(std::move(enable), std::move(amplitude)); in registerVibratorService()
|
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 163 auto thread = std::thread(HandleConnection, std::move(vsock_socket), in host() 164 std::move(client_socket)); in host() 212 auto thread = std::thread(HandleConnection, std::move(vsock_client), in guest() 213 std::move(client)); in guest()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | RShiftU64.c | 51 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched in RShiftU64() 52 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later. in RShiftU64()
|
D | LShiftU64.c | 54 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched in LShiftU64() 55 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later. in LShiftU64()
|
D | LShiftU64.asm | 58 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched 59 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
|
D | RShiftU64.S | 58 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched 59 # For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
|
D | RShiftU64.asm | 56 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched 57 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
|
D | LShiftU64.S | 60 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched 61 # For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | Optional.h | 199 new (&get()) T(std::move(other.get())); in Optional() 219 new (&get()) T(std::move(other.get())); in Optional() 226 Optional(T&& value) : base_flag(true) { new (&get()) T(std::move(value)); } in Optional() 270 get() = std::move(other.get()); 277 new (&get()) T(std::move(other.get())); 314 get() = std::move(other.get()); 321 new (&get()) T(std::move(other.get())); 377 return this->constructed() ? get() : std::move(defaultValue); in valueOr()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | QemuPipeStreamFuchsia.cpp | 126 m_channel = std::move(channel); in connect() 127 m_event = std::move(event); in connect() 128 m_vmo = std::move(vmo); in connect() 178 m_vmo = std::move(vmo); in allocBuffer()
|