/hardware/bsp/intel/peripheral/libupm/src/sm130/ |
D | sm130.cxx | 73 if (!data.empty()) in sendCommand() 85 if (!data.empty()) in sendCommand() 170 if (resp.empty()) in getFirmwareVersion() 186 if (resp.empty()) in reset() 212 if (resp.empty()) in select() 257 if (key.empty()) in authenticate() 279 if (resp.empty()) in authenticate() 319 if (resp.empty()) in readBlock16() 359 if (resp.empty()) in readValueBlock() 414 if (resp.empty()) in writeBlock16() [all …]
|
/hardware/ril/libril/ |
D | rilSocketQueue.h | 77 int empty(void); 106 while(empty()) { in dequeue() 160 int Ril_queue<T>::empty(void) { in empty() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 3 * Handled empty clusters 4 * Handled empty clusters when seeking
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | Map.h | 53 bool empty() const { return ( !head || !tail ); } in empty() function 54 operator bool() const { return !empty(); } 148 if( empty() ) in insert()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/ |
D | Map.h | 53 bool empty() const { return ( !head || !tail ); } in empty() function 54 operator bool() const { return !empty(); } 148 if( empty() ) in insert()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/ |
D | Map.h | 53 bool empty() const { return ( !head || !tail ); } in empty() function 54 operator bool() const { return !empty(); } 148 if( empty() ) in insert()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 51 bool empty() const { in empty() function 55 return !empty(); 153 if ( empty() ) { in insert()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/ |
D | Map.h | 53 bool empty() const { return ( !head || !tail ); } in empty() function 54 operator bool() const { return !empty(); } 148 if( empty() ) in insert()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/ |
D | Map.h | 53 bool empty() const { return ( !head || !tail ); } in empty() function 54 operator bool() const { return !empty(); } 148 if( empty() ) in insert()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 52 bool empty() const { in empty() function 56 return !empty(); 154 if ( empty() ) { in insert()
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_processor.cpp | 178 if (mInputBuffers.empty()) { in updateFirmwareOutputBufStatus() 605 if (mInputBuffers.empty() && mOutputBuffers.empty()) { in notifyFlush() 615 while (!mInputBuffers.empty()) { in notifyFlush() 643 while (!mInputBuffers.empty()) { in flush() 655 while (!mOutputBuffers.empty()) { in flush()
|
/hardware/ti/omap4-aah/camera/inc/ |
D | BufferSourceAdapter.h | 113 while (!mFrames.empty()) { in requestExit() 126 while (mFrames.empty() && !mDestroying) mFramesCondition.wait(mFramesMutex); in threadLoop()
|
/hardware/bsp/intel/peripheral/libupm/ |
D | .clang-format | 73 # Do not keep empty lines at start of blocks 76 # Keep at most 2 consecutive empty lines
|
/hardware/qcom/camera/QCamera2/util/ |
D | QCameraPerf.cpp | 181 if (mActivePowerHints.empty() == false) { in lock_deinit() 532 if (mActivePowerHints.empty() == false) { in powerHint()
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_userpool.c | 586 int empty; in pool_takedown() local 591 empty = (p->delayed.next == &p->delayed); in pool_takedown() 594 if (!empty) in pool_takedown() 597 } while (!empty); in pool_takedown()
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_primary.h | 85 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled()
|
/hardware/bsp/intel/peripheral/libmraa/examples/c++/ |
D | Iio-dummy.cpp | 82 if (attr_name.empty()) in log_result()
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderBase.cpp | 345 if(mVACodedBufferList.empty()){ in encode() 362 if(mVACodedBufferList.empty()){ in encode() 471 if(mEncodeTaskList.empty()) { in getOutput() 489 if(mEncodeTaskList.empty()){ in getOutput() 633 while(! mEncodeTaskList.empty()) in stop() 643 while(! mSrcSurfaceMapList.empty()) in stop() 1682 while(! mSrcSurfaceMapList.empty()) in manageSrcSurface()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_pcm.c | 302 i->openmax, i->integer, i->empty); in param_dump() 362 i->openmax, i->integer, i->empty); in pcm_buffer_size() 372 i->openmax, i->integer, i->empty); in pcm_period_size()
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
D | TargetArch.cmake | 128 # already be set to "unknown" but in the case that it's empty (i.e. due
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1107 if (mFreeOfflineMetaBuffersList.empty()) { in setFwkInputPPData() 2648 if (mFreeHeapBufferList.empty()) { in request() 3313 if (mFreeBufferList.empty()) { in request() 3829 if (mReprocessPerfMode && mPriorityFrames.empty()) { in resetToCamPerfNormal() 4031 if (!mOfflineBuffers.empty()) { in unmapOfflineBuffers() 4056 if (!mOfflineMetaBuffers.empty()) { in unmapOfflineBuffers() 4399 if (mFreeBufferList.empty()) { in doReprocessOffline()
|
/hardware/qcom/audio/msm8909/audiod/ |
D | AudioDaemon.cpp | 231 if (mSndCardFd.empty() && !getStateFDs(mSndCardFd)) { in threadLoop()
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | TargetArch.cmake | 137 # already be set to "unknown" but in the case that it's empty (i.e. due
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderAVC.cpp | 275 while(!mBFrameList.empty()) { in ProcessorStop() 378 while(!mBFrameList.empty()) { in ProcessCacheOperation()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1239 if (!mOfflineBuffers.empty()) { in stop() 1295 if (!mOfflineBuffers.empty()) { in doReprocessOffline()
|