Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 120) sorted by relevance

12345

/hardware/qcom/msm8998/json-c/
DREADME.md36 $ make
37 $ make install
43 $ make check
52 ```make
59 ```make
DAndroid.configure.mk32 make -C $$(dirname $$file) $$(basename $$file) ; \
DRELEASE_CHECKLIST.txt75 When uploading, use "Reduced Redundancy", and make the uploaded files publicly accessible.
/hardware/interfaces/tests/extension/vibrator/aidl/default/
Dservice.cpp33 std::shared_ptr<Vibrator> vib = ndk::SharedRefBase::make<Vibrator>(); in main()
37 std::shared_ptr<CustomVibrator> cvib = ndk::SharedRefBase::make<CustomVibrator>(); in main()
/hardware/invensense/6515/libsensors_iio/
DREADME_L_arm6410 $ make libinvensense_hal
11 $ make sensors.flounder
/hardware/interfaces/identity/aidl/default/
DIdentityCredentialStore.cpp43 ndk::SharedRefBase::make<WritableIdentityCredential>(docType, testCredential); in createCredential()
64 ndk::SharedRefBase::make<IdentityCredential>(credentialData); in getCredential()
Dservice.cpp35 ndk::SharedRefBase::make<IdentityCredentialStore>(); in main()
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dmsg_formatting.h53 struct make {};
56 struct make<n> {
57 using type = conc_t<typename make<n - 1>::type, IntegerSequence<n - 1>>;
60 struct make<start, n> {
61 using type = conc_t<typename make<start, n - 1>::type, IntegerSequence<start + n - 1>>;
65 struct make<start, start> {
70 struct make<0> {
75 using make_t = typename make<n...>::type;
/hardware/interfaces/wifi/1.3/default/tests/
Druntests.sh23 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode android.hardware.wifi@1.0-service-tests
/hardware/interfaces/light/aidl/default/
Dmain.cpp27 std::shared_ptr<Lights> lights = ndk::SharedRefBase::make<Lights>(); in main()
/hardware/interfaces/vibrator/aidl/default/
Dmain.cpp27 std::shared_ptr<Vibrator> vib = ndk::SharedRefBase::make<Vibrator>(); in main()
/hardware/interfaces/power/aidl/default/
Dmain.cpp27 std::shared_ptr<Power> vib = ndk::SharedRefBase::make<Power>(); in main()
/hardware/interfaces/gnss/1.1/
DIGnss.hal55 * GNSS hardware must make strong tradeoffs to substantially restrict power use.
58 * one second per interval, and must make exactly one call to gnssSvStatusCb(), and either
60 * the nominal mode (similar to V1.0 where this flag wasn't present) and is expected to make
/hardware/st/secure_element2/secure_element/
DAndroid.bp4 // - change '-impl' to '-service' here and make it a cc_binary instead of a
79 // - change '-impl' to '-service' here and make it a cc_binary instead of a
157 // - change '-impl' to '-service' here and make it a cc_binary instead of a
/hardware/google/av/codec2/hidl/services/
DAndroid.bp3 // To use this, make a copy of this whole directory and rename modules
/hardware/interfaces/dumpstate/1.1/default/
Dmain.cpp119 auto dumpstate = sp<DumpstateDevice>::make(); in main()
/hardware/interfaces/camera/common/1.0/default/include/
DExif.h228 virtual bool setMake(const std::string& make) = 0;
/hardware/interfaces/tests/extension/light/2.0/
Dtypes.hal56 * This is the secret sauce that will really make this extension shine.
/hardware/interfaces/usb/1.2/
DIUsb.hal51 * Enabling port protection algoritm must make the lower layers to autonomously
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal33 * This call is meant to make V1_0::MetaData lightweight - instead of
/hardware/interfaces/audio/common/all-versions/
DcopyHAL.sh30 readonly GSI_CURRENT=build/make/target/product/gsi/current.txt
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp234 virtual bool setMake(const std::string& make);
793 bool ExifUtilsImpl::setMake(const std::string& make) { in setMake() argument
794 SET_STRING(EXIF_IFD_0, EXIF_TAG_MAKE, EXIF_FORMAT_ASCII, make); in setMake()
/hardware/interfaces/wifi/1.0/
DIWifi.hal55 * Perform any setup that is required to make use of the module. If the module
/hardware/interfaces/light/2.0/
Dtypes.hal83 * BUTTONS, it might make sense to also light the INDICATOR
/hardware/interfaces/input/common/1.0/
Dtypes.hal106 * represents the size of the approaching finger or tool used to make contact.
108 * represents the size of the approaching finger or tool used to make contact.
121 * represents the size of the approaching finger or tool used to make contact.
123 * represents the size of the approaching finger or tool used to make contact.
412 * Type of tool used to make contact, such as a finger or stylus, if known.

12345