/hardware/interfaces/usb/gadget/1.1/default/ |
D | UsbGadget.cpp | 77 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid() argument 80 switch (functions) { in validateAndSetVidPid() 134 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions() argument 140 if (addGenericAndroidFunctions(&monitorFfs, functions, &ffsEnabled, &i) != in setupFunctions() 144 if ((functions & V1_0::GadgetFunction::ADB) != 0) { in setupFunctions() 153 if (callback) callback->setCurrentUsbFunctionsCb(functions, V1_0::Status::SUCCESS); in setupFunctions() 168 functions, pullup ? V1_0::Status::SUCCESS : V1_0::Status::ERROR); in setupFunctions() 175 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions() argument 180 mCurrentUsbFunctions = functions; in setCurrentUsbFunctions() 194 if (functions == static_cast<uint64_t>(V1_0::GadgetFunction::NONE)) { in setCurrentUsbFunctions() [all …]
|
D | UsbGadget.h | 77 Return<void> setCurrentUsbFunctions(uint64_t functions, 87 V1_0::Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback>& callback,
|
/hardware/interfaces/usb/gadget/1.0/ |
D | IUsbGadgetCallback.hal | 24 * @param functions list of functions defined by GadgetFunction 26 * @param status SUCCESS when the functions are applied. 31 oneway setCurrentUsbFunctionsCb(bitfield<GadgetFunction> functions, 37 * @param functions list of functions defined by GadgetFunction 39 * @param status FUNCTIONS_APPLIED when list of functions have been 41 * FUNCTIONS_NOT_APPLIED when the functions have not 45 oneway getCurrentUsbFunctionsCb(bitfield<GadgetFunction> functions,
|
D | IUsbGadget.hal | 27 * @param functions list of functions defined by GadgetFunction to be 34 oneway setCurrentUsbFunctions(bitfield<GadgetFunction> functions, 39 * This function is used to query the USB functions included in the 43 * propagate the current functions list.
|
/hardware/interfaces/usb/gadget/1.2/default/ |
D | UsbGadget.cpp | 128 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid() argument 131 switch (functions) { in validateAndSetVidPid() 191 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions() argument 197 if (addGenericAndroidFunctions(&monitorFfs, functions, &ffsEnabled, &i) != in setupFunctions() 201 if ((functions & V1_2::GadgetFunction::ADB) != 0) { in setupFunctions() 210 if (callback) callback->setCurrentUsbFunctionsCb(functions, V1_0::Status::SUCCESS); in setupFunctions() 225 functions, pullup ? V1_0::Status::SUCCESS : V1_0::Status::ERROR); in setupFunctions() 232 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions() argument 237 mCurrentUsbFunctions = functions; in setCurrentUsbFunctions() 251 if (functions == static_cast<uint64_t>(V1_2::GadgetFunction::NONE)) { in setCurrentUsbFunctions() [all …]
|
D | UsbGadget.h | 85 Return<void> setCurrentUsbFunctions(uint64_t functions, 97 V1_0::Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback>& callback,
|
/hardware/interfaces/usb/gadget/1.2/default/lib/ |
D | UsbGadgetUtils.cpp | 126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions() argument 128 if (((functions & GadgetFunction::MTP) != 0)) { in addGenericAndroidFunctions() 141 } else if (((functions & GadgetFunction::PTP) != 0)) { in addGenericAndroidFunctions() 156 if ((functions & GadgetFunction::MIDI) != 0) { in addGenericAndroidFunctions() 161 if ((functions & GadgetFunction::ACCESSORY) != 0) { in addGenericAndroidFunctions() 166 if ((functions & GadgetFunction::AUDIO_SOURCE) != 0) { in addGenericAndroidFunctions() 171 if ((functions & GadgetFunction::RNDIS) != 0) { in addGenericAndroidFunctions() 183 if ((functions & GadgetFunction::NCM) != 0) { in addGenericAndroidFunctions()
|
/hardware/google/pixel/usb/ |
D | UsbGadgetUtils.cpp | 139 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled, in addGenericAndroidFunctions() argument 141 if (((functions & GadgetFunction::MTP) != 0)) { in addGenericAndroidFunctions() 157 } else if (((functions & GadgetFunction::PTP) != 0)) { in addGenericAndroidFunctions() 175 if ((functions & GadgetFunction::MIDI) != 0) { in addGenericAndroidFunctions() 181 if ((functions & GadgetFunction::ACCESSORY) != 0) { in addGenericAndroidFunctions() 187 if ((functions & GadgetFunction::AUDIO_SOURCE) != 0) { in addGenericAndroidFunctions() 193 if ((functions & GadgetFunction::RNDIS) != 0) { in addGenericAndroidFunctions()
|
/hardware/interfaces/usb/gadget/1.1/default/lib/ |
D | UsbGadgetUtils.cpp | 126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions() argument 128 if (((functions & GadgetFunction::MTP) != 0)) { in addGenericAndroidFunctions() 141 } else if (((functions & GadgetFunction::PTP) != 0)) { in addGenericAndroidFunctions() 156 if ((functions & GadgetFunction::MIDI) != 0) { in addGenericAndroidFunctions() 161 if ((functions & GadgetFunction::ACCESSORY) != 0) { in addGenericAndroidFunctions() 166 if ((functions & GadgetFunction::AUDIO_SOURCE) != 0) { in addGenericAndroidFunctions() 171 if ((functions & GadgetFunction::RNDIS) != 0) { in addGenericAndroidFunctions()
|
/hardware/interfaces/tests/hash/1.0/default/ |
D | Hash.cpp | 15 Return<void> Hash::functions() { in functions() function in android::hardware::tests::hash::V1_0::implementation::Hash
|
D | Hash.h | 29 Return<void> functions() override;
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | README.txt | 45 Get them by calling static functions of VendorGraphicBufferMeta 103 You can still use the default mapper functions in the original GraphicBufferMapper class: 106 Refer to following header if you need to use more mapper functions: 124 You can still use the default allocator functions in the original GraphicBufferAllocator class: 126 Refer to following header if you need to use more mapper functions:
|
/hardware/interfaces/radio/deprecated/1.0/ |
D | IOemHookResponse.hal | 22 * Interface declaring response functions to solicited oem hook requests. 23 * Response functions defined in this interface are as per following convention:
|
D | IOemHook.hal | 31 * Set response functions for oem hook requests & oem hook indications. 33 * @param oemHookResponse Object containing response functions
|
/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfig.hal | 25 * All the functions have minimum one parameter: 33 * Set response functions for radio config requests & radio config indications. 35 * @param radioConfigResponse Object containing radio config response functions
|
/hardware/interfaces/health/2.0/utils/libhealthservice/ |
D | Android.bp | 2 // Vendor service can customize by implementing functions defined in
|
/hardware/st/secure_element2/secure_element/ |
D | Android.bp | 17 // - delete HIDL_FETCH_I* functions. 96 // - delete HIDL_FETCH_I* functions. 178 // - delete HIDL_FETCH_I* functions. 265 // - delete HIDL_FETCH_I* functions. 344 // - delete HIDL_FETCH_I* functions. 426 // - delete HIDL_FETCH_I* functions.
|
/hardware/interfaces/health/2.0/utils/ |
D | README.md | 21 two functions:
|
/hardware/interfaces/graphics/composer/2.1/ |
D | types.hal | 19 /** Return codes from all functions. */
|
/hardware/interfaces/audio/effect/6.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ |
D | configure.ac | 52 # Checks for library functions.
|
/hardware/interfaces/audio/effect/7.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|