Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DSocketComm.cpp99 SocketConn* SocketComm::accept() { in accept() function in android::hardware::automotive::vehicle::V2_0::impl::SocketComm
102 int sfd = ::accept(mListenFd, reinterpret_cast<struct sockaddr*>(&cliAddr), &cliLen); in accept()
117 SocketConn* conn = accept(); in listenThread()
DSocketComm.h73 SocketConn* accept();
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_stk.cpp72 bool accept = false; in TEST_F() local
74 radio->handleStkCallSetupRequestFromSim(serial, accept); in TEST_F()
/hardware/libhardware/include/hardware/
Dbluetooth.h527 int (*pin_reply)(const RawAddress *bd_addr, uint8_t accept,
536 uint8_t accept, uint32_t passkey);
/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal83 * @param enabled True if the device must only accept NI Emergency SUPL requests when the
86 * False if the device must accept NI Emergency SUPL any time they are
/hardware/interfaces/gnss/measurement_corrections/1.0/
DIMeasurementCorrections.hal37 * @return success Whether the HAL can accept & use these corrections.
/hardware/libhardware/modules/sensors/dynamic_sensor/
DConnectionDetector.cpp71 return ::accept(mListenFd, nullptr, nullptr); in waitForConnection()
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal38 * The HAL implementation must gracefully accept a request for any state while in
/hardware/interfaces/nfc/1.0/
DINfc.hal27 * NCI initialization - ie accept CORE_RESET and subsequent commands through
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c676 client_socket = accept(server_socket, in eztune_proc()
770 prev_client_socket = accept(prev_server_socket, in eztune_proc()
/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc76 int connection_fd = accept(fd, (struct sockaddr*)&cli_addr, &clilen); in AcceptConnection()
/hardware/interfaces/camera/device/3.4/
DICameraDeviceSession.hal66 * ready to accept a future valid stream configuration in a later
/hardware/qcom/msm8998/json-c/
Dconfig.h.in137 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
/hardware/interfaces/camera/device/3.5/
DICameraDeviceSession.hal72 * ready to accept a future valid stream configuration in a later
/hardware/interfaces/contexthub/1.0/
Dtypes.hal25 TRANSACTION_PENDING, // Pending transaction, cannot accept a new request
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal160 * ready to accept a future valid stream configuration in a later
175 * this call until it is ready to accept the next set of requests to
/hardware/interfaces/radio/1.2/default/
DRadio.h141 Return<void> handleStkCallSetupRequestFromSim(int32_t serial, bool accept) override;
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal137 * The IKeymasterDevice must accept arbitrary, unknown tags and return them in the softwareEnforced
1093 * the operation cannot accept any more; if more than zero bytes are provided and zero bytes are
1134 * For signing and verification operations with Digest::NONE, this method must accept the entire
1137 * and update() must accept the data this way as well. If the caller provides more data to sign
1143 * For signing and verification operations with Digest::NONE, this method must accept the entire
1146 * and update() must accept the data this way as well. If the caller provides more data to sign
1210 * Signing operations return the signature as the output. Verification operations accept the
Dtypes.hal569 * loaded (mechanism is implementation-defined). The secure environment must not accept another
593 * first loaded (mechanism is implementation-defined). The secure environment must not accept
787 * loaded (mechanism is implementation-defined). The secure environment must not accept another
/hardware/interfaces/radio/1.0/
DIRadio.hal807 * list') So, STK application needs to accept/reject the call according to user
811 * @param accept true = accept the call setup, false = reject the call setup
816 bool accept);
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c454 int con_socket = accept(self_socket, (struct sockaddr *)&incoming_info, &sock_size); in control_thread_loop()
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal322 /** Parameter does not accept value. */
/hardware/interfaces/media/c2/1.0/
Dtypes.hal400 /** Strict parameter does not accept value for the field at all. */
/hardware/interfaces/wifi/1.0/
Dtypes.hal1077 * accept ranging requests from peers.
1125 * the device must automatically accept the data-path request and complete the negotiation.
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal28 * Although many types are defined, most operators accept just a few
1790 * accept inputs of varying size. This can't change the rank, just

12