Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 30) sorted by relevance

12

/hardware/interfaces/usb/gadget/1.1/default/lib/
DMonitorFfs.cpp99 steady_clock::time_point disconnect; in startMonitorFd() local
155 disconnect = std::chrono::steady_clock::now(); in startMonitorFd()
159 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
/hardware/google/pixel/usb/
DMonitorFfs.cpp120 steady_clock::time_point disconnect; in startMonitorFd() local
179 disconnect = std::chrono::steady_clock::now(); in startMonitorFd()
183 if (std::chrono::duration_cast<microseconds>(temp - disconnect).count() < in startMonitorFd()
/hardware/interfaces/graphics/bufferqueue/2.0/
Dtypes.hal91 * IGraphicBufferProducer::disconnect().
96 * IGraphicBufferProducer::disconnect().
DIGraphicBufferProducer.hal493 * @sa #QueueBufferOutput, disconnect(), setAsyncMode().
505 * Attempts to disconnect the client from the producer end of the buffer
516 * @param api The type of connection to disconnect. Supplying the value of
525 disconnect(
/hardware/interfaces/usb/gadget/1.1/
DIUsbGadget.hal25 * Performs USB data connection reset. The connection will disconnect and
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.h58 void disconnect() override;
Dcamera.h64 virtual void disconnect() = 0;
Dv4l2_camera.cpp104 void V4L2Camera::disconnect() { in disconnect() function in v4l2_camera_hal::V4L2Camera
Dcamera.cpp150 disconnect(); in close()
/hardware/google/interfaces/media/c2/1.0/
DIInputSurfaceConnection.hal32 disconnect() generates (Status status);
DIInputSurface.hal43 * @return connection Connection object that is used to disconnect
/hardware/interfaces/wifi/hostapd/1.2/
Dtypes.hal32 * Enum values indicating the reason code for disconnect packet.
DIHostapd.hal191 * force one of the hotspot clients disconnect..
195 * @param reasonCode One of disconnect reason code which defined by 802.11.
/hardware/interfaces/media/c2/1.0/
DIInputSurfaceConnection.hal37 disconnect() generates (Status status);
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal113 * disconnect. */
483 * IGraphicBufferProducer and no corresponding disconnect call was made.
527 * disconnect attempts to disconnect a client API from the
536 * connected from the same PID calling disconnect will be disconnected.
547 disconnect(
/hardware/interfaces/camera/device/3.2/default/
DCameraDevice.cpp84 session->disconnect(); in setConnectionStatus()
DCameraDeviceSession.h85 void disconnect();
/hardware/interfaces/camera/common/1.0/
Dtypes.hal320 * forced to disconnect the the device.
357 * allowed to open camera device 1 or 3 (but would be forced to disconnect
393 * disconnect it if a higher-priority application subsequently opens
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal112 * 3. Unsolicited disconnect from either modem or network side.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal453 * @param locallyGenerated If the disconnect was triggered by
455 * @param reasonCode 802.11 code to indicate the disconnect reason
DISupplicantStaIface.hal130 disconnect() generates (SupplicantStatus status);
/hardware/interfaces/tv/tuner/1.0/
DIDemux.hal154 * It is used by the client to disconnect CI-CAM. The demux will use the
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_iface_hidl_test.cpp262 sta_iface_->disconnect([](const SupplicantStatus& status) { in TEST_P()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp1456 returnval = producer->disconnect( in TEST_P()
1571 returnval = producer->disconnect( in TEST_P()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp3153 bool disconnect = true; // disconnect in case display id is not found in list. in HandleDisconnectedDisplays() local
3161 disconnect = false; in HandleDisconnectedDisplays()
3166 if (disconnect) { in HandleDisconnectedDisplays()

12