Home
last modified time | relevance | path

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

1234

/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/invensense/6515/libsensors_iio/
DREADME_L_arm6410 $ make libinvensense_hal
11 $ make sensors.flounder
DLicense.txt35 Licensee may not make any modifications to the Software that would cause the
91 licensees of the Software. Licensee shall make reasonable efforts to
/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/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/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/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.
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp119 std::string make, model; in initialize() local
122 make = "Generic UVC webcam"; in initialize()
137 make = "Generic UVC webcam"; in initialize()
140 make = card; in initialize()
150 mOutputThread->setExifMakeModel(make, model); in initialize()
953 const std::string& make, const std::string& model) { in setExifMakeModel() argument
954 mExifMake = make; in setExifMakeModel()
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal68 * prepareModel is used to make any necessary transformations or alternative
/hardware/interfaces/neuralnetworks/1.0/
DIDevice.hal63 * prepareModel is used to make any necessary transformations or alternative
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal38 … * and they need more information to make intelligent decisions when the Android framework cannot.
139 * client could make use of this to execute beyond the granted permission. Thus,
171 * prepareModel is used to make any necessary transformations to or alternative
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT35 Licensee may not make any modifications to the Software that would cause the
91 licensees of the Software. Licensee shall make reasonable efforts to
/hardware/interfaces/contexthub/1.0/
Dtypes.hal108 string toolchain; // Toolchain to make binaries eg: "gcc ARM"
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h268 void setExifMakeModel(const std::string& make, const std::string& model);
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal143 * Framework does not make any assumptions on the keys or values, other than
/hardware/libhardware/modules/camera/3_4/
DREADME.md146 * V4L2 doesn't make promises about how fast settings will apply, and there's no

1234