Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 150) sorted by relevance

123456

/hardware/qcom/sdm845/gps/msm8998/android/
DAGnssRil.cpp106 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/qcom/gps/msm8998/android/
DAGnssRil.cpp106 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/qcom/gps/msm8909w_3100/gnss/
DXtraSystemStatusObserver.cpp96 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/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp118 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/bluetooth/1.0/
DIBluetoothHci.hal45 * 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/wifi/supplicant/1.0/
DISupplicantStaNetworkCallback.hal43 * 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/wifi/offload/1.0/
Dtypes.hal151 /* Record name corresponding to scan event sent */
153 /* Record name corresponding to abort event sent */
155 /* Record name corresponding to error event sent */
157 /* Add new events sent here */
159 /* Record name corresponding to scan request sent*/
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioPort.hal26 * 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/contexthub/1.0/
DIContexthub.hal56 * msg message to be sent
105 * msg message to be sent
126 * msg message to be sent
147 * msg message to be sent
/hardware/interfaces/biometrics/face/1.0/
Dtypes.hal29 * 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/soundtrigger/2.1/
DISoundTriggerHwCallback.hal29 * Generic recognition event sent via recognition callback.
50 * Event sent via load sound model callback.
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal159 * 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().
450 * This message must be sent either just before the Radio State changes to RadioState:UNAVAILABLE
451 * or just after but must never be sent after the Radio State changes from RadioState:UNAVAILABLE
453 * It must NOT be sent after the Radio state changes to RadioState:ON/RadioState:OFF after the
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal54 /** Buffer is sent by the specified client. */
72 * sent via fmq to the buffer pool from client processes.
DREADME.md24 FMQ messages are sent when a buffer is acquired or released. Also, FMQ messages
25 are sent when a buffer is transferred from a client to another client. FMQ has
DIAccessor.hal38 * FMQ messages are sent when a buffer is acquired or released. Also, FMQ
39 * messages are sent when a buffer is transferred from a client to another
/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/
Dloc.cpp1035 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/qcom/gps/loc_api/libloc_api_50001/
Dloc.cpp1035 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/media/bufferpool/2.0/
DREADME.md24 FMQ messages are sent when a buffer is acquired or released. Also, FMQ messages
25 are sent when a buffer is transferred from a client to another client. FMQ has
Dtypes.hal54 /** Buffer is sent by the specified client. */
74 * sent via fmq to the buffer pool from client processes.
/hardware/interfaces/media/omx/1.0/
DIOmxObserver.hal24 * IOmxObserver is a listener interface for OMX messages sent from an IOmxNode
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp189 ssize_t sent = 0; in sendConnectionEvent() local
192 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
194 remain -= sent; in sendConnectionEvent()
197 if (sent < 0) { in sendConnectionEvent()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc.cpp1040 ssize_t sent = 0; in sendConnectionEvent() local
1043 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
1045 remain -= sent; in sendConnectionEvent()
1048 if (sent < 0) { in sendConnectionEvent()
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
Dloc.cpp188 ssize_t sent = 0; in sendConnectionEvent() local
191 (sent = ::send(socketFd, data.c_str() + (data.length() - remain), in sendConnectionEvent()
193 remain -= sent; in sendConnectionEvent()
196 if (sent < 0) { in sendConnectionEvent()
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHwCallback.hal33 * Generic recognition event sent via recognition callback
78 * Event sent via load sound model callback
/hardware/interfaces/secure_element/1.1/
DISecureElement.hal31 * @param clientCallback callback used to sent status of the SE back to the

123456