Home
last modified time | relevance | path

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

12345678910>>...23

/hardware/interfaces/wifi/1.2/default/
Dservice.cpp29 using android::hardware::wifi::V1_2::implementation::feature_flags::
31 using android::hardware::wifi::V1_2::implementation::legacy_hal::WifiLegacyHal;
32 using android::hardware::wifi::V1_2::implementation::mode_controller::
44 new android::hardware::wifi::V1_2::implementation::Wifi( in main()
/hardware/interfaces/camera/device/3.4/default/
Dconvert.cpp28 namespace implementation { namespace
35 V3_3::implementation::convertToHidl(src, &dst->v3_3); in convertToHidl()
48 V3_2::implementation::convertFromHidl(src.v3_2, dst); in convertFromHidl()
DCameraDevice.cpp30 namespace implementation { namespace
38 V3_2::implementation::CameraDevice(module, cameraId, cameraDeviceNames) { in CameraDevice()
44 sp<V3_2::implementation::CameraDeviceSession> CameraDevice::createSession(camera3_device_t* device, in createSession()
/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/
DCameraDevice_3_4.h35 namespace implementation {
48 struct CameraDevice : public V3_2::implementation::CameraDevice {
62 virtual sp<V3_2::implementation::CameraDeviceSession> createSession(camera3_device_t*,
DCameraDeviceSession.h43 namespace implementation {
64 struct CameraDeviceSession : public V3_3::implementation::CameraDeviceSession {
96 static V3_2::implementation::callbacks_process_capture_result_t sProcessCaptureResult_3_4;
97 static V3_2::implementation::callbacks_notify_t sNotify_3_4;
99 class ResultBatcher_3_4 : public V3_3::implementation::CameraDeviceSession::ResultBatcher {
/hardware/interfaces/camera/device/3.3/default/
DCameraDevice.cpp30 namespace implementation { namespace
38 V3_2::implementation::CameraDevice(module, cameraId, cameraDeviceNames) { in CameraDevice()
44 sp<V3_2::implementation::CameraDeviceSession> CameraDevice::createSession(camera3_device_t* device, in createSession()
DCameraDevice_3_3.h35 namespace implementation {
48 struct CameraDevice : public V3_2::implementation::CameraDevice {
62 virtual sp<V3_2::implementation::CameraDeviceSession> createSession(camera3_device_t*,
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
DAudioBufferManager.h35 namespace implementation {
60 using ::android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::AudioBufferWrapper;
70 friend class hardware::audio::effect::AUDIO_HAL_VERSION::implementation::AudioBufferWrapper;
/hardware/interfaces/camera/device/3.3/default/include/
Dconvert.h34 namespace implementation {
36 using ::android::hardware::camera::device::V3_2::implementation::Camera3Stream;
/hardware/interfaces/broadcastradio/2.0/default/
Dservice.cpp26 using android::hardware::broadcastradio::V2_0::implementation::BroadcastRadio;
27 using android::hardware::broadcastradio::V2_0::implementation::gAmFmRadio;
/hardware/interfaces/camera/device/3.4/default/include/
Dconvert.h29 namespace implementation {
31 using ::android::hardware::camera::device::V3_2::implementation::Camera3Stream;
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTests.cpp43 using ::android::hardware::neuralnetworks::V1_0::implementation::ExecutionCallback;
44 using ::android::hardware::neuralnetworks::V1_0::implementation::PreparedModelCallback;
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DGeneratedTests.cpp43 using ::android::hardware::neuralnetworks::V1_0::implementation::ExecutionCallback;
44 using ::android::hardware::neuralnetworks::V1_0::implementation::PreparedModelCallback;
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperations.h30 namespace implementation {
34 using HexagonModel = ::android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model;
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal22 * implementation to allow the HAL to send asynchronous messages back
32 * implementation to allow the HAL to send the response for a
44 * implementation to allow the HAL to send an asynchronous event
54 * implementation to allow the HAL to send a notification to the service
68 * implementation to allow the HAL to send information about the
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal24 * Retrieve implementation properties.
25 * @return properties A Properties structure containing implementation
35 * implementation only passes the identifier, so the client may cache images
46 * with metadata struct (due to resource cleanup at the HAL implementation).
54 * the HAL implementation removing previous image. In such case, client
/hardware/nxp/secure_element/1.0/
DNxpEseService.cpp29 using android::hardware::secure_element::V1_0::implementation::SecureElement;
36 using vendor::nxp::nxpese::V1_0::implementation::NxpEse;
/hardware/nxp/nfc/1.1/
DNxpNfcService.cpp29 using android::hardware::nfc::V1_1::implementation::Nfc;
36 using vendor::nxp::nxpnfc::V1_0::implementation::NxpNfc;
/hardware/google/av/codec2/vndk/bufferpool/vts/
Dallocator.h23 using android::hardware::media::bufferpool::V1_0::implementation::
25 using android::hardware::media::bufferpool::V1_0::implementation::
Dsingle.cpp41 using android::hardware::media::bufferpool::V1_0::implementation::BufferId;
42 using android::hardware::media::bufferpool::V1_0::implementation::ClientManager;
43 using android::hardware::media::bufferpool::V1_0::implementation::ConnectionId;
44 using android::hardware::media::bufferpool::V1_0::implementation::TransactionId;
/hardware/libhardware/modules/local_time/
DAndroid.bp17 // Devices which use the default implementation should take care to ensure that
18 // the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
19 // the audio and video output hardware. This default implementation is loaded
/hardware/google/av/codec2/vndk/bufferpool/
DConnection.h31 namespace implementation {
37 using ::android::hardware::media::bufferpool::V1_0::implementation::Accessor;
/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProvider.cpp33 namespace implementation { namespace
140 sp<device::V3_4::implementation::ExternalCameraDevice> deviceImpl = in getCameraDeviceInterface_V3_x()
141 new device::V3_4::implementation::ExternalCameraDevice( in getCameraDeviceInterface_V3_x()
187 sp<device::V3_4::implementation::ExternalCameraDevice> deviceImpl = in deviceAdded()
188 new device::V3_4::implementation::ExternalCameraDevice(devName, mCfg); in deviceAdded()
/hardware/google/av/media/codecs/base/
DAndroid.bp42 // public dependency for software codec implementation
69 // public dependency for software codec implementation
86 // public dependency for software codec implementation
/hardware/interfaces/tv/input/1.0/
Dtypes.hal86 * HAL implementation must register devices by using this event when the
95 * HAL implementation must generate this event when a device registered
101 * for that purpose, the implementation must use
112 * HAL implementation must generate this event when the available stream
118 * The implementation must use this event to indicate hotplug status of the
120 * disconnected, so the implementation can generate this event with no

12345678910>>...23