/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/invensense/6515/libsensors_iio/ |
D | README_L_arm64 | 10 $ make libinvensense_hal 11 $ make sensors.flounder
|
D | License.txt | 35 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/ |
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/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/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/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.
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 119 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/ |
D | IDevice.hal | 68 * prepareModel is used to make any necessary transformations or alternative
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IDevice.hal | 63 * prepareModel is used to make any necessary transformations or alternative
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IDevice.hal | 38 … * 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/ |
D | LICENSE.TXT | 35 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/ |
D | types.hal | 108 string toolchain; // Toolchain to make binaries eg: "gcc ARM"
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 268 void setExifMakeModel(const std::string& make, const std::string& model);
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 143 * Framework does not make any assumptions on the keys or values, other than
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 146 * V4L2 doesn't make promises about how fast settings will apply, and there's no
|