/device/google/cuttlefish/host/libs/allocd/ |
D | alloc_utils.cpp | 35 int status = pclose(fp); in RunExternalCommand() local 57 int status = RunExternalCommand(add_command); in AddTapIface() local 66 int status = RunExternalCommand(link_command); in ShutdownIface() local 76 int status = RunExternalCommand(link_command); in BringUpIface() local 181 int status = RunExternalCommand(command); in AddGateway() local 192 int status = RunExternalCommand(command); in DestroyGateway() local 252 int status = RunExternalCommand(command); in EbtablesBroute() local 269 int status = RunExternalCommand(command); in EbtablesFilter() local 279 int status = RunExternalCommand(command); in LinkTapToBridge() local 305 int status = RunExternalCommand(link_command); in DeleteIface() local [all …]
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | BleConnection.java | 104 void run(BluetoothGattCharacteristic characteristic, int status); in run() 109 void run(BluetoothGattCharacteristic characteristic, int status); in run() 114 void run(BluetoothGattDescriptor descriptor, int status); in run() 348 void onDisconnect(BluetoothGatt gatt, int status); in onDisconnect() 353 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 374 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 388 BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { in onDescriptorWrite() 405 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 422 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead() 446 BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
|
D | Transport.java | 109 protected void onWritten(BluetoothGattCharacteristic gattch, int status) { in onWritten() 114 protected void onRead(BluetoothGattCharacteristic gattch, int status) { in onRead() 118 protected void onResponse(byte status, byte[] bytes) { in onResponse() 123 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() 141 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() 170 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicWrite() 177 BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status) { in onCharacteristicRead()
|
D | TransportManager.java | 245 void onWritten(int status, byte[] bytes) { in onWritten() 249 private void onWrittenImpl(int status, byte[] bytes) { in onWrittenImpl() 267 void onResponse(Transport transport, byte status, byte[] bytes) { in onResponse() 271 private void onResponseImpl(Transport transport, byte status, byte[] bytes) { in onResponseImpl()
|
/device/generic/goldfish/dhcp/client/ |
D | interface.cpp | 98 int status = ::ioctl(mSocketFd, SIOCSIFMTU, &request); in setMtu() local 139 int status = ::sendto(mSocketFd, &request, request.hdr.nlmsg_len, 0, in setAddress() local 183 int status = ::ioctl(mSocketFd, SIOCGIFINDEX, &request); in populateIndex() local 195 int status = ::ioctl(mSocketFd, SIOCGIFHWADDR, &request); in populateMacAddress() local 207 int status = ::ioctl(mSocketFd, SIOCGIFFLAGS, &request); in setInterfaceUp() local
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | GoldfishHevcHelper.cpp | 81 IV_API_CALL_STATUS_T status = in createDecoder() local 105 IV_API_CALL_STATUS_T status = in destroyDecoder() local 124 IV_API_CALL_STATUS_T status = ivdec_api_function( in setNumCores() local 139 IV_API_CALL_STATUS_T status = in resetDecoder() local 164 IV_API_CALL_STATUS_T status = ivdec_api_function( in setParams() local 220 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, ps_decode_ip, ps_decode_op); in decodeHeader() local
|
/device/google/atv/audio_proxy/service/ |
D | WriteThread.cpp | 67 IStreamOut::WriteStatus status; in doWrite() local 110 IStreamOut::WriteStatus status; in doGetPresentationPosition() local 120 IStreamOut::WriteStatus status; in doGetLatency() local 160 IStreamOut::WriteStatus status; in threadLoop() local
|
D | RemoteBusOutputStream.cpp | 37 status_t status = EventFlag::deleteEventFlag(&obj); in deleteEventFlag() local 82 AidlWriteStatus status; in writeRingBuffer() local 125 ndk::ScopedAStatus status = mStream->prepareForWriting( in prepareForWritingImpl() local
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | commands.cpp | 37 void JackInfoCommand::Reply(AudioStatus status, in Reply() 56 void ChmapInfoCommand::Reply(AudioStatus status, in Reply() 81 void StreamInfoCommand::Reply(AudioStatus status, in Reply() 107 void StreamControlCommand::Reply(AudioStatus status) { in Reply()
|
D | commands.h | 30 AudioStatus status() const { return status_; } in status() function 35 void MarkReplied(AudioStatus status) { status_ = status; } in MarkReplied()
|
/device/generic/goldfish-opengl/system/magma/ |
D | magma.cpp | 135 magma_status_t status = context->magma_device_import_enc_(self, placeholder, device_out); in magma_device_import() local 184 magma_status_t status = context->magma_device_query_enc_(self, device, id, &handle, &value); in magma_device_query() local 208 magma_status_t status = context->get_fd_for_buffer(buffer, &fd); in magma_device_query() local 221 magma_status_t status = context->get_fd_for_buffer(buffer, &fd); in magma_buffer_export() local 247 magma_status_t status = context->magma_poll_enc_(self, items, count, 0); in magma_poll() local 282 magma_status_t status = context->magma_connection_create_buffer_enc_( in magma_connection_create_buffer() local
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | GoldfishH264Helper.cpp | 78 IV_API_CALL_STATUS_T status = in createDecoder() local 102 IV_API_CALL_STATUS_T status = in destroyDecoder() local 121 IV_API_CALL_STATUS_T status = ivdec_api_function( in setNumCores() local 136 IV_API_CALL_STATUS_T status = in resetDecoder() local 161 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams() local
|
/device/google/atv/audio_proxy/ |
D | OutputStreamImpl.cpp | 38 status_t status = EventFlag::deleteEventFlag(&obj); in deleteEventFlag() local 112 WriteStatus status; in threadLoop() local 134 status_t status = mWriteThread->join(); in ~OutputStreamImpl() local 199 status_t status = in prepareForWriting() local
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | QemuPipeStreamFuchsia.cpp | 63 zx_status_t status = zx_vmar_unmap(zx_vmar_root_self(), in ~QemuPipeStream() local 112 zx_status_t status = zx::event::create(0, &event); in connect() local 163 zx_status_t status; in allocBuffer() local 319 zx_status_t status = m_event.wait_one( in commitBufferAndReadFully() local
|
/device/google/cuttlefish/host/commands/cvd/server_command/ |
D | fleet.cpp | 107 auto status = CF_EXPECT(CvdFleetHelp(out)); in HandleCvdFleet() local 110 auto status = CF_EXPECT(instance_manager_.CvdFleet(uid, out, err, cmd_args)); in HandleCvdFleet() local 133 cvd::Status status; in CvdFleetHelp() local
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
D | BluetoothPairer.java | 70 private int status = STATUS_INIT; field in BluetoothPairer 73 void onStatusChanged(BluetoothDevice device, int status); in onStatusChanged() 327 private void updateStatus(int status) { in updateStatus() 350 private void doCancel(int status) { in doCancel()
|
D | BluetoothPairingService.java | 59 void updateDevice(BluetoothDevice device, int status); in updateDevice() 63 void updatePairingStatus(BluetoothDevice device, int status); in updatePairingStatus() 192 public void onStatusChanged(BluetoothDevice device, int status) { in onStatusChanged()
|
D | BluetoothScannerActivity.java | 143 public void updateDevice(BluetoothDevice device, int status) { in updateDevice() 150 public void updatePairingStatus(BluetoothDevice device, int status) { in updatePairingStatus()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_camera_device_session_3_4.cpp | 56 Status status = metadata.isValid() ? Status::OK : Status::ILLEGAL_ARGUMENT; in constructDefaultRequestSettings() local 86 Status status = configureStreams(streams, &out_v33); in configureStreams() local 100 Status status = configureStreams(streams, &out_v33); in configureStreams_3_3() local 121 Status status = configureStreams(config_v32, &out_v33); in configureStreams_3_4() local 197 Status status = isStreamConfigurationSupported(config); in configureStreams() local 560 auto status = callback_->processCaptureResult(results); in processRequestLoop() local
|
/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_server.cpp | 70 bool WriteCommonHttpHeaders(int status, const char* mime_type, in WriteCommonHttpHeaders() 294 auto status = dyn_handlers_[wsi]->DoGet(); in DynServerCallback() local 309 auto status = HttpStatusCode::NoContent; in DynServerCallback() local 337 auto status = handler->DoPost(); in DynServerCallback() local
|
/device/generic/goldfish/dhcp/common/ |
D | socket.cpp | 91 int status = ::bind(mSocketFd, in bind() local 159 ssize_t status = ::sendmsg(mSocketFd, &header, 0); in sendOnInterface() local 305 int status = ::setsockopt(mSocketFd, in enableOption() local
|
/device/generic/vulkan-cereal/fake-android-guest/sync/ |
D | ndk_sync.h | 45 int32_t status; member 51 int32_t status; member
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | netlink.cpp | 59 int status = ::pipe2(mControlPipe, O_CLOEXEC); in init() local 106 int status = ::poll(fds, 2, -1); in eventLoop() local
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | atomicBitset.c | 46 uint32_t idx = num / 32, mask = 1UL << (num & 31), status, tmp; in atomicBitsetClearBit() local 66 uint32_t idx = num / 32, mask = 1UL << (num & 31), status, tmp; in atomicBitsetSetBit() local
|
/device/google/cuttlefish/host/libs/graphics_detector/ |
D | gles.cpp | 145 GLint status; in CreateShader() local 185 GLint status; in CreateProgram() local
|