Home
last modified time | relevance | path

Searched defs:manager (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DCompressor.cpp206 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in initDestination() local
216 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in emptyOutputBuffer() local
228 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in termDestination() local
/device/generic/goldfish/camera/jpeg-stub/
DCompressor.cpp206 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in initDestination() local
216 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in emptyOutputBuffer() local
228 auto manager = reinterpret_cast<DestinationManager*>(cinfo->dest); in termDestination() local
/device/google/contexthub/sensorhal/
Dsensors.cpp335 …ontext::DynamicSensorManagerOperation::DynamicSensorManagerOperation(DynamicSensorManager* manager) in DynamicSensorManagerOperation()
365 DynamicSensorManager* manager = DynamicSensorManager::createInstance( in initializeHalExtension() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_grammar.py935 class manager(object): class
Dtest_multiprocessing.py1904 manager = object.__new__(multiprocessing.managers.SyncManager) variable in ManagerMixin
Dtest_descr.py1670 def run_context(manager): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py924 class manager(object): class
Dpy3_test_grammar.py872 class manager(object): class