/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/ |
D | VtsHalAudioControlV1_0TargetTest.cpp | 132 int bus = -1; in TEST_F() local 136 bus = pAudioControl->getBusForContext(ctxt); in TEST_F() 140 EXPECT_EQ(bus, -1); in TEST_F() 142 EXPECT_GE(bus, 0); in TEST_F() 152 bus = pAudioControl->getBusForContext((ContextNumber)contextRange); in TEST_F() 153 EXPECT_EQ(bus, -1); in TEST_F() 156 bus = pAudioControl->getBusForContext((ContextNumber)~0); in TEST_F() 157 EXPECT_EQ(bus, -1); in TEST_F()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmdefs.h | 101 #define BUSTYPE(bus) (BCMBUSTYPE) argument 103 #define BUSTYPE(bus) (bus) argument 108 #define CHIPTYPE(bus) (BCMCHIPTYPE) argument 110 #define CHIPTYPE(bus) (bus) argument
|
D | bcmutils.h | 177 #define POOL_ENAB(bus) 0 argument
|
D | wlioctl.h | 1276 uint bus; /* bus type */ member
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 79 std::string bus; in V4L2CameraHAL() local 98 bus = reinterpret_cast<char*>(cap.bus_info); in V4L2CameraHAL() 99 if (buses.insert(bus).second) { in V4L2CameraHAL()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | README | 15 secondary bus compass. It won't work for compasses on the primary bus.
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.cpp | 78 int32_t vendorId, InputBus bus, const char* uniqueId) { in createDeviceIdentifier() argument 80 mHost, name, productId, vendorId, bus, uniqueId); in createDeviceIdentifier()
|
D | InputDevice.cpp | 101 InputBus bus = getInputBus(node); in EvdevDevice() local 106 bus, in EvdevDevice()
|
D | InputHost.h | 152 int32_t vendorId, InputBus bus, const char* uniqueId) = 0; 173 int32_t vendorId, InputBus bus, const char* uniqueId) override;
|
/hardware/google/pixel/atrace/ |
D | android.hardware.atrace@1.0-service.pixel.rc | 10 # system bus clk trace point
|
/hardware/libhardware/tests/input/evdev/ |
D | MockInputHost.h | 73 const char* name, int32_t productId, int32_t vendorId, InputBus bus,
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 24 * to raise speeds of CPU, memory bus, etc. The data parameter is 34 * and it may be appropriate to raise speeds of CPU, memory bus,
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
D | IAudioControl.hal | 30 * For every context, a valid bus number (0 - num busses-1) must be returned. If an
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 46 * hence to tell HAL to stop receiving commands from the CEC bus, and change 82 * BUSY if the CEC bus is busy.
|
D | types.hal | 155 BUSY = 2, // bus is busy
|
/hardware/libhardware/include/hardware/ |
D | input.h | 418 input_bus_t bus, const char* unique_id);
|
/hardware/interfaces/tv/cec/2.0/ |
D | IHdmiCec.hal | 140 * BUSY if the CEC bus is busy.
|
D | types.hal | 183 BUSY = 2, // bus is busy
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 534 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */ 602 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 541 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */ 578 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 603 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */ 640 /** audio bus implemented by the audio system (e.g an MOST stereo channel) */
|