/system/chre/apps/spammer/ |
D | spammer.cc | 47 CHRE_ASSERT(gRunning); in messageSentEventFreeCallback() 48 CHRE_ASSERT(eventType == kMessageSentEvent); in messageSentEventFreeCallback() 49 CHRE_ASSERT(data == kMessageSentEventData); in messageSentEventFreeCallback() 53 CHRE_ASSERT(gRunning); in messageFreeCallback() 61 CHRE_ASSERT(gRunning); in repeatedEventFreeCallback() 62 CHRE_ASSERT(eventType == kRepeatedEvent); in repeatedEventFreeCallback() 63 CHRE_ASSERT(data == kRepeatedEventData); in repeatedEventFreeCallback() 90 CHRE_ASSERT(gRunning); in nanoappHandleEvent() 93 CHRE_ASSERT(eventData == kMessageSentEventData); in nanoappHandleEvent() 102 CHRE_ASSERT(eventData == kRepeatedEventData); in nanoappHandleEvent() [all …]
|
/system/chre/core/include/chre/core/ |
D | request_multiplexer_impl.h | 29 CHRE_ASSERT(index); in addRequest() 30 CHRE_ASSERT(maximalRequestChanged); in addRequest() 44 CHRE_ASSERT(maximalRequestChanged); in updateRequest() 45 CHRE_ASSERT(index < mRequests.size()); in updateRequest() 56 CHRE_ASSERT(maximalRequestChanged); in removeRequest() 57 CHRE_ASSERT(index < mRequests.size()); in removeRequest() 68 CHRE_ASSERT(maximalRequestChanged); in removeAllRequests()
|
D | event.h | 48 CHRE_ASSERT(mRefCount != 0); in incrementRefCount() 52 CHRE_ASSERT(mRefCount > 0); in decrementRefCount()
|
D | sensor_request_manager.h | 218 CHRE_ASSERT(!mSensor.has_value()); in setSensor() 262 CHRE_ASSERT(isSensorSupported()); in getSamplingStatus() 277 CHRE_ASSERT(isSensorSupported()); in getThreeAxisBias()
|
D | timer_pool.h | 63 CHRE_ASSERT(nanoapp != nullptr); in setNanoappTimer() 96 CHRE_ASSERT(nanoapp != nullptr); in cancelNanoappTimer()
|
/system/chre/platform/include/chre/platform/ |
D | assert.h | 38 #ifndef CHRE_ASSERT 44 #define CHRE_ASSERT(condition) ((void) (condition)) macro 64 CHRE_ASSERT(condition); \
|
/system/chre/util/include/chre/util/ |
D | fixed_size_vector_impl.h | 36 CHRE_ASSERT(mSize > 0); in back() 42 CHRE_ASSERT(mSize > 0); in back() 48 CHRE_ASSERT(mSize > 0); in front() 54 CHRE_ASSERT(mSize > 0); in front() 91 CHRE_ASSERT(!full()); in push_back() 100 CHRE_ASSERT(!full()); in emplace_back() 108 CHRE_ASSERT(!empty()); in pop_back() 115 CHRE_ASSERT(index < mSize); 126 CHRE_ASSERT(index < mSize); 136 CHRE_ASSERT(index < mSize); in erase() [all …]
|
D | heap_impl.h | 33 CHRE_ASSERT(index < container.size()); in siftUp() 49 CHRE_ASSERT(index < container.size()); in siftDown() 79 CHRE_ASSERT(container.size() > 0); in push_heap() 87 CHRE_ASSERT(container.size() > 0); in pop_heap() 97 CHRE_ASSERT(index < container.size()); in remove_heap()
|
D | dynamic_vector_impl.h | 96 CHRE_ASSERT(!empty()); in pop_back() 146 CHRE_ASSERT(index < mSize); 153 CHRE_ASSERT(index < mSize); 241 CHRE_ASSERT(index <= mSize); in prepareInsert() 268 CHRE_ASSERT(index < mSize); in erase() 303 CHRE_ASSERT(index0 < mSize && index1 < mSize); in swap() 316 CHRE_ASSERT(mSize > 0); in front() 322 CHRE_ASSERT(mSize > 0); in front() 328 CHRE_ASSERT(mSize > 0); in back() 334 CHRE_ASSERT(mSize > 0); in back()
|
D | array_queue_impl.h | 50 CHRE_ASSERT(mSize > 0); in front() 56 CHRE_ASSERT(mSize > 0); in front() 62 CHRE_ASSERT(mSize > 0); in back() 68 CHRE_ASSERT(mSize > 0); in back() 74 CHRE_ASSERT(index < mSize); 81 CHRE_ASSERT(index < mSize); 255 CHRE_ASSERT(mSize > 0); in pullHead() 264 CHRE_ASSERT(mSize > 0); in pullTail()
|
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 65 CHRE_ASSERT(gotInfo); in nanoappStart() 66 CHRE_ASSERT(info.appId == chreGetAppId()); in nanoappStart() 67 CHRE_ASSERT(info.appId == kUnloadTesterAppId); in nanoappStart() 68 CHRE_ASSERT(info.version == kAppVersion); in nanoappStart() 69 CHRE_ASSERT(info.instanceId == chreGetInstanceId()); in nanoappStart()
|
/system/chre/platform/linux/ |
D | platform_nanoapp.cc | 68 CHRE_ASSERT(!isLoaded()); in loadFromFile() 73 CHRE_ASSERT(!isLoaded()); in loadStatic() 90 CHRE_ASSERT(false); in openNanoapp() 97 CHRE_ASSERT(!mFilename.empty()); in openNanoappFromFile()
|
/system/chre/util/include/chre/util/nanoapp/ |
D | assert.h | 37 #define CHRE_ASSERT(condition) do { \ macro 45 #define CHRE_ASSERT(condition) ((void) (condition)) macro
|
/system/chre/core/ |
D | sensor_request_manager.cc | 100 CHRE_ASSERT(sensorHandle); in getSensorHandle() 118 CHRE_ASSERT(nanoapp); in setSensorRequest() 212 CHRE_ASSERT(info); in getSensorInfo() 290 CHRE_ASSERT(status); in getSensorSamplingStatus() 338 CHRE_ASSERT(bias != nullptr); in getThreeAxisBias() 490 CHRE_ASSERT(index); in find() 506 CHRE_ASSERT(requestChanged != nullptr); in add() 507 CHRE_ASSERT(isSensorSupported()); in add() 534 CHRE_ASSERT(requestChanged != nullptr); in remove() 535 CHRE_ASSERT(isSensorSupported()); in remove() [all …]
|
D | event_ref_queue.cc | 29 CHRE_ASSERT(event != nullptr); in push() 40 CHRE_ASSERT(!mQueue.empty()); in pop()
|
D | sensor_type.cc | 80 CHRE_ASSERT(false); in getSensorTypeName() 205 CHRE_ASSERT(false); in getUnsignedIntFromSensorType() 271 CHRE_ASSERT(false); in getSensorSampleTypeFromSensorType() 323 CHRE_ASSERT(eventType != nullptr); in getSensorBiasEventType()
|
D | timer_pool.cc | 191 CHRE_ASSERT(!mTimerRequests.empty()); in popTimerRequestLocked() 203 CHRE_ASSERT(index < mTimerRequests.size()); in removeTimerRequestLocked() 241 CHRE_ASSERT(insertTimerRequestLocked(cyclicTimerRequest)); in handleExpiredTimersAndScheduleNextLocked()
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 39 CHRE_ASSERT(eventType); in rewriteToChreEventType() 175 CHRE_ASSERT(!isLoaded()); in setAppInfo() 194 CHRE_ASSERT(!isLoaded()); in reserveBuffer() 218 CHRE_ASSERT(!isLoaded()); in copyNanoappFragment() 235 CHRE_ASSERT(!isLoaded()); in loadStatic() 269 CHRE_ASSERT(false); in openNanoapp() 287 CHRE_ASSERT(mAppBinary != nullptr); in openNanoappFromBuffer() 305 CHRE_ASSERT(mAppFilename != nullptr); in openNanoappFromFile()
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | assert.h | 73 #define CHRE_ASSERT(condition) \ macro 85 #define CHRE_ASSERT(condition) assert(condition) macro
|
/system/chre/util/ |
D | buffer_base.cc | 31 CHRE_ASSERT(buffer != nullptr || size == 0); in wrap() 40 CHRE_ASSERT(buffer != nullptr || size == 0); in copy_array()
|
/system/chre/platform/shared/ |
D | chre_api_sensor.cc | 55 CHRE_ASSERT(sensorType); in rewriteToBigImageSensorType() 72 CHRE_ASSERT(sensorType); in rewriteToChreSensorType() 116 CHRE_ASSERT(info); in chreGetSensorInfo() 140 CHRE_ASSERT(status); in chreGetSensorSamplingStatus()
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 165 CHRE_ASSERT(msg); in encodeSnsStdAttrReq() 166 CHRE_ASSERT(msgLen); in encodeSnsStdAttrReq() 205 CHRE_ASSERT(msg); in encodeSnsSuidReq() 206 CHRE_ASSERT(msgLen); in encodeSnsSuidReq() 254 CHRE_ASSERT(msg); in encodeSnsResamplerConfig() 255 CHRE_ASSERT(msgLen); in encodeSnsResamplerConfig() 301 CHRE_ASSERT(msg); in encodeSnsStdSensorConfig() 302 CHRE_ASSERT(msgLen); in encodeSnsStdSensorConfig() 334 CHRE_ASSERT(msgBuffer); in encodeSnsRemoteProcSensorConfig() 335 CHRE_ASSERT(msgLen); in encodeSnsRemoteProcSensorConfig() [all …]
|
D | see_cal_helper.cc | 52 CHRE_ASSERT(biasData != nullptr); in getBias() 154 CHRE_ASSERT(false); in getSensorTypeFromSuid() 186 CHRE_ASSERT(false); in getDataTypeForCalSensorIndex()
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | assert.h | 22 #define CHRE_ASSERT(condition) do { \ macro
|
/system/chre/ash/platform/slpi/smgr/ |
D | ash.cc | 88 CHRE_ASSERT(calInfo); in populateCalRequest() 89 CHRE_ASSERT(calRequest); in populateCalRequest()
|