HomeSort by relevance Sort by last modified time
    Searched refs:sharedSize (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGenCUDA/Inputs/
cuda.h 19 int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t sharedSize = 0,
  /external/clang/test/PCH/Inputs/
cuda.h 19 int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t sharedSize = 0,
  /external/clang/test/SemaCUDA/Inputs/
cuda.h 22 int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t sharedSize = 0,
  /frameworks/av/services/medialog/
MediaLogService.cpp 32 mMergerShared((NBLog::Shared*) malloc(NBLog::Timeline::sharedSize(kMergeBufferSize))),
52 shared->size() < NBLog::Timeline::sharedSize(size)) {
  /frameworks/av/media/libnbaio/include/
NBLog.h 209 // For now it is just a namespace for sharedSize().
219 static size_t sharedSize(size_t size);
241 // The size of the shared memory must be at least Timeline::sharedSize(size).
352 // The size of the shared memory must be at least Timeline::sharedSize(size).
  /frameworks/av/media/libnbaio/
NBLog.cpp 195 mShared((Shared *) (mOwn ? new char[sharedSize(size)] : shared))
210 size_t NBLog::Timeline::sharedSize(size_t size)
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 588 sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
604 shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
    [all...]

Completed in 366 milliseconds