Home
last modified time | relevance | path

Searched refs:manager (Results 1 – 25 of 37) sorted by relevance

12

/device/generic/goldfish/camera/jpeg-stub/
DCompressor.cpp206 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in initDestination() local
209 manager->mBuffer.resize(16 * 1024); in initDestination()
210 manager->next_output_byte = &manager->mBuffer[0]; in initDestination()
211 manager->free_in_buffer = manager->mBuffer.size(); in initDestination()
216 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in emptyOutputBuffer() local
220 size_t oldSize = manager->mBuffer.size(); in emptyOutputBuffer()
221 manager->mBuffer.resize(oldSize * 2); in emptyOutputBuffer()
222 manager->next_output_byte = &manager->mBuffer[oldSize]; in emptyOutputBuffer()
223 manager->free_in_buffer = manager->mBuffer.size() - oldSize; in emptyOutputBuffer()
224 return manager->free_in_buffer != 0; in emptyOutputBuffer()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DUserIdentifyManager.uni2 // Produces user manager protocol
4 // This module manages user information and produces user manager protocol.
18 #string STR_MODULE_ABSTRACT #language en-US "Produces user manager protocol"
20 … #language en-US "This module manages user information and produces user manager protocol."
DUserIdentifyManagerDxe.inf2 # Produces user manager protocol
4 # This module manages user information and produces user manager protocol.
DUserIdentifyManagerVfr.Vfr2 User identify manager formset.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_multiprocessing.py1158 refs = self.manager._number_of_objects()
1159 debug_info = self.manager._debug_info()
1161 print self.manager._debug_info()
1206 manager = MyManager()
1207 manager.start()
1209 foo = manager.Foo()
1210 bar = manager.Bar()
1211 baz = manager.baz()
1231 manager.shutdown()
1258 manager = QueueManager2(
[all …]
Dtest_grammar.py935 class manager(object): class
941 with manager():
943 with manager() as x:
945 with manager() as (x, y):
947 with manager(), manager():
949 with manager() as x, manager() as y:
951 with manager() as x, manager():
/device/lge/bullhead/sepolicy/
Dperipheral_manager.te15 #Rules for peripheral manager clients
34 #Needed by pm-proxy to talk to peripheral manager
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py872 class manager(object): class
878 with manager():
880 with manager() as x:
882 with manager() as (x, y):
884 with manager(), manager():
886 with manager() as x, manager() as y:
888 with manager() as x, manager():
Dpy2_test_grammar.py924 class manager(object): class
930 with manager():
932 with manager() as x:
934 with manager() as (x, y):
936 with manager(), manager():
938 with manager() as x, manager() as y:
940 with manager() as x, manager():
/device/google/contexthub/sensorhal/
Dsensors.cpp352 …ontext::DynamicSensorManagerOperation::DynamicSensorManagerOperation(DynamicSensorManager* manager) in DynamicSensorManagerOperation() argument
353 : mDynamicSensorManager(manager) { in DynamicSensorManagerOperation()
382 DynamicSensorManager* manager = DynamicSensorManager::createInstance( in initializeHalExtension() local
386 mSensorList.push_back(manager->getDynamicMetaSensor()); in initializeHalExtension()
389 mOperationHandler.emplace_back(new DynamicSensorManagerOperation(manager)); in initializeHalExtension()
Dsensors.h144 DynamicSensorManagerOperation(DynamicSensorManager* manager);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DDriverHealthManagerDxe.uni4 // This module produces two driver health manager forms.
23 #string STR_MODULE_DESCRIPTION #language en-US "This module produces two driver health manager form…
DDriverHealthManagerDxeExtra.uni4 // This module produces two driver health manager forms.
DDriverHealthManagerDxe.inf4 # This module produces two driver health manager forms.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DUefiPxe4BcDxe.uni6 // Protocol to provide one clean way to otain control from the boot manager if the
24 … File Protocol to provide a clean method to obtain control from the boot manager if the boot patch…
DUefiPxeBcDxe.inf6 # Protocol to provide one clean way to otain control from the boot manager if the
/device/google/dragon/sepolicy/
Dmediaserver.te3 # sensor manager based camera/video stabilization
Dcameraserver.te3 # sensor manager based camera/video stabilization
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1013 rv.manager = self
1019 rv.manager = self
1305 if (found == 0) and raiseExceptions and not self.manager.emittedNoHandlerWarning:
1308 self.manager.emittedNoHandlerWarning = 1
1328 if self.manager.disable >= level:
1349 return self.manager.getLogger(suffix)
1463 Logger.manager = Manager(Logger.root)
1538 return Logger.manager.getLogger(name)
1614 root.manager.disable = level
Dconfig.py209 existing = list(root.manager.loggerDict.keys())
258 logger = root.manager.loggerDict[log]
587 existing = root.manager.loggerDict.keys()
622 logger = root.manager.loggerDict[log]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideDxe.uni8 // This driver also offers an UI interface in device manager to let user configure
37 …RIDE_PROTOCOL protocol This driver also offers an UI interface in device manager to let users conf…
DVfr.vfr18 // Platform driver Override manager formset
/device/linaro/bootloader/edk2/ShellBinPkg/
DReadMe.txt42 2. DrvCfg does not overlap boot manager functionality.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManagerVfr.Vfr39 // This is where devices get added to the device manager hierarchy
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileManagerVfr.Vfr25 // User manager form

12