Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 85) sorted by relevance

1234

/hardware/interfaces/automotive/can/aidl/default/
DCanBus.cpp71 Result CanBus::down() { in down() function in aidl::android::hardware::automotive::can::CanBus
82 if (mDownAfterUse && !::android::netdevice::down(mIfname)) { in down()
DCanBus.h41 Result down();
DCanBusNative.cpp41 if (!netdevice::down(mIfname)) { in preUp()
/hardware/interfaces/automotive/can/1.0/default/
DCanBusNative.cpp39 if (!netdevice::down(mIfname)) { in preUp()
DCanBus.cpp141 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()
DCanBus.h44 bool down();
DCanController.cpp284 if (!busService->down()) { in upInterface()
308 if (!busEntry.mapped()->down()) { in downInterface()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/include/libnetdevice/
Dlibnetdevice.h112 bool down(std::string ifname);
/hardware/interfaces/automotive/can/1.0/tools/
Dcanhalctrl.cpp98 static int down(const std::string& busName) { in down() function
165 return down(argv[0]); in main()
/hardware/interfaces/automotive/can/1.0/
DICanBus.hal34 * INTERFACE_DOWN if the bus is down
56 * INTERFACE_DOWN if the bus is down
DICanController.hal185 * Unpublish ICanBus server instance and bring down the CAN interface.
191 * bring down.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_device_diagnostic_checkpoints.adoc25 pipeline stages, in order to narrow down which commands were executing at
/hardware/interfaces/tests/lazy/1.1/
DILazy.hal26 * the services and eventually shuts down the process.
/hardware/interfaces/input/common/1.0/
Dtypes.hal49 * 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/
Dtypes.hal21 * Removes all the functions and pulls down the gadget.
DIUsbGadget.hal24 * Usb gadget needs to teared down if an USB configuration is already
/hardware/interfaces/radio/1.1/
DIRadio.hal53 * @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/
Ddisplay_control.adoc48 powered down.
/hardware/interfaces/broadcastradio/1.0/
DIBroadcastRadio.hal36 * The hardware must be powered down when all tuner interface are released.
/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/
Dinterceptor_aidl_test.cpp180 ASSERT_TRUE(android::netdevice::down(mTestIfaceName)); in TEST_P()
/hardware/interfaces/radio/config/1.1/
Dtypes.hal55 * that we can do ping test before tearing down the
/hardware/interfaces/wifi/1.6/
DIWifiChip.hal146 * 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/
DIBiometricsFingerprint.hal67 * previously caused a "finger down" event will be reported.
/hardware/interfaces/memtrack/1.0/
DIMemtrack.hal43 * structures breaking down the statistics of that memory type as much as
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/
DREADME.md45 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

1234