Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 243) sorted by relevance

12345678910

/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.h30 namespace implementation {
34 using ::android::hardware::sensors::V2_1::implementation::IHalProxyCallback;
35 using ::android::hardware::sensors::V2_1::implementation::ISensorsSubHal;
36 using ::android::hardware::sensors::V2_1::subhal::implementation::ISensorsEventCallback;
47 using ScopedWakelock = ::android::hardware::sensors::V2_0::implementation::ScopedWakelock;
DSensorsSubHal.cpp22 using ::android::hardware::sensors::V2_1::implementation::ISensorsSubHal;
25 static ::android::hardware::sensors::V2_1::subhal::implementation::SensorsSubHal subHal; in sensorsHalGetSubHal_2_1()
35 namespace implementation { namespace
42 using ::android::hardware::sensors::V2_0::implementation::ScopedWakelock;
DSensor.h39 using ::android::hardware::sensors::V2_0::implementation::ScopedWakelock;
50 namespace implementation {
/device/generic/goldfish/camera/
Dmain.cpp24 using ::android::hardware::camera::provider::implementation::hw::HwCameraFactory; in main()
25 using ::android::hardware::camera::provider::implementation::hw::listFakeRotatingCameras; in main()
26 using ::android::hardware::camera::provider::implementation::hw::listQemuCameras; in main()
27 using ::android::hardware::camera::provider::implementation::Span; in main()
/device/google/cuttlefish/guest/hals/confirmationui/
DREADME6 system for integrity and authenticity of input events. This implementation provides
12 This implementation does not provide any security guaranties.
16 service itself this implementation is not secure.
19 for generating nonces. The current implementation (NotSoSecureInput.cpp#generateNonce)
/device/sample/apps/tv/SetupValidation/app/
Dbuild.gradle24 implementation fileTree(dir: 'libs', include: ['*.jar'])
25 implementation 'com.android.support:leanback-v17:26.1.0'
26 implementation 'com.android.support:appcompat-v7:26.1.0'
/device/sample/apps/tv/SetupCustomizationSample/app/
Dbuild.gradle24 implementation fileTree(dir: 'libs', include: ['*.jar'])
25 implementation 'com.android.support:leanback-v17:26.1.0'
26 implementation 'com.android.support:appcompat-v7:26.1.0'
/device/google/sunfish/vibrator/drv2624/
Dservice.cpp32 using android::hardware::vibrator::V1_3::implementation::HwApi;
33 using android::hardware::vibrator::V1_3::implementation::HwCal;
34 using android::hardware::vibrator::V1_3::implementation::Vibrator;
DHardware.h26 namespace implementation {
28 using common::implementation::HwApiBase;
29 using common::implementation::HwCalBase;
/device/google/trout/hal/sensors/2.1/tests/
DIioUtilsTest.cpp29 using android::hardware::sensors::V2_1::subhal::implementation::iio_device_data;
30 using android::hardware::sensors::V2_1::subhal::implementation::load_iio_devices;
31 using android::hardware::sensors::V2_1::subhal::implementation::sensors_supported_hal;
/device/generic/goldfish/audio/
Dentry.cpp21 using android::hardware::audio::CPP_VERSION::implementation::DevicesFactory;
22 namespace talsa = android::hardware::audio::CPP_VERSION::implementation::talsa;
/device/generic/opengl-transport/host/commands/emugen/
DREADME3 The emugen tool is a tool to generate a wire protocol implementation
194 api_enc.cpp - Encoder implementation.
218 api_dec.cpp - Decoder implementation. In addtion, this file includes
220 initialize the API server implementation. An example for such
325 unsupported - The encoder side implementation is pointed to "unsuppored reporting function".
327 custom implementation. The call to the
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_server.h22 namespace android::hardware::camera::provider::V2_7::implementation {
24 using ::android::hardware::camera::device::V3_4::implementation::
Dvsock_camera_server.cpp20 namespace android::hardware::camera::provider::V2_7::implementation { namespace
22 using ::android::hardware::camera::device::V3_4::implementation::
Dvsock_camera_provider_2_7.h29 namespace android::hardware::camera::provider::V2_7::implementation {
37 using ::android::hardware::camera::device::V3_4::implementation::
Dvsock_camera_device_3_4.cpp29 namespace android::hardware::camera::device::V3_4::implementation { namespace
55 V3_2::implementation::convertToHidl(metadata_ptr, &hidl_vec); in getCameraCharacteristics()
Dvsock_camera_device_session_3_4.cpp26 namespace android::hardware::camera::device::V3_4::implementation { namespace
324 } else if (!V3_2::implementation::convertFromHidl(hidl_settings, in processOneCaptureRequest()
329 } else if (!V3_2::implementation::convertFromHidl(request.settings, in processOneCaptureRequest()
550 V3_2::implementation::convertToHidl(metadata, &result.result); in processRequestLoop()
/device/google/trout/hal/dumpstate/1.1/
Dservice.cpp40 using ::android::hardware::dumpstate::V1_1::implementation::makeVirtualizationDumpstateDevice;
41 using ::android::hardware::dumpstate::V1_1::implementation::WatchdogClient;
/device/generic/opengl-transport/host/libs/virglrenderer/
Dlibvirglrenderer.lds40 # fake gralloc1 implementation
43 # fake libsync implementation
DREADME.md8 a true EGL/GLES driver implementation on the host. It won't intercept and
67 the `emugen_cuttlefish` tool. Unlike the original implementation, it is not
78 implementation. This second kind of context can receive 3D commands, which are
/device/google/cuttlefish/guest/hals/health/
Dhealth-hidl.cpp38 namespace implementation { namespace
105 using ::android::hardware::health::V2_1::implementation::HealthImpl; in HIDL_FETCH_IHealth()
/device/google/sunfish/vibrator/drv2624/tests/
Dmocks.h21 class MockApi : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwApi {
44 class MockCal : public ::android::hardware::vibrator::V1_3::implementation::Vibrator::HwCal {
/device/generic/goldfish/sensors/include/
Dmultihal_sensors.h36 using ahs21::implementation::IHalProxyCallback;
52 struct MultihalSensors : public ahs21::implementation::ISensorsSubHal {
/device/google/cuttlefish/host/commands/secure_env/
DAndroid.bp106 // 1. Missing transport implementation
108 // 3. Base64 isn't supported (need for software oemlock implementation)
/device/google/sunfish/health/
DHealth.cpp147 namespace implementation { namespace
201 using ::android::hardware::health::V2_1::implementation::HealthImpl; in HIDL_FETCH_IHealth()

12345678910