Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/device/google/cuttlefish/host/libs/allocd/
Dalloc_utils.cpp20 int status = pclose(fp); in RunExternalCommand() local
42 int status = RunExternalCommand(add_command); in AddTapIface() local
51 int status = RunExternalCommand(link_command); in ShutdownIface() local
61 int status = RunExternalCommand(link_command); in BringUpIface() local
166 int status = RunExternalCommand(command); in AddGateway() local
177 int status = RunExternalCommand(command); in DestroyGateway() local
237 int status = RunExternalCommand(command); in EbtablesBroute() local
254 int status = RunExternalCommand(command); in EbtablesFilter() local
264 int status = RunExternalCommand(command); in LinkTapToBridge() local
290 int status = RunExternalCommand(link_command); in DeleteIface() local
[all …]
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java104 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()
DTransport.java109 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()
DTransportManager.java245 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/
Dinterface.cpp98 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/avcdec/
DGoldfishH264Helper.cpp79 IV_API_CALL_STATUS_T status = in createDecoder() local
103 IV_API_CALL_STATUS_T status = in destroyDecoder() local
122 IV_API_CALL_STATUS_T status = ivdec_api_function( in setNumCores() local
137 IV_API_CALL_STATUS_T status = in resetDecoder() local
162 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, in setParams() local
214 IV_API_CALL_STATUS_T status = ivdec_api_function(mDecHandle, ps_decode_ip, ps_decode_op); in decodeHeader() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DGoldfishHevcHelper.cpp81 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/
DWriteThread.cpp67 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
DRemoteBusOutputStream.cpp37 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/
Dcommands.cpp37 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()
Dcommands.h30 AudioStatus status() const { return status_; } in status() function
35 void MarkReplied(AudioStatus status) { status_ = status; } in MarkReplied()
/device/google/atv/audio_proxy/
DOutputStreamImpl.cpp39 status_t status = EventFlag::deleteEventFlag(&obj); in deleteEventFlag() local
113 WriteStatus status; in threadLoop() local
135 status_t status = mWriteThread->join(); in ~OutputStreamImpl() local
200 status_t status = in prepareForWriting() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DQemuPipeStreamFuchsia.cpp63 zx_status_t status = zx_vmar_unmap(zx_vmar_root_self(), in ~QemuPipeStream() local
99 zx_status_t status = zx::event::create(0, &event); in connect() local
150 zx_status_t status; in allocBuffer() local
306 zx_status_t status = m_event.wait_one( in commitBufferAndReadFully() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothPairer.java70 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()
DBluetoothPairingService.java59 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()
DBluetoothScannerActivity.java143 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/
Dvsock_camera_device_session_3_4.cpp56 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
559 auto status = callback_->processCaptureResult(results); in processRequestLoop() local
/device/generic/vulkan-cereal/host-common/
DMediaH264DecoderVideoToolBox.cpp68 OSStatus status, in videoToolboxDecompressCallback()
138 OSStatus status; in createSampleBuffer() local
205 OSStatus status = CMVideoFormatDescriptionCreateFromH264ParameterSets( in createCMFormatDescription() local
453 OSStatus status; in handleIDRFrame() local
581 OSStatus status = noErr; in getImage() local
653 OSStatus status; in recreateDecompressionSession() local
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp70 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/
Dsocket.cpp91 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/
Dndk_sync.h45 int32_t status; member
51 int32_t status; member
/device/google/cuttlefish/host/commands/cvd/
Dinstance_manager.cpp121 cvd::Status status; in CvdFleet() local
129 cvd::Status status; in CvdClear() local
/device/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp59 int status = ::pipe2(mControlPipe, O_CLOEXEC); in init() local
106 int status = ::poll(fds, 2, -1); in eventLoop() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DParallelShaderCompileTest.cpp68 GLint status; in isLinkCompleted() local
203 GLint status; in isCompileCompleted() local
277 GLint status; in isCompileCompleted() local
/device/google/contexthub/firmware/os/cpu/cortexm4/
DatomicBitset.c46 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

12345678910>>...15