/hardware/interfaces/automotive/can/aidl/default/ |
D | CanBus.cpp | 71 Result CanBus::down() { in down() function in aidl::android::hardware::automotive::can::CanBus 82 if (mDownAfterUse && !::android::netdevice::down(mIfname)) { in down()
|
D | CanBus.h | 41 Result down();
|
D | CanBusNative.cpp | 41 if (!netdevice::down(mIfname)) { in preUp()
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanBusNative.cpp | 39 if (!netdevice::down(mIfname)) { in preUp()
|
D | CanBus.cpp | 141 if (mDownAfterUse) netdevice::down(mIfname); in up() 195 bool CanBus::down() { in down() function in android::hardware::automotive::can::V1_0::implementation::CanBus 210 if (mDownAfterUse && !netdevice::down(mIfname)) { in down()
|
D | CanBus.h | 44 bool down();
|
D | CanController.cpp | 284 if (!busService->down()) { in upInterface() 308 if (!busEntry.mapped()->down()) { in downInterface()
|
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/include/libnetdevice/ |
D | libnetdevice.h | 112 bool down(std::string ifname);
|
/hardware/interfaces/automotive/can/1.0/tools/ |
D | canhalctrl.cpp | 98 static int down(const std::string& busName) { in down() function 165 return down(argv[0]); in main()
|
/hardware/interfaces/automotive/can/1.0/ |
D | ICanBus.hal | 34 * INTERFACE_DOWN if the bus is down 56 * INTERFACE_DOWN if the bus is down
|
D | ICanController.hal | 185 * Unpublish ICanBus server instance and bring down the CAN interface. 191 * bring down.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_device_diagnostic_checkpoints.adoc | 25 pipeline stages, in order to narrow down which commands were executing at
|
/hardware/interfaces/tests/lazy/1.1/ |
D | ILazy.hal | 26 * the services and eventually shuts down the process.
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 49 * The value is normalized to a range from -1.0 (up) to 1.0 (down). 51 * The value is normalized to a range from -1.0 (up or far) to 1.0 (down or near). 146 * -PI/2 radians is pointing left, -PI or PI radians is pointing down, and PI/2 radians 154 * The value is normalized to a range from -1.0 (down) to 1.0 (up). 211 * The value is normalized to a range from -1.0 (up) to 1.0 (down). 473 * as well as any intermediate points since the last down or move event. 493 * A non-primary pointer has gone down. 501 * A change happened but the pointer is not down (unlike AMOTION_EVENT_ACTION_MOVE). 510 * The pointer may or may not be down when this event is dispatched. 516 * The pointer is not down but has entered the boundaries of a window or view. [all …]
|
/hardware/interfaces/usb/gadget/1.0/ |
D | types.hal | 21 * Removes all the functions and pulls down the gadget.
|
D | IUsbGadget.hal | 24 * Usb gadget needs to teared down if an USB configuration is already
|
/hardware/interfaces/radio/1.1/ |
D | IRadio.hal | 53 * @param powerUp POWER_DOWN if powering down the SIM card, 65 * The device is required to power down the SIM card before it can switch the mode between
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/ |
D | display_control.adoc | 48 powered down.
|
/hardware/interfaces/broadcastradio/1.0/ |
D | IBroadcastRadio.hal | 36 * The hardware must be powered down when all tuner interface are released.
|
/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/ |
D | interceptor_aidl_test.cpp | 180 ASSERT_TRUE(android::netdevice::down(mTestIfaceName)); in TEST_P()
|
/hardware/interfaces/radio/config/1.1/ |
D | types.hal | 55 * that we can do ping test before tearing down the
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiChip.hal | 146 * configuration where all interfaces must be torn down to switch to a 173 * the STA had been torn down. During this process the remaining STA and NAN 178 * switching modes all interfaces must be torn down, the mode switch must be
|
/hardware/interfaces/biometrics/fingerprint/2.3/ |
D | IBiometricsFingerprint.hal | 67 * previously caused a "finger down" event will be reported.
|
/hardware/interfaces/memtrack/1.0/ |
D | IMemtrack.hal | 43 * structures breaking down the statistics of that memory type as much as
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/ |
D | README.md | 45 the other side (Application processor) is shutting down or has closed the 58 shutting down. During the device shutdown, the channel to deliver the remote 209 * Simulate the Application Processor is shutting down by issuing the following
|