Home
last modified time | relevance | path

Searched refs:this_object (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_track_jni.cc212 webrtc::AudioTrackJni* this_object = in CacheDirectBufferAddress() local
214 this_object->OnCacheDirectBufferAddress(env, byte_buffer); in CacheDirectBufferAddress()
233 webrtc::AudioTrackJni* this_object = in GetPlayoutData() local
235 this_object->OnGetPlayoutData(static_cast<size_t>(length)); in GetPlayoutData()
Daudio_record_jni.cc217 webrtc::AudioRecordJni* this_object = in CacheDirectBufferAddress() local
219 this_object->OnCacheDirectBufferAddress(env, byte_buffer); in CacheDirectBufferAddress()
236 webrtc::AudioRecordJni* this_object = in DataIsRecorded() local
238 this_object->OnDataIsRecorded(length); in DataIsRecorded()
Daudio_manager.cc186 webrtc::AudioManager* this_object = in CacheAudioParameters() local
188 this_object->OnCacheAudioParameters( in CacheAudioParameters()
/external/v8/src/compiler/
Dload-elimination.h141 Node* this_object = this_it.first; in NON_EXPORTED_BASE() local
143 auto that_it = that->info_for_node_.find(this_object); in NON_EXPORTED_BASE()
186 Node* this_object = this_it.first; in NON_EXPORTED_BASE() local
188 auto that_it = that->info_for_node_.find(this_object); in NON_EXPORTED_BASE()