Searched refs:isBackgroundMode (Results 1 – 3 of 3) sorted by relevance
286 bool isBackgroundMode() const;
1803 int32_t isBackgroundMode; in convertMessageToMetaData() local1804 if (msg->findInt32("android._background-mode", &isBackgroundMode) && isBackgroundMode != 0) { in convertMessageToMetaData()1805 meta->setInt32(isBackgroundMode, 1); in convertMessageToMetaData()
707 int32_t isBackgroundMode; in addSource() local708 if (meta && meta->findInt32(kKeyBackgroundMode, &isBackgroundMode)) { in addSource()709 mIsBackgroundMode |= isBackgroundMode; in addSource()3529 } else if (mOwner->isBackgroundMode()) { in threadEntry()4248 bool MPEG4Writer::isBackgroundMode() const { in isBackgroundMode() function in android::MPEG4Writer