/frameworks/ml/nn/common/include/ |
D | HalInterfaces.h | 37 using ::android::hardware::hidl_array; 38 using ::android::hardware::hidl_handle; 39 using ::android::hardware::hidl_memory; 40 using ::android::hardware::hidl_string; 41 using ::android::hardware::hidl_vec; 42 using ::android::hardware::Return; 43 using ::android::hardware::Void; 44 using ::android::hardware::neuralnetworks::V1_0::DataLocation; 45 using ::android::hardware::neuralnetworks::V1_0::DeviceStatus; 46 using ::android::hardware::neuralnetworks::V1_0::ErrorStatus; [all …]
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | CameraProviderManagerTest.cpp | 29 using namespace android::hardware::camera; 30 using android::hardware::camera::common::V1_0::Status; 31 using android::hardware::camera::common::V1_0::VendorTag; 32 using android::hardware::camera::common::V1_0::VendorTagSection; 33 using android::hardware::camera::common::V1_0::CameraMetadataType; 34 using android::hardware::camera::device::V3_2::ICameraDeviceCallback; 35 using android::hardware::camera::device::V3_2::ICameraDeviceSession; 36 using android::hardware::camera::provider::V2_5::DeviceState; 42 std::vector<hardware::hidl_string> mDeviceNames; 43 TestDeviceInterface(std::vector<hardware::hidl_string> deviceNames) : in TestDeviceInterface() [all …]
|
/frameworks/base/services/core/jni/ |
D | Android.bp | 109 "android.hardware.audio.common@2.0", 110 "android.hardware.broadcastradio@1.0", 111 "android.hardware.broadcastradio@1.1", 112 "android.hardware.contexthub@1.0", 113 "android.hardware.gnss@1.0", 114 "android.hardware.gnss@1.1", 115 "android.hardware.gnss@2.0", 116 "android.hardware.gnss.measurement_corrections@1.0", 117 "android.hardware.gnss.visibility_control@1.0", 118 "android.hardware.input.classifier@1.0", [all …]
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.h | 52 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts, 79 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( 91 return hardware::camera::provider::V2_4::ICameraProvider::registerForNotifications( in registerForNotifications() 94 virtual sp<hardware::camera::provider::V2_4::ICameraProvider> getService( in getService() 96 return hardware::camera::provider::V2_4::ICameraProvider::getService(serviceName); in getService() 107 hardware::camera::common::V1_0::CameraDeviceStatus newStatus) = 0; 109 hardware::camera::common::V1_0::TorchModeStatus newStatus) = 0; 162 hardware::camera::common::V1_0::CameraResourceCost* cost) const; 168 hardware::CameraInfo* info) const; 181 const hardware::camera::device::V3_4::StreamConfiguration &configuration, [all …]
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.h | 88 public virtual hardware::camera::device::V1_0::ICameraDeviceCallback, 89 public virtual hardware::camera::device::V1_0::ICameraDevicePreviewCallback { 301 sp<hardware::camera::device::V1_0::ICameraDevice> mHidlDevice; 376 hardware::Return<void> notifyCallback( 377 hardware::camera::device::V1_0::NotifyCallbackMsg msgType, 379 hardware::Return<uint32_t> registerMemory( 380 const hardware::hidl_handle& descriptor, 382 hardware::Return<void> unregisterMemory(uint32_t memId) override; 383 hardware::Return<void> dataCallback( 384 hardware::camera::device::V1_0::DataCallbackMsg msgType, [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | Android.bp | 23 "android.hardware.configstore-utils", 24 "android.hardware.configstore@1.0", 25 "android.hardware.configstore@1.1", 26 "android.hardware.graphics.allocator@2.0", 27 "android.hardware.graphics.allocator@3.0", 28 "android.hardware.graphics.common@1.2", 29 "android.hardware.graphics.composer@2.1", 30 "android.hardware.graphics.composer@2.2", 31 "android.hardware.graphics.composer@2.3", 32 "android.hardware.power@1.0", [all …]
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraCharacteristics.java | 17 package android.hardware.camera2; 22 import android.hardware.camera2.impl.CameraMetadataNative; 23 import android.hardware.camera2.impl.PublicKey; 24 import android.hardware.camera2.impl.SyntheticKey; 25 import android.hardware.camera2.params.RecommendedStreamConfigurationMap; 26 import android.hardware.camera2.params.SessionConfiguration; 27 import android.hardware.camera2.utils.ArrayUtils; 28 import android.hardware.camera2.utils.TypeReference; 1054 …public static final Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]> CONTROL_AVA… 1055 …Key<android.hardware.camera2.params.HighSpeedVideoConfiguration[]>("android.control.availableHighS… [all …]
|
/frameworks/av/media/libaudiohal/impl/ |
D | Android.bp | 27 "android.hardware.audio.common-util", 47 "android.hardware.audio.common.util@all-versions", 60 "android.hardware.audio.common@2.0", 61 "android.hardware.audio.common@2.0-util", 62 "android.hardware.audio.effect@2.0", 63 "android.hardware.audio@2.0", 76 "android.hardware.audio.common@4.0", 77 "android.hardware.audio.common@4.0-util", 78 "android.hardware.audio.effect@4.0", 79 "android.hardware.audio@4.0", [all …]
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerInternal.java | 19 import android.hardware.soundtrigger.IRecognitionStatusCallback; 20 import android.hardware.soundtrigger.SoundTrigger; 21 import android.hardware.soundtrigger.SoundTrigger.Keyphrase; 22 import android.hardware.soundtrigger.SoundTrigger.KeyphraseRecognitionEvent; 23 import android.hardware.soundtrigger.SoundTrigger.KeyphraseRecognitionExtra; 24 import android.hardware.soundtrigger.SoundTrigger.KeyphraseSoundModel; 25 import android.hardware.soundtrigger.SoundTrigger.ModuleProperties; 26 import android.hardware.soundtrigger.SoundTrigger.RecognitionConfig; 27 import android.hardware.soundtrigger.SoundTrigger.RecognitionEvent; 28 import android.hardware.soundtrigger.SoundTrigger.SoundModelEvent; [all …]
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | WOmx.h | 29 namespace hardware { 35 using ::android::hardware::media::omx::V1_0::IOmx; 36 using ::android::hardware::media::omx::V1_0::IOmxNode; 37 using ::android::hardware::media::omx::V1_0::IOmxObserver; 38 using ::android::hardware::media::omx::V1_0::Status; 40 using ::android::hardware::hidl_array; 41 using ::android::hardware::hidl_memory; 42 using ::android::hardware::hidl_string; 43 using ::android::hardware::hidl_vec; 44 using ::android::hardware::Return; [all …]
|
D | WGraphicBufferSource.h | 33 namespace hardware { 39 using ::android::hardware::graphics::common::V1_0::Dataspace; 40 using ::android::hardware::media::omx::V1_0::ColorAspects; 41 using ::android::hardware::media::omx::V1_0::IGraphicBufferSource; 42 using ::android::hardware::media::omx::V1_0::IOmxNode; 44 using ::android::hardware::hidl_array; 45 using ::android::hardware::hidl_memory; 46 using ::android::hardware::hidl_string; 47 using ::android::hardware::hidl_vec; 48 using ::android::hardware::Return; [all …]
|
/frameworks/av/include/media/ |
D | OMXFenceParcelable.h | 27 namespace hardware { 32 ::android::hardware::hidl_handle const& t); 34 ::android::hardware::hidl_handle const& t); 38 ::android::hardware::hidl_handle const& t); 40 ::android::hardware::hidl_handle const& t); 61 friend void (::android::hardware::media::omx::V1_0::implementation:: 63 ::android::hardware::hidl_handle const& t); 64 friend bool (::android::hardware::media::omx::V1_0::implementation:: 66 ::android::hardware::hidl_handle const& t); 67 friend void (::android::hardware::media::omx::V1_0::utils:: [all …]
|
D | OMXBuffer.h | 30 namespace hardware { namespace media { namespace omx { 34 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t, 37 ::android::hardware::media::omx::V1_0::CodecBuffer const& t); 40 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t, 43 ::android::hardware::media::omx::V1_0::CodecBuffer const& t); 52 using hardware::hidl_memory; 97 friend inline bool (::android::hardware::media::omx::V1_0::implementation:: 98 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t, 100 friend inline bool (::android::hardware::media::omx::V1_0::implementation:: 102 ::android::hardware::media::omx::V1_0::CodecBuffer const& t); [all …]
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | WGraphicBufferSource.h | 34 namespace hardware { 41 using ::android::hardware::graphics::common::V1_0::Dataspace; 42 using ::android::hardware::media::omx::V1_0::ColorAspects; 43 using ::android::hardware::media::omx::V1_0::IGraphicBufferSource; 44 using ::android::hardware::media::omx::V1_0::IOmxNode; 45 using ::android::hardware::media::omx::V1_0::Status; 47 using ::android::hardware::hidl_array; 48 using ::android::hardware::hidl_memory; 49 using ::android::hardware::hidl_string; 50 using ::android::hardware::hidl_vec; [all …]
|
D | Omx.h | 33 namespace hardware { 39 using ::android::hardware::media::omx::V1_0::IOmx; 40 using ::android::hardware::media::omx::V1_0::IOmxNode; 41 using ::android::hardware::media::omx::V1_0::IOmxObserver; 42 using ::android::hardware::media::omx::V1_0::Status; 44 using ::android::hardware::hidl_death_recipient; 45 using ::android::hardware::hidl_array; 46 using ::android::hardware::hidl_memory; 47 using ::android::hardware::hidl_string; 48 using ::android::hardware::hidl_vec; [all …]
|
/frameworks/av/media/libmedia/include/media/ |
D | OMXFenceParcelable.h | 27 namespace hardware { 32 ::android::hardware::hidl_handle const& t); 34 ::android::hardware::hidl_handle const& t); 38 ::android::hardware::hidl_handle const& t); 40 ::android::hardware::hidl_handle const& t); 61 friend void (::android::hardware::media::omx::V1_0::implementation:: 63 ::android::hardware::hidl_handle const& t); 64 friend bool (::android::hardware::media::omx::V1_0::implementation:: 66 ::android::hardware::hidl_handle const& t); 67 friend void (::android::hardware::media::omx::V1_0::utils:: [all …]
|
D | OMXBuffer.h | 30 namespace hardware { namespace media { namespace omx { 34 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t, 37 ::android::hardware::media::omx::V1_0::CodecBuffer const& t); 40 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t, 43 ::android::hardware::media::omx::V1_0::CodecBuffer const& t); 52 using hardware::hidl_memory; 97 friend inline bool (::android::hardware::media::omx::V1_0::implementation:: 98 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t, 100 friend inline bool (::android::hardware::media::omx::V1_0::implementation:: 102 ::android::hardware::media::omx::V1_0::CodecBuffer const& t); [all …]
|
/frameworks/base/core/java/android/hardware/location/ |
D | IContextHubService.aidl | 17 package android.hardware.location; 21 import android.hardware.location.ContextHubInfo; 22 import android.hardware.location.ContextHubMessage; 23 import android.hardware.location.NanoApp; 24 import android.hardware.location.NanoAppBinary; 25 import android.hardware.location.NanoAppFilter; 26 import android.hardware.location.NanoAppInstanceInfo; 27 import android.hardware.location.IContextHubCallback; 28 import android.hardware.location.IContextHubClient; 29 import android.hardware.location.IContextHubClientCallback; [all …]
|
/frameworks/base/services/core/ |
D | Android.bp | 29 "android.hardware.light-V2.0-java", 30 "android.hardware.power-V1.0-java", 31 "android.hardware.tv.cec-V1.0-java", 41 "android.hardware.authsecret-V1.0-java", 42 "android.hardware.broadcastradio-V2.0-java", 43 "android.hardware.health-V1.0-java", 44 "android.hardware.health-V2.0-java", 45 "android.hardware.weaver-V1.0-java", 46 "android.hardware.biometrics.face-V1.0-java", 47 "android.hardware.biometrics.fingerprint-V2.1-java", [all …]
|
/frameworks/ml/nn/driver/sample/ |
D | Android.bp | 44 "android.hardware.neuralnetworks@1.0", 45 "android.hardware.neuralnetworks@1.1", 46 "android.hardware.neuralnetworks@1.2", 63 name: "android.hardware.neuralnetworks@1.2-service-sample-all", 66 init_rc: ["config/android.hardware.neuralnetworks@1.2-service-sample-all.rc"], 67 vintf_fragments: ["config/android.hardware.neuralnetworks@1.2-service-sample-all.xml"], 71 name: "android.hardware.neuralnetworks@1.2-service-sample-float-fast", 74 init_rc: ["config/android.hardware.neuralnetworks@1.2-service-sample-float-fast.rc"], 75 vintf_fragments: ["config/android.hardware.neuralnetworks@1.2-service-sample-float-fast.xml"], 79 name: "android.hardware.neuralnetworks@1.2-service-sample-float-slow", [all …]
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Android.bp | 18 "android.hardware.media.bufferpool@2.0", 19 "android.hardware.media.c2@1.0", 37 "android.hardware.media.c2@1.0", 71 "android.hardware.graphics.bufferqueue@1.0", 72 "android.hardware.graphics.bufferqueue@2.0", 73 "android.hardware.graphics.common@1.0", 74 "android.hardware.media@1.0", 75 "android.hardware.media.bufferpool@2.0", 76 "android.hardware.media.c2@1.0", 77 "android.hardware.media.omx@1.0", [all …]
|
/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHalHidl.h | 36 using ::android::hardware::audio::common::V2_0::Uuid; 37 using ::android::hardware::hidl_vec; 38 using ::android::hardware::soundtrigger::V2_0::ConfidenceLevel; 39 using ::android::hardware::soundtrigger::V2_0::PhraseRecognitionExtra; 40 using ::android::hardware::soundtrigger::V2_0::SoundModelType; 41 using ::android::hardware::soundtrigger::V2_0::SoundModelHandle; 42 using ::android::hardware::soundtrigger::V2_0::ISoundTriggerHw; 44 ::android::hardware::soundtrigger::V2_0::ISoundTriggerHwCallback; 46 ::android::hardware::soundtrigger::V2_1::ISoundTriggerHw; 48 ::android::hardware::soundtrigger::V2_1::ISoundTriggerHwCallback; [all …]
|
/frameworks/av/camera/aidl/android/hardware/ |
D | ICameraService.aidl | 17 package android.hardware; 19 import android.hardware.ICamera; 20 import android.hardware.ICameraClient; 21 import android.hardware.camera2.ICameraDeviceUser; 22 import android.hardware.camera2.ICameraDeviceCallbacks; 23 import android.hardware.camera2.params.VendorTagDescriptor; 24 import android.hardware.camera2.params.VendorTagDescriptorCache; 25 import android.hardware.camera2.impl.CameraMetadataNative; 26 import android.hardware.ICameraServiceListener; 27 import android.hardware.CameraInfo; [all …]
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | CameraThreadState.cpp | 25 if (hardware::IPCThreadState::self()->isServingCall()) { in getCallingUid() 26 return hardware::IPCThreadState::self()->getCallingUid(); in getCallingUid() 32 if (hardware::IPCThreadState::self()->isServingCall()) { in getCallingPid() 33 return hardware::IPCThreadState::self()->getCallingPid(); in getCallingPid() 39 if (hardware::IPCThreadState::self()->isServingCall()) { in clearCallingIdentity() 40 return hardware::IPCThreadState::self()->clearCallingIdentity(); in clearCallingIdentity() 46 if (hardware::IPCThreadState::self()->isServingCall()) { in restoreCallingIdentity() 47 hardware::IPCThreadState::self()->restoreCallingIdentity(token); in restoreCallingIdentity()
|
/frameworks/av/camera/ |
D | Camera.cpp | 43 &::android::hardware::ICameraService::connect; 46 sp<Camera> Camera::create(const sp<::android::hardware::ICamera>& camera) in create() 87 sp<::android::hardware::ICameraClient> cl = c; in connectLegacy() 89 const sp<::android::hardware::ICameraService>& cs = CameraBaseT::getCameraService(); in connectLegacy() 102 case hardware::ICameraService::ERROR_DISCONNECTED: in connectLegacy() 105 case hardware::ICameraService::ERROR_CAMERA_IN_USE: in connectLegacy() 108 case hardware::ICameraService::ERROR_INVALID_OPERATION: in connectLegacy() 111 case hardware::ICameraService::ERROR_MAX_CAMERAS_IN_USE: in connectLegacy() 114 case hardware::ICameraService::ERROR_ILLEGAL_ARGUMENT: in connectLegacy() 117 case hardware::ICameraService::ERROR_DEPRECATED_HAL: in connectLegacy() [all …]
|