Home
last modified time | relevance | path

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

1234

/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
DIBluetoothHciCallbacks.hal30 * @param event is the HCI event to be sent to the Bluetooth stack.
/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
DISupplicantP2pIfaceCallback.hal179 * @param srcAddress MAC address of the device that sent the invitation.
201 * @param isRequest Whether we received or sent the provision discovery.
213 * @param srcAddress MAC address of the device that sent the service discovery.
/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
DIContexthubCallback.hal35 * @params txnId : transaction id whose result is being sent
/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
DIRadio.hal344 * except that more messages are expected to be sent soon. If possible,
361 * unsolDataCallListChanged() is sent. The call remains in the
380 * @param modemCognitive Indicating this profile was sent to the modem through setDataProfile
417 * If a USSD session already exists, the message must be sent in the
691 * Must only be sent while voice call is active.
969 * @param sms Cdma Sms to be sent described by CdmaSmsMessage in types.hal
980 * @param smsAck Cdma Sms ack to be sent described by CdmaSmsAck in types.hal
1234 * @param modemCognitive indicating the data profile was sent to the modem through
1262 * @param message ImsSmsMessage as defined in types.hal to be sent
1276 * @param message SimApdu as defined in types.hal to be sent
[all …]
/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/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.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/camera/device/1.0/
DICameraDevice.hal187 /** Set the callback interface through which preview frames are sent */
203 * release video recording frames sent out by the cameral HAL before and
243 * buffers sent out via CAMERA_MSG_VIDEO_FRAME for a recording session. If
276 * sent with the corresponding frame. Every record frame must be released by
304 * frames sent out by the camera HAL before the camera HAL receives a call
319 * frames sent out by the camera HAL before the camera HAL receives a call
335 * frames sent out by the camera HAL before the camera HAL receives a call
Dtypes.hal74 * WARNING: When a frame is sent directly without copying, it is the frame
151 * INVALID_OPERATION error if it is sent after video recording is started,
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal70 * these results were sent to camera framework one by one, from lower index
98 * must not be sent.
116 * require specific timing. Multiple messages may be sent in one call; a
Dtypes.hal439 * For StreamBuffers sent to the HAL in a CaptureRequest, this ID uniquely
440 * identifies a buffer. When a buffer is sent to HAL for the first time,
453 * For StreamBuffers sent to the HAL in a CaptureRequest, if the bufferId
456 * that of the stream. If the bufferId has been sent to the HAL before, this
462 * sent it in the matching CaptureRequest), and the handle can be identified
546 * Indicates the type of message sent, which specifies which member of the
653 * The message structure sent to ICameraDevice3Callback::notify()
733 * A single request for image capture/buffer reprocessing, sent to the Camera
751 * notifications sent to ICameraDevice3Callback::notify().
811 * sent to the framework asynchronously with processCaptureResult(), in
[all …]
/hardware/interfaces/usb/1.0/
DIUsb.hal50 * query would be sent through the IUsbCallback object's notifyRoleSwitchStatus
/hardware/interfaces/gnss/1.0/
DIGnssNiCallback.hal107 * who sent the network initiated location request.
DIGnssGeofencing.hal83 * must be sent.
/hardware/interfaces/health/1.0/
DIHealth.hal42 * @return infoOut HealthInfo to be sent to client code. (May or may
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal79 * @param message CEC message to be sent to other HDMI device.
81 * NACK if the sent message is not acknowledged,
/hardware/interfaces/drm/1.0/
DIDrmPluginListener.hal26 * IDrmPluginListener is a listener interface for Drm events sent from an
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal77 * @return data Raw bytes of data sent by the driver. Must be dumped
/hardware/ril/librilutils/proto/
Dsap-api.proto10 // the actual message being sent, as described by the type and id

1234