HomeSort by relevance Sort by last modified time
    Searched refs:hal (Results 126 - 150 of 434) sorted by null

1 2 3 4 56 7 8 91011>>

  /test/vts-testcase/hal/vr/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/vr/V1_0/target
  /test/vts-testcase/hal/vr/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/vr/V1_0/target_profiling
  /test/vts-testcase/hal/vr/V1_0/target_replay/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/vr/V1_0/target_replay
  /test/vts-testcase/hal/weaver/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/weaver/V1_0/target
  /test/vts-testcase/hal/weaver/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/weaver/V1_0/target_profiling
  /test/vts-testcase/hal/wifi/V1_0/host/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/V1_0/host
  /test/vts-testcase/hal/wifi/V1_1/adapter/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/V1_1/adapter
  /test/vts-testcase/hal/wifi/V1_2/adapter/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/V1_2/adapter
  /test/vts-testcase/hal/wifi/V1_2/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/V1_2/target
  /test/vts-testcase/hal/wifi/V1_2/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/V1_2/target_profiling
  /hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
ComposerResources.h 23 #include <composer-hal/2.1/ComposerResources.h>
30 namespace hal { namespace in namespace:android::hardware::graphics::composer::V2_2
32 using V2_1::hal::ComposerHandleCache;
33 using V2_1::hal::ComposerHandleImporter;
35 class ComposerDisplayResource : public V2_1::hal::ComposerDisplayResource {
39 : V2_1::hal::ComposerDisplayResource(type, importer, outputBufferCacheSize),
54 class ComposerResources : public V2_1::hal::ComposerResources {
94 std::unique_ptr<V2_1::hal::ComposerDisplayResource> createDisplayResource(
100 } // namespace hal
  /frameworks/native/services/vr/hardware_composer/impl/
vr_composer_client.h 22 #include <composer-hal/2.1/ComposerClient.h>
23 #include <composer-hal/2.1/ComposerCommandEngine.h>
30 using hardware::graphics::composer::V2_1::hal::ComposerCommandEngine;
31 using hardware::graphics::composer::V2_1::hal::ComposerHal;
32 using hardware::graphics::composer::V2_1::hal::detail::ComposerClientImpl;
38 VrComposerClient(android::dvr::VrHwc& hal);
  /system/bt/test/suite/gatt/
gatt_test.cc 48 bluetooth::hal::BluetoothGattInterface::Initialize();
49 ASSERT_TRUE(bluetooth::hal::BluetoothGattInterface::IsInitialized());
50 auto gatt_interface = bluetooth::hal::BluetoothGattInterface::Get();
73 bluetooth::hal::BluetoothGattInterface::CleanUp();
93 bluetooth::hal::BluetoothGattInterface* /* unused */, int status,
101 bluetooth::hal::BluetoothGattInterface* /* unused */, const RawAddress& bda,
108 bluetooth::hal::BluetoothGattInterface* /* unused */, int status,
116 bluetooth::hal::BluetoothGattInterface* /* unused */, int status,
125 bluetooth::hal::BluetoothGattInterface* /* unused */, int status,
134 bluetooth::hal::BluetoothGattInterface* /* unused */, int status
    [all...]
  /test/vts-testcase/hal/gnss/V1_0/host/
VtsHalGnssV1_0HostTest.py 26 """A simple testcase for the GNSS HIDL HAL."""
28 SYSPROP_GETSTUB = "vts.hal.vts.hidl.get_stub"
41 self.dut.hal.InitHidlHal(
79 client_callback = self.dut.hal.gnss.GetHidlCallbackInterface(
91 result = self.dut.hal.gnss.setCallback(client_callback)
98 nested_interface = self.dut.hal.gnss.getExtensionAGnssRil()
105 nested_interface = self.dut.hal.gnss.getExtensionGnssGeofencing()
109 nested_interface = self.dut.hal.gnss.getExtensionAGnss()
116 nested_interface = self.dut.hal.gnss.getExtensionGnssNi()
120 nested_interface = self.dut.hal.gnss.getExtensionGnssMeasurement(
    [all...]
  /test/vts-testcase/hal/nfc/V1_0/host/
VtsHalNfcV1_0HostTest.py 29 """A simple testcase for the NFC HIDL HAL."""
42 "setprop vts.hal.vts.hidl.get_stub true")
45 "setprop vts.hal.vts.hidl.get_stub false")
47 self.dut.hal.InitHidlHal(
67 # result = self.dut.hal.nfc.coreInitialized([1])
79 client_callback = self.dut.hal.nfc.GetHidlCallbackInterface(
84 result = self.dut.hal.nfc.open(client_callback)
87 result = self.dut.hal.nfc.prediscover()
90 result = self.dut.hal.nfc.controlGranted()
93 result = self.dut.hal.nfc.powerCycle(
    [all...]
  /hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
Mapper.h 24 #include <mapper-hal/2.0/Mapper.h>
25 #include <mapper-hal/2.1/MapperHal.h>
32 namespace hal { namespace in namespace:android::hardware::graphics::mapper::V2_1
36 // MapperImpl implements V2_*::IMapper on top of V2_*::hal::MapperHal
37 template <typename Interface, typename Hal>
38 class MapperImpl : public V2_0::hal::detail::MapperImpl<Interface, Hal> {
75 using BaseType2_0 = V2_0::hal::detail::MapperImpl<Interface, Hal>;
84 } // namespace hal
    [all...]
MapperHal.h 20 #include <mapper-hal/2.0/MapperHal.h>
27 namespace hal { namespace in namespace:android::hardware::graphics::mapper::V2_1
32 class MapperHal : public V2_0::hal::MapperHal {
63 } // namespace hal
  /test/vts/specification/
Android.mk 26 test/vts/drivers/hal \
27 test/vts/drivers/hal/common \
28 test/vts/drivers/hal/framework \
29 test/vts/drivers/hal/libdatatype \
30 test/vts/drivers/hal/libmeasurement \
58 # libvts_interfacespecification does not include or link any HIDL HAL driver.
59 # HIDL HAL drivers and profilers are defined as separated shared libraries
60 # in a respective hardware/interfaces/<hal name>/<version>/Android.bp file.
  /external/nos/host/android/hals/weaver/test/
test.cpp 53 Weaver hal{mockService};
54 hal.getConfig([&](WeaverStatus status, WeaverConfig config) {
67 Weaver hal{mockService};
68 hal.getConfig([](WeaverStatus status, WeaverConfig config) {
79 Weaver hal{mockService};
80 hal.getConfig([](WeaverStatus status, WeaverConfig config) {
106 Weaver hal{mockService};
107 EXPECT_THAT(hal.write(slot, key, value), Eq(WeaverStatus::OK));
115 Weaver hal{mockService};
116 EXPECT_THAT(hal.write(0, hidl_vec<uint8_t>{}, hidl_vec<uint8_t>{}), Eq(WeaverStatus::OK))
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/source/
TunerTsStreamerManager.java 98 TunerHal hal = streamer.getTunerHal(); local
99 hal.setHasPendingTune(false);
100 mTunerHalManager.releaseTunerHal(hal, sessionId, reuse);
122 TunerHal hal = streamer.getTunerHal(); local
123 hal.setHasPendingTune(false);
124 mTunerHalManager.releaseTunerHal(hal, sessionId, reuse);
135 /** Add tuner hal into TunerHalManager for test. */
205 TunerHal hal = mTunerHalManager.getOrCreateTunerHal(mContext, sessionId); local
206 if (hal == null) {
212 mTunerHal = hal;
259 TunerHal hal = mTunerHals.get(sessionId); local
290 TunerHal hal = mTunerHals.get(sessionId); local
    [all...]
  /external/nos/host/android/hals/oemlock/test/
test.cpp 80 OemLock hal{mockService};
81 hal.getName([](OemLockStatus status, const hidl_string& name) {
116 OemLock hal{mockService};
117 ASSERT_THAT(hal.setOemUnlockAllowedByCarrier(true, makeSignature(version, nonce, token)),
126 OemLock hal{mockService};
127 ASSERT_THAT(hal.setOemUnlockAllowedByCarrier(true, makeSignature(1, 2, {3, 4, 5})),
136 OemLock hal{mockService};
137 ASSERT_THAT(hal.setOemUnlockAllowedByCarrier(true, makeSignature(1, 2, {3, 4, 5})),
143 OemLock hal{mockService};
144 ASSERT_THAT(hal.setOemUnlockAllowedByCarrier(true, hidl_vec<uint8_t>{})
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/
VehicleService.cpp 32 auto hal = std::make_unique<impl::EmulatedVehicleHal>(store.get()); local
33 auto emulator = std::make_unique<impl::VehicleEmulator>(hal.get());
34 auto service = std::make_unique<VehicleHalManager>(hal.get());
  /test/vts/agents/hal/
Android.mk 52 test/vts/agents/hal \
53 test/vts/agents/hal/proto \
54 test/vts/drivers/hal/common \
  /test/vts-testcase/hal/radio/V1_0/host/
VtsHalRadioV1_0HostTest.py 26 """A simple testcase for the Radio HIDL HAL."""
30 """Creates a mirror and init radio hal."""
33 self.dut.hal.InitHidlHal(
42 self.radio = self.dut.hal.radio # shortcut
43 self.radio_types = self.dut.hal.radio.GetHidlTypeInterface("types")
  /device/generic/car/emulator/hal/
car_emulator_hal.mk 17 # Default HAL implementations for automotive
24 device/generic/car/emulator/hal/car_emulator_manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml

Completed in 456 milliseconds

1 2 3 4 56 7 8 91011>>