OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
19
int cudaConfigureCall(dim3 gridSize, dim3 blockSize, size_t
sharedSize
= 0,
/frameworks/av/services/medialog/
MediaLogService.cpp
33
shared->size() < NBLog::Timeline::
sharedSize
(size)) {
/frameworks/av/include/media/nbaio/
NBLog.h
87
// For now it is just a namespace for
sharedSize
().
97
static size_t
sharedSize
(size_t size);
119
// The size of the shared memory must be at least Timeline::
sharedSize
(size).
178
// The size of the shared memory must be at least Timeline::
sharedSize
(size).
/frameworks/av/media/libnbaio/
NBLog.cpp
53
mShared((Shared *) (mOwn ? new char[
sharedSize
(size)] : shared))
68
size_t NBLog::Timeline::
sharedSize
(size_t size)
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
485
sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::
sharedSize
(size));
501
shared = mLogMemoryDealer->allocate(NBLog::Timeline::
sharedSize
(size));
[
all
...]
Completed in 269 milliseconds