HomeSort by relevance Sort by last modified time
    Searched refs:V1_0 (Results 326 - 350 of 1315) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDevice_3_4.h 38 using ::android::hardware::camera::common::V1_0::CameraResourceCost;
39 using ::android::hardware::camera::common::V1_0::TorchMode;
40 using ::android::hardware::camera::common::V1_0::Status;
86 status_t initDefaultCharsKeys(::android::hardware::camera::common::V1_0::helper::CameraMetadata*);
89 ::android::hardware::camera::common::V1_0::helper::CameraMetadata*);
92 ::android::hardware::camera::common::V1_0::helper::CameraMetadata*);
113 ::android::hardware::camera::common::V1_0::helper::CameraMetadata mCameraCharacteristics;
  /hardware/interfaces/camera/provider/2.4/default/
CameraProvider.h 37 using ::android::hardware::camera::common::V1_0::CameraDeviceStatus;
38 using ::android::hardware::camera::common::V1_0::Status;
39 using ::android::hardware::camera::common::V1_0::TorchModeStatus;
40 using ::android::hardware::camera::common::V1_0::VendorTag;
41 using ::android::hardware::camera::common::V1_0::VendorTagSection;
42 using ::android::hardware::camera::common::V1_0::helper::CameraModule;
43 using ::android::hardware::camera::common::V1_0::helper::VendorTagDescriptor;
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
NfcClientCallback.vts.h 25 using namespace android::hardware::nfc::V1_0;
29 class Vts_android_hardware_nfc_V1_0_INfcClientCallback : public ::android::hardware::nfc::V1_0::INfcClientCallback, public DriverCallbackBase {
37 ::android::hardware::nfc::V1_0::NfcEvent arg0,
38 ::android::hardware::nfc::V1_0::NfcStatus arg1) override;
48 sp<::android::hardware::nfc::V1_0::INfcClientCallback> VtsFuzzerCreateVts_android_hardware_nfc_V1_0_INfcClientCallback(const string& callback_socket_name);
54 explicit FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback(::android::hardware::nfc::V1_0::INfcClientCallback* hw_binder_proxy) : DriverBase(HAL_HIDL), hw_binder_proxy_(hw_binder_proxy) {}
66 sp<::android::hardware::nfc::V1_0::INfcClientCallback> hw_binder_proxy_;
Nfc.driver.cpp 10 using namespace android::hardware::nfc::V1_0;
20 hw_binder_proxy_ = ::android::hardware::nfc::V1_0::INfc::getService(service_name, get_stub);
32 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> Vts_android_hardware_nfc_V1_0_INfc::open(
33 const sp<::android::hardware::nfc::V1_0::INfcClientCallback>& arg0 __attribute__((__unused__))) {
42 return ::android::hardware::nfc::V1_0::NfcStatus();
64 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> Vts_android_hardware_nfc_V1_0_INfc::coreInitialized(
80 return ::android::hardware::nfc::V1_0::NfcStatus();
83 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> Vts_android_hardware_nfc_V1_0_INfc::prediscover(
90 return ::android::hardware::nfc::V1_0::NfcStatus();
93 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> Vts_android_hardware_nfc_V1_0_INfc::close
    [all...]
  /frameworks/av/media/libmedia/include/media/
OMXFenceParcelable.h 29 namespace media { namespace omx { namespace V1_0 {
61 friend void (::android::hardware::media::omx::V1_0::implementation::
64 friend bool (::android::hardware::media::omx::V1_0::implementation::
67 friend void (::android::hardware::media::omx::V1_0::utils::
70 friend bool (::android::hardware::media::omx::V1_0::utils::
  /frameworks/av/services/camera/libcameraservice/device1/
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;
374 * Implementation of android::hardware::camera::device::V1_0::ICameraDeviceCallback
377 hardware::camera::device::V1_0::NotifyCallbackMsg msgType,
384 hardware::camera::device::V1_0::DataCallbackMsg msgType,
386 const hardware::camera::device::V1_0::CameraFrameMetadata& metadata) override;
388 hardware::camera::device::V1_0::DataCallbackMsg msgType,
391 hardware::camera::device::V1_0::DataCallbackMsg msgType,
395 hardware::camera::device::V1_0::DataCallbackMsg msgType
    [all...]
  /hardware/interfaces/radio/1.2/default/
Radio.h 41 sp<::android::hardware::radio::V1_0::IRadioResponse> mRadioResponse;
42 sp<::android::hardware::radio::V1_0::IRadioIndication> mRadioIndication;
48 // Methods from ::android::hardware::radio::V1_0::IRadio follow.
50 const sp<::android::hardware::radio::V1_0::IRadioResponse>& radioResponse,
51 const sp<::android::hardware::radio::V1_0::IRadioIndication>& radioIndication) override;
68 const ::android::hardware::radio::V1_0::Dial& dialInfo) override;
84 const ::android::hardware::radio::V1_0::GsmSmsMessage& message) override;
86 int32_t serial, const ::android::hardware::radio::V1_0::GsmSmsMessage& message) override;
88 int32_t serial, ::android::hardware::radio::V1_0::RadioTechnology radioTechnology,
89 const ::android::hardware::radio::V1_0::DataProfileInfo& dataProfileInfo
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.h 51 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts,
66 class CameraProviderManager : virtual public hidl::manager::V1_0::IServiceNotification {
76 const sp<hidl::manager::V1_0::IServiceNotification>
88 const sp<hidl::manager::V1_0::IServiceNotification>
106 hardware::camera::common::V1_0::CameraDeviceStatus newStatus) = 0;
108 hardware::camera::common::V1_0::TorchModeStatus newStatus) = 0;
153 hardware::camera::common::V1_0::CameraResourceCost* cost) const;
203 const sp<hardware::camera::device::V1_0::ICameraDeviceCallback>& callback,
205 sp<hardware::camera::device::V1_0::ICameraDevice> *session);
223 static status_t mapToStatusT(const hardware::camera::common::V1_0::Status& s)
    [all...]
  /hardware/interfaces/tests/bar/1.0/default/
Bar.h 12 namespace V1_0 {
15 using ::android::hardware::tests::bar::V1_0::IBar;
16 using ::android::hardware::tests::foo::V1_0::Abc;
17 using ::android::hardware::tests::foo::V1_0::IFoo;
18 using ::android::hardware::tests::foo::V1_0::IFooCallback;
19 using ::android::hardware::tests::foo::V1_0::ISimple;
26 using BitField = ::android::hardware::tests::foo::V1_0::IFoo::BitField;
27 using MyMask = ::android::hardware::tests::foo::V1_0::IFoo::MyMask;
33 // Methods from ::android::hardware::tests::foo::V1_0::IFoo follow.
65 const hidl_vec<sp<android::hidl::base::V1_0::IBase> > &in
    [all...]
  /hardware/interfaces/tests/foo/1.0/default/
Foo.h 13 namespace V1_0 {
16 using ::android::hardware::tests::foo::V1_0::Abc;
17 using ::android::hardware::tests::foo::V1_0::IFoo;
18 using ::android::hardware::tests::foo::V1_0::IFooCallback;
19 using ::android::hardware::tests::foo::V1_0::ISimple;
25 using ContainsUnion = ::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion;
26 using Discriminator = ::android::hardware::tests::foo::V1_0::IFoo::Discriminator;
27 using Union = ::android::hardware::tests::foo::V1_0::IFoo::Union;
30 // Methods from ::android::hardware::tests::foo::V1_0::IFoo follow.
62 const hidl_vec<sp<android::hidl::base::V1_0::IBase> > &in
    [all...]
  /frameworks/base/services/core/jni/BroadcastRadio/
BroadcastRadioService.cpp 46 namespace V1_0 = hardware::broadcastradio::V1_0;
50 using V1_0::BandConfig;
51 using V1_0::Class;
52 using V1_0::ITuner;
53 using V1_0::MetaData;
54 using V1_0::ProgramInfo;
55 using V1_0::Result;
73 sp<V1_0::IBroadcastRadio> radioModule;
75 std::vector<hardware::broadcastradio::V1_0::BandConfig> bands
    [all...]
  /test/vts-testcase/hal/thermal/V1_0/target_stress/
thermal_hidl_stress_test.cpp 29 using ::android::hardware::thermal::V1_0::CoolingDevice;
30 using ::android::hardware::thermal::V1_0::CpuUsage;
31 using ::android::hardware::thermal::V1_0::IThermal;
32 using ::android::hardware::thermal::V1_0::Temperature;
33 using ::android::hardware::thermal::V1_0::ThermalStatus;
34 using ::android::hardware::thermal::V1_0::ThermalStatusCode;
  /frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp 38 using android::hardware::vibrator::V1_0::EffectStrength;
39 using android::hardware::vibrator::V1_0::Status;
42 namespace V1_0 = android::hardware::vibrator::V1_0;
102 halCall(&V1_0::IVibrator::ping).isOk();
107 return halCall(&V1_0::IVibrator::ping).isOk() ? JNI_TRUE : JNI_FALSE;
112 Status retStatus = halCall(&V1_0::IVibrator::on, timeout_ms).withDefault(Status::UNKNOWN_ERROR);
120 Status retStatus = halCall(&V1_0::IVibrator::off).withDefault(Status::UNKNOWN_ERROR);
127 return halCall(&V1_0::IVibrator::supportsAmplitudeControl).withDefault(false);
131 Status status = halCall(&V1_0::IVibrator::setAmplitude, static_cast<uint32_t>(amplitude)
    [all...]
  /frameworks/ml/nn/common/
ValidateHal.cpp 223 static bool validOperationType(V1_0::OperationType operation) {
225 case V1_0::OperationType::ADD:
226 case V1_0::OperationType::AVERAGE_POOL_2D:
227 case V1_0::OperationType::CONCATENATION:
228 case V1_0::OperationType::CONV_2D:
229 case V1_0::OperationType::DEPTHWISE_CONV_2D:
230 case V1_0::OperationType::DEPTH_TO_SPACE:
231 case V1_0::OperationType::DEQUANTIZE:
232 case V1_0::OperationType::EMBEDDING_LOOKUP:
233 case V1_0::OperationType::FLOOR
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 32 using ::android::hardware::media::omx::V1_0::IOmx;
33 using ::android::hardware::media::omx::V1_0::IOmxObserver;
34 using ::android::hardware::media::omx::V1_0::IOmxNode;
35 using ::android::hardware::media::omx::V1_0::Message;
36 using ::android::hardware::media::omx::V1_0::CodecBuffer;
37 using ::android::hardware::media::omx::V1_0::PortMode;
38 using ::android::hidl::allocator::V1_0::IAllocator;
39 using ::android::hidl::memory::V1_0::IMemory;
40 using ::android::hidl::memory::V1_0::IMapper;
72 android::hardware::media::omx::V1_0::Status status
    [all...]
  /device/google/marlin/power/
Power.h 31 using ::android::hardware::power::V1_0::Feature;
32 using ::android::hardware::power::V1_0::PowerHint;
38 // Methods from ::android::hardware::power::V1_0::IPower follow.
51 // Methods from ::android::hidl::base::V1_0::IBase follow.
  /device/google/wahoo/dumpstate/
DumpstateDevice.h 27 namespace V1_0 {
30 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
40 // Methods from ::android::hardware::dumpstate::V1_0::IDumpstateDevice follow.
48 } // namespace V1_0
  /device/google/wahoo/thermal/
sensors.h 32 using ::android::hardware::thermal::V1_0::Temperature;
33 using ::android::hardware::thermal::V1_0::TemperatureType;
  /device/google/wahoo/usb/
service.cpp 31 using android::hardware::usb::gadget::V1_0::IUsbGadget;
33 using android::hardware::usb::gadget::V1_0::implementation::UsbGadget;
  /device/google/wahoo/wifi_offload/
service.cpp 29 using android::hardware::wifi::offload::V1_0::IOffload;
30 using android::hardware::wifi::offload::V1_0::implementation::Offload;
  /external/libese/esed/
Weaver.h 30 using ::android::hardware::weaver::V1_0::IWeaver;
31 using ::android::hardware::weaver::V1_0::WeaverStatus;
38 // Methods from ::android::hardware::weaver::V1_0::IWeaver follow.
  /external/nos/host/android/hals/weaver/include/
Weaver.h 28 using ::android::hardware::weaver::V1_0::IWeaver;
29 using ::android::hardware::weaver::V1_0::WeaverStatus;
39 // Methods from ::android::hardware::weaver::V1_0::IWeaver follow.
  /external/wpa_supplicant_8/hostapd/hidl/1.0/
hostapd.h 31 namespace V1_0 {
39 class Hostapd : public V1_0::IHostapd
66 } // namespace V1_0
  /frameworks/av/media/libstagefright/mpeg2ts/
CasManager.h 27 namespace V1_0 {
30 using hardware::cas::native::V1_0::IDescrambler;
  /frameworks/base/services/core/java/com/android/server/location/
ContextHubServiceUtil.java 21 import android.hardware.contexthub.V1_0.ContextHub;
22 import android.hardware.contexthub.V1_0.ContextHubMsg;
23 import android.hardware.contexthub.V1_0.HostEndPoint;
24 import android.hardware.contexthub.V1_0.HubAppInfo;
25 import android.hardware.contexthub.V1_0.Result;
120 static android.hardware.contexthub.V1_0.NanoAppBinary createHidlNanoAppBinary(
122 android.hardware.contexthub.V1_0.NanoAppBinary hidlNanoAppBinary =
123 new android.hardware.contexthub.V1_0.NanoAppBinary();

Completed in 406 milliseconds

<<11121314151617181920>>