/hardware/google/gfxstream/guest/GoldfishAddressSpace/ |
D | AddressSpaceStream.cpp | 255 size_t sent = 0; in writeFully() local 261 while (sent < size) { in writeFully() 262 size_t remaining = size - sent; in writeFully() 269 bufferBytes + sent, sendThisTime, 1); in writeFully() 282 sent += sentChunks * sendThisTime; in writeFully() 321 size_t sent = 0; in writeFullyAsync() local 328 while (sent < size) { in writeFullyAsync() 329 size_t remaining = size - sent; in writeFullyAsync() 336 bufferBytes + sent, sendThisTime, 1); in writeFullyAsync() 352 sent += sentChunks * sendThisTime; in writeFullyAsync() [all …]
|
/hardware/qcom/gps/msm8998/android/ |
D | AGnssRil.cpp | 106 ssize_t sent = 0; in sendConnectionEvent() local 109 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent() 111 remain -= sent; in sendConnectionEvent() 114 if (sent < 0) { in sendConnectionEvent()
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics_unittests.cpp | 139 size_t sent = 0; in writeFully() local 143 while (sent < size) { in writeFully() 144 size_t remaining = size - sent; in writeFully() 151 buf + sent, sendThisTime, 1); in writeFully() 161 sent += sentChunks * sendThisTime; in writeFully() 252 size_t sent = 0; in type1WriteWithNotify() local 262 while (sent < sizeForRing) { in type1WriteWithNotify() 265 mContext.to_host, writeBufferBytes + sent, sizeForRing - sent, 1); in type1WriteWithNotify() 275 sent += sentChunks * (sizeForRing - sent); in type1WriteWithNotify() 633 size_t sent = 0; in runRoundTrips() local [all …]
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | XtraSystemStatusObserver.cpp | 96 ssize_t sent = 0; in sendEvent() local 98 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendEvent() 100 remain -= sent; in sendEvent() 103 if (sent < 0) { in sendEvent()
|
/hardware/interfaces/biometrics/fingerprint/2.2/ |
D | types.hal | 28 * must be sent to stop the operation in progress (e.g. enrollment). 33 * This message represents the earliest message sent at the beginning of the 35 * example, in a camera-based authentication system it's expected to be sent 36 * prior to camera initialization. Note this should be sent whenever
|
/hardware/google/gfxstream/host/ |
D | RingStream.cpp | 54 size_t sent = 0; in commitBuffer() local 60 while (sent < size) { in commitBuffer() 69 return sent; in commitBuffer() 80 auto remaining = size - sent; in commitBuffer() 86 data + sent, todo, 1); in commitBuffer() 88 sent += todo; in commitBuffer() 96 return sent; in commitBuffer()
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFilter.hal | 90 * The event for Scrambling Status should be sent at the following two scenarios: 91 * 1. When this method is called, the first detected scrambling status should be sent. 92 * 2. When the Scrambling status transits into different status, event should be sent. 94 * The event for IP CID change should be sent at the following two scenarios: 95 * 1. When this method is called, the first detected CID for the IP should be sent. 96 * 2. When the CID is changed to different value for the IP filter, event should be sent.
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioStreamOutALSA.cpp | 118 size_t sent = 0; in write() local 244 (char *)buffer + sent, in write() 248 (char *)buffer + sent, in write() 276 sent += static_cast<ssize_t>((period_size)); in write() 280 } while ((mHandle->handle||(mHandle->rxHandle && mParent->mVoipStreamCount)) && sent < bytes); in write() 282 return sent; in write()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaNetworkCallback.hal | 43 * The response for the request must be sent using the corresponding 54 * The response for the request must be sent using the corresponding 65 * The response for the request must be sent using the corresponding
|
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHci.hal | 45 * from the controller to be sent to the host. 56 * @param command is the HCI command to be sent 65 * @param data HCI data packet to be sent 74 * @param data HCI data packet to be sent
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthubCallback.hal | 25 * @param msg message being sent from the contexthub 35 * @param txnId transaction id whose result is being sent 47 * @param evt event being sent from the contexthub
|
D | IContexthub.hal | 56 * @param msg message to be sent 105 * @param msg message to be sent 126 * @param msg message to be sent 147 * @param msg message to be sent
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xos_r.h | 416 struct servent sent; member 431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \ 433 ((sp).sent.s_name = (sp).s_name), \ 435 ((sp).sent.s_proto = (sp).s_proto), \ 436 ((sp).sptr = &(sp).sent), \ 476 struct servent sent; member 484 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf)) 491 struct servent sent; member 502 ((getservbyname_r((s),(p),&(sp).sent,&(sp).sdata) == -1) ? NULL : &(sp).sent) )
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioPort.hal | 26 * are sent over the IBluetoothAudioProvider interface. 65 * @return transmittedOctets the number of audio data octets that were sent 67 * data path but have not been sent to the remote device. The count is
|
/hardware/interfaces/uwb/aidl/android/hardware/uwb/fira_android/ |
D | README.md | 10 All other interactions sent/received over the HAL interface is expected to
|
/hardware/interfaces/soundtrigger/2.1/ |
D | ISoundTriggerHwCallback.hal | 28 * Generic recognition event sent via recognition callback. 49 * Event sent via load sound model callback.
|
/hardware/interfaces/radio/1.6/ |
D | IRadioIndication.hal | 57 * When IRadioIndication@1.6::unthrottleApn is sent, AOSP will no longer throttle calls 68 * This indication is sent whenever the reporting criteria, as set by 121 * This indication is sent whenever the SIM phonebook is changed, including SIM is
|
/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 29 * where the callback cannot be invoked. Most errors should sent through the 245 * sent, the user should be informed to look at the device. If the user 247 * must be sent, e.g. NOT_DETECTED. 269 * and must only be sent if a serious, uncorrectable, and unrecoverable 333 * This message represents the earliest message sent at the beginning of the authentication 335 * authentication system it's expected to be sent prior to camera initialization. Note this 336 * should be sent whenever authentication is restarted (see IBiometricsFace#userActivity).
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 159 * sent by ME to SIM or commands handled by ME, represented as byte array 188 * must be sent. 238 * which indicates each page of a CBS Message sent to the MS by the 241 * bytes which contain between 1 and 15 CBS Message pages sent as one 371 * This event must be sent in the following scenarios 402 * same set as sent by setRadioCapability(). 453 * This message must be sent either just before the Radio State changes to RadioState:UNAVAILABLE 454 * or just after but must never be sent after the Radio State changes from RadioState:UNAVAILABLE 456 * It must NOT be sent after the Radio state changes to RadioState:ON/RadioState:OFF after the
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | types.hal | 54 /** Buffer is sent by the specified client. */ 72 * sent via fmq to the buffer pool from client processes.
|
/hardware/interfaces/health/2.1/ |
D | IHealth.hal | 32 * - If the cast is successful, when a health info broadcast is sent, the 39 * - When unregisterCallback() is called, from then on, updates must not be sent
|
/hardware/interfaces/tv/cec/1.1/ |
D | IHdmiCec.hal | 55 * @param message CEC message to be sent to other HDMI device. 57 * NACK if the sent message is not acknowledged,
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc.cpp | 1035 ssize_t sent = 0; in sendConnectionEvent() local 1038 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent() 1040 remain -= sent; in sendConnectionEvent() 1043 if (sent < 0) { in sendConnectionEvent()
|
/hardware/interfaces/contexthub/1.1/ |
D | IContexthub.hal | 24 * Notification sent by the framework to indicate that the user
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxObserver.hal | 24 * IOmxObserver is a listener interface for OMX messages sent from an IOmxNode
|