/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 70 Vector<SubscriberInfo>::iterator it; in requestExit() local 71 for (it = mSubscribers.begin(); it != mSubscribers.end(); ++it) { in requestExit() 73 if (inotify_rm_watch(mInotifyFd, it->WatchID) == -1) { in requestExit() 77 __FUNCTION__, it->CameraID, strerror(errno), in requestExit() 83 __FUNCTION__, it->CameraID); in requestExit() 119 Vector<int>::const_iterator it, end; in readyToRun() local 120 it = mSubscribedCameraIds.begin(); in readyToRun() 122 for (; it != end; ++it) { in readyToRun() 123 int cameraId = *it; in readyToRun() 251 Vector<int>::const_iterator it, end; in getCameraId() local [all …]
|
D | CallbackNotifier.cpp | 173 List<camera_memory_t*>::iterator it = mCameraMemoryTs.begin(); in releaseRecordingFrame() local 174 for( ; it != mCameraMemoryTs.end(); ++it ) { in releaseRecordingFrame() 175 if ( (*it)->data == opaque ) { in releaseRecordingFrame() 176 (*it)->release( *it ); in releaseRecordingFrame() 177 mCameraMemoryTs.erase(it); in releaseRecordingFrame()
|
/device/generic/goldfish/ |
D | init.goldfish.rc | 50 # it is created (ie, after a data wipe). 71 # might read them (e.g. surface flinger), so define it in 85 # program to check wether it runs on the emulator 86 # if it does, it redirects its output to the device
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 208 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 209 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 210 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in ~QCamera3HardwareInterface() 214 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 215 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 216 QCamera3Channel *channel = (QCamera3Channel *)(*it)->stream->priv; in ~QCamera3HardwareInterface() 219 free (*it); in ~QCamera3HardwareInterface() 433 for (List<stream_info_t*>::iterator it=mStreamInfo.begin(); in configureStreams() local 434 it != mStreamInfo.end(); it++) { in configureStreams() 435 QCamera3Channel *channel = (QCamera3Channel*)(*it)->stream->priv; in configureStreams() [all …]
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 59 # it is created (ie, after a data wipe). 80 # might read them (e.g. surface flinger), so define it in 94 # program to check wether it runs on the emulator 95 # if it does, it redirects its output to the device
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 59 # it is created (ie, after a data wipe). 80 # might read them (e.g. surface flinger), so define it in 94 # program to check wether it runs on the emulator 95 # if it does, it redirects its output to the device
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 291 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 292 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 293 QCamera3Channel *channel = (*it)->channel; in ~QCamera3HardwareInterface() 301 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 302 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 303 QCamera3Channel *channel = (*it)->channel; in ~QCamera3HardwareInterface() 306 free (*it); in ~QCamera3HardwareInterface() 635 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreams() local 636 it != mStreamInfo.end(); it++) { in configureStreams() 637 QCamera3Channel *channel = (QCamera3Channel*)(*it)->stream->priv; in configureStreams() [all …]
|
D | QCamera3Channel.cpp | 2389 List<OfflineBuffer>::iterator it = mOfflineBuffers.begin(); in stop() local 2391 for( ; it != mOfflineBuffers.end(); it++) { in stop() 2392 stream = (*it).stream; in stop() 2394 error = stream->unmapBuf((*it).type, in stop() 2395 (*it).index, in stop()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 324 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 325 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 326 QCamera3Channel *channel = (*it)->channel; in ~QCamera3HardwareInterface() 334 for (List<stream_info_t *>::iterator it = mStreamInfo.begin(); in ~QCamera3HardwareInterface() local 335 it != mStreamInfo.end(); it++) { in ~QCamera3HardwareInterface() 336 QCamera3Channel *channel = (*it)->channel; in ~QCamera3HardwareInterface() 339 free (*it); in ~QCamera3HardwareInterface() 757 for (List<stream_info_t*>::iterator it = mStreamInfo.begin(); in configureStreams() local 758 it != mStreamInfo.end(); it++) { in configureStreams() 759 QCamera3Channel *channel = (QCamera3Channel*)(*it)->stream->priv; in configureStreams() [all …]
|
D | QCamera3Channel.cpp | 1703 List<uint32_t>::iterator it = mFreeBufferList.begin(); in request() local 1704 uint32_t freeBuffer = *it; in request() 1706 mFreeBufferList.erase(it); in request() 2909 List<OfflineBuffer>::iterator it = mOfflineBuffers.begin(); in unmapOfflineBuffers() local 2910 for (; it != mOfflineBuffers.end(); it++) { in unmapOfflineBuffers() 2911 stream = (*it).stream; in unmapOfflineBuffers() 2913 rc = stream->unmapBuf((*it).type, in unmapOfflineBuffers() 2914 (*it).index, in unmapOfflineBuffers() 2920 CDBG("%s: Unmapped buffer with index %d", __func__, (*it).index); in unmapOfflineBuffers() 2923 mOfflineBuffers.erase(it); in unmapOfflineBuffers() [all …]
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 489 List<struct QCameraMemory::QCameraMemInfo>::iterator it; in clear() local 490 it = mPools[i].begin(); in clear() 491 for( ; it != mPools[i].end() ; it++) { in clear() 492 QCameraMemory::deallocOneBuffer(*it); in clear() 530 List<struct QCameraMemory::QCameraMemInfo>::iterator it; in findBufferLocked() local 531 it = mPools[streamType].begin(); in findBufferLocked() 532 for ( ; it != mPools[streamType].end() ; it++) { in findBufferLocked() 533 if ( ((*it).size >= size) && in findBufferLocked() 534 ((*it).heap_id == heap_id) && in findBufferLocked() 535 ((*it).cached == cached) ) { in findBufferLocked() [all …]
|
D | QCameraChannel.cpp | 998 List<OfflineBuffer>::iterator it = mOfflineBuffers.begin(); in stop() local 1000 for( ; it != mOfflineBuffers.end(); it++) { in stop() 1001 stream = (*it).stream; in stop() 1003 error = stream->unmapBuf((*it).type, in stop() 1004 (*it).index, in stop()
|
/device/moto/shamu/sepolicy/ |
D | bluetooth.te | 2 # TODO: label it sysfs_bluetooth_writable instead
|
D | mdm_helper.te | 24 # ks checks the writeback path (dir) for the EFS block devices to make sure it is valid
|
/device/samsung/manta/ |
D | init.smdk5250.rc | 27 # HACK, suspend is broken. remove me when it's fixed 30 # Set up kernel tracing, but disable it by default
|
D | init.recovery.manta.rc | 4 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
D | init.manta.rc | 47 # Set up kernel tracing, but disable it by default 178 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/htc/flounder/ |
D | init.recovery.flounder.rc | 4 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/sample/sdk_addon/ |
D | manifest.ini | 35 # if it wishes to override the default skin of the base platform. 41 # of USB Vendor IDs it knows. After installing an add-on the command
|
/device/asus/fugu/sepolicy/ |
D | btfwloader.te | 7 # Allow it to execute /system/bin/sh
|
/device/asus/grouper/ |
D | system.prop | 15 # don't preload OpenGL in Zygote, the Tegra drivers do not like it
|
/device/asus/tilapia/ |
D | system.prop | 15 # don't preload OpenGL in Zygote, the Tegra drivers do not like it
|
D | init.tilapia.rc | 42 # Force it to root/root if it already exists. 46 # Force it to root/root if it already exists. 315 # support it.
|
/device/sample/apps/SampleEmailPolicy/ |
D | proguard.flags | 15 # Prevent ProGuard from discarding the "getPolicy" method, or the class that contains it.
|
/device/generic/goldfish/opengl/system/renderControl_enc/ |
D | README | 14 it supports. returns EGL_FALSE on failure. 84 different Android process than the one which created it.
|