Searched refs:make (Results 1 – 25 of 120) sorted by relevance
12345
/hardware/qcom/msm8998/json-c/ |
D | README.md | 36 $ make 37 $ make install 43 $ make check 52 ```make 59 ```make
|
D | Android.configure.mk | 32 make -C $$(dirname $$file) $$(basename $$file) ; \
|
D | RELEASE_CHECKLIST.txt | 75 When uploading, use "Reduced Redundancy", and make the uploaded files publicly accessible.
|
/hardware/interfaces/tests/extension/vibrator/aidl/default/ |
D | service.cpp | 33 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/ |
D | README_L_arm64 | 10 $ make libinvensense_hal 11 $ make sensors.flounder
|
/hardware/interfaces/identity/aidl/default/ |
D | IdentityCredentialStore.cpp | 43 ndk::SharedRefBase::make<WritableIdentityCredential>(docType, testCredential); in createCredential() 64 ndk::SharedRefBase::make<IdentityCredential>(credentialData); in getCredential()
|
D | service.cpp | 35 ndk::SharedRefBase::make<IdentityCredentialStore>(); in main()
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | msg_formatting.h | 53 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/ |
D | runtests.sh | 23 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode android.hardware.wifi@1.0-service-tests
|
/hardware/interfaces/light/aidl/default/ |
D | main.cpp | 27 std::shared_ptr<Lights> lights = ndk::SharedRefBase::make<Lights>(); in main()
|
/hardware/interfaces/vibrator/aidl/default/ |
D | main.cpp | 27 std::shared_ptr<Vibrator> vib = ndk::SharedRefBase::make<Vibrator>(); in main()
|
/hardware/interfaces/power/aidl/default/ |
D | main.cpp | 27 std::shared_ptr<Power> vib = ndk::SharedRefBase::make<Power>(); in main()
|
/hardware/interfaces/gnss/1.1/ |
D | IGnss.hal | 55 * 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/ |
D | Android.bp | 4 // - 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/ |
D | Android.bp | 3 // To use this, make a copy of this whole directory and rename modules
|
/hardware/interfaces/dumpstate/1.1/default/ |
D | main.cpp | 119 auto dumpstate = sp<DumpstateDevice>::make(); in main()
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | Exif.h | 228 virtual bool setMake(const std::string& make) = 0;
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 56 * This is the secret sauce that will really make this extension shine.
|
/hardware/interfaces/usb/1.2/ |
D | IUsb.hal | 51 * Enabling port protection algoritm must make the lower layers to autonomously
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 33 * This call is meant to make V1_0::MetaData lightweight - instead of
|
/hardware/interfaces/audio/common/all-versions/ |
D | copyHAL.sh | 30 readonly GSI_CURRENT=build/make/target/product/gsi/current.txt
|
/hardware/interfaces/camera/common/1.0/default/ |
D | Exif.cpp | 234 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/ |
D | IWifi.hal | 55 * Perform any setup that is required to make use of the module. If the module
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 83 * BUTTONS, it might make sense to also light the INDICATOR
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 106 * 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