Searched refs:configuration (Results 1 - 9 of 9) sorted by relevance

/system/update_engine/
H A Dp2p_manager.h168 // |configuration| is non-null, the P2PManager will take ownership
178 Configuration *configuration,
H A Dp2p_manager.cc120 P2PManagerImpl(Configuration *configuration,
221 P2PManagerImpl::P2PManagerImpl(Configuration *configuration, argument
232 configuration_.reset(configuration != nullptr ? configuration :
731 Configuration *configuration,
737 return new P2PManagerImpl(configuration,
730 Construct( Configuration *configuration, ClockInterface *clock, UpdateManager* update_manager, const string& file_extension, const int num_files_to_keep, const TimeDelta& max_file_age) argument
/system/core/libusbhost/include/usbhost/
H A Dusbhost.h169 * and false if we only have access to the USB device configuration.
196 /* Sets the current configuration for the device to the specified configuration */
197 int usb_device_set_configuration(struct usb_device *device, int configuration);
/system/bt/doc/
H A Ddirectory_layout.md16 * conf - *Configuration* - Various configuration text files.
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/gradle/wrapper/
H A Dgradle-wrapper.jar ... wrapper.WrapperConfiguration) org.gradle.wrapper.WrapperConfiguration configuration String baseName String distName String rootDirName java.io. ...
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/gradle/wrapper/
H A Dgradle-wrapper.jar ... wrapper.WrapperConfiguration) org.gradle.wrapper.WrapperConfiguration configuration String baseName String distName String rootDirName java.io. ...
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/gradle/wrapper/
H A Dgradle-wrapper.jar ... wrapper.WrapperConfiguration) org.gradle.wrapper.WrapperConfiguration configuration String baseName String distName String rootDirName java.io. ...
/system/core/libusbhost/
H A Dusbhost.c566 int usb_device_set_configuration(struct usb_device *device, int configuration) argument
568 return ioctl(device->fd, USBDEVFS_SETCONFIGURATION, &configuration);
/system/sepolicy/
H A DAndroid.mk133 # Add a file containing only a newline in-between each policy configuration
134 # 'contexts' file. This will allow OEM policy configuration files without a

Completed in 273 milliseconds