/hardware/interfaces/usb/gadget/1.1/default/lib/ |
D | MonitorFfs.cpp | 99 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/ |
D | MonitorFfs.cpp | 120 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/ |
D | types.hal | 91 * IGraphicBufferProducer::disconnect(). 96 * IGraphicBufferProducer::disconnect().
|
D | IGraphicBufferProducer.hal | 493 * @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/ |
D | IUsbGadget.hal | 25 * Performs USB data connection reset. The connection will disconnect and
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera.h | 58 void disconnect() override;
|
D | camera.h | 64 virtual void disconnect() = 0;
|
D | v4l2_camera.cpp | 104 void V4L2Camera::disconnect() { in disconnect() function in v4l2_camera_hal::V4L2Camera
|
D | camera.cpp | 150 disconnect(); in close()
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IInputSurfaceConnection.hal | 32 disconnect() generates (Status status);
|
D | IInputSurface.hal | 43 * @return connection Connection object that is used to disconnect
|
/hardware/interfaces/wifi/hostapd/1.2/ |
D | types.hal | 32 * Enum values indicating the reason code for disconnect packet.
|
D | IHostapd.hal | 191 * 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/ |
D | IInputSurfaceConnection.hal | 37 disconnect() generates (Status status);
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 113 * 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/ |
D | CameraDevice.cpp | 84 session->disconnect(); in setConnectionStatus()
|
D | CameraDeviceSession.h | 85 void disconnect();
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 320 * 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/ |
D | IRadioIndication.hal | 112 * 3. Unsolicited disconnect from either modem or network side.
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIfaceCallback.hal | 453 * @param locallyGenerated If the disconnect was triggered by 455 * @param reasonCode 802.11 code to indicate the disconnect reason
|
D | ISupplicantStaIface.hal | 130 disconnect() generates (SupplicantStatus status);
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IDemux.hal | 154 * It is used by the client to disconnect CI-CAM. The demux will use the
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_sta_iface_hidl_test.cpp | 262 sta_iface_->disconnect([](const SupplicantStatus& status) { in TEST_P()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 1456 returnval = producer->disconnect( in TEST_P() 1571 returnval = producer->disconnect( in TEST_P()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.cpp | 3153 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()
|